Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/f-stack/dpdk/devtools/
H A Dcheckpatches.sh12 VALIDATE_NEW_API=$(dirname $(readlink -f $0))/check-symbol-change.sh
61 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \
69 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \
77 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \
85 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \
93 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \
101 -f $(dirname $(readlink -f $0))/check-forbidden-tokens.awk \
233 check () { # <patch> <commit> <title> function
306 check "$patch" '' "$subject"
317 check '' '' "$subject"
[all …]
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.c268 #define check(x) if (!(x)) return 0; macro
277 check(pt->maxstacksize <= MAXSTACK); in precheck()
296 check(GETARG_B(i) == 0); in luaG_checkopenop()
321 check(precheck(pt)); in symbexec()
328 check(op < NUM_OPCODES); in symbexec()
360 check((j&1) == 0); in symbexec()
389 check(b < pt->nups); in symbexec()
394 check(ttisstring(&pt->k[b])); in symbexec()
430 check(checkopenop(pt, pc)); in symbexec()
452 check(b < pt->sizep); in symbexec()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-cpL_varied_recsize.ksh100 function check function
183 check $opts $small log_must
186 check $opts $small log_mustnot
191 check $opts $large log_must
194 check $opts $large log_mustnot
196 check -p $large log_must $small $large
197 check -L $large log_must $large $small
198 check -cp $large log_must $small $large
199 check -cL $large log_must $large $small
200 check -pL $large log_must $large $large
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua120 check{1,2,3,4}
121 check{1,2,3,4,5}
122 check{1,2,3,4,5,6}
125 function check (a, f) function
136 check(a)
143 check(t)
172 check(a)
175 check(a)
196 check(A)
202 check(a, tt.__lt)
[all …]
/f-stack/freebsd/contrib/libsodium/m4/
H A Dax_valgrind_check.m413 # running `make check` under a variety of Valgrind tools to check for
47 # configured with --enable-valgrind). Running `make check-valgrind` in
147 # Valgrind check
160 VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no
187 # Use recursive makes in order to ignore errors during check
188 check-valgrind:
191 $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool))
208 check-valgrind-$(1):
210 $$(valgrind_v_use)$$(MAKE) check-TESTS \
230 .PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools))
[all …]
/f-stack/app/redis-5.0.5/deps/hiredis/
H A D.travis.yml27 - PRE="valgrind --track-origins=yes --leak-check=full"
29 - TARGET="32bit" TARGET_VARS="32bit-vars" PRE="valgrind --track-origins=yes --leak-check=full"
34 env: PRE="valgrind --track-origins=yes --leak-check=full"
37 … env: TARGET="32bit" TARGET_VARS="32bit-vars" PRE="valgrind --track-origins=yes --leak-check=full"
39 script: make $TARGET CFLAGS="$CFLAGS" && make check PRE="$PRE" && make $TARGET_VARS hiredis-example
/f-stack/freebsd/security/mac/
H A Dmac_internal.h292 if (mpc->mpc_ops->mpo_ ## check != NULL) \
294 mpc->mpc_ops->mpo_ ## check (args), \
300 if (mpc->mpc_ops->mpo_ ## check != NULL) \
302 mpc->mpc_ops->mpo_ ## check (args), \
314 if (mpc->mpc_ops->mpo_ ## check != NULL) \
316 mpc->mpc_ops->mpo_ ## check (args), \
324 if (mpc->mpc_ops->mpo_ ## check != NULL) \
326 mpc->mpc_ops->mpo_ ## check (args), \
345 if (mpc->mpc_ops->mpo_ ## check != NULL) { \
355 if (mpc->mpc_ops->mpo_ ## check != NULL) { \
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.terminate_by_signal.ksh59 zfs.check.snapshot(snapname)
62 zfs.check.snapshot(snapname)
63 zfs.check.destroy(snapname)
64 zfs.check.destroy(fs)
/f-stack/freebsd/contrib/zlib/
H A Dinflate.c451 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
453 # define UPDATE(check, buf, len) adler32(check, buf, len) argument
458 # define CRC2(check, word) \ argument
462 check = crc32(check, hbuf, 2); \
465 # define CRC4(check, word) \ argument
471 check = crc32(check, hbuf, 4); \
769 state->check = crc32(state->check, next, copy);
790 state->check = crc32(state->check, next, copy);
811 state->check = crc32(state->check, next, copy);
1528 int check;
[all …]
/f-stack/app/redis-5.0.5/
H A D.gitignore6 redis-check-aof
7 redis-check-rdb
8 redis-check-dump
/f-stack/freebsd/contrib/openzfs/config/
H A Duser-dracut.m45 [install dracut helpers @<:@default=check@:>@]),
7 [dracutdir=check])
H A Dalways-python.m411 [default system python version @<:@default=check@:>@]),
13 [with_python=check])
16 [check], [AC_CHECK_PROGS([PYTHON], [python3 python2], [:])],
H A Duser-udev.m45 [install udev helpers @<:@default=check@:>@]),
7 [udevdir=check])
H A Duser-libtirpc.m47 [use tirpc for xdr encoding @<:@default=check@:>@])],
9 [with_tirpc=check])
H A Duser-pam.m44 [install pam_zfs_key module [[default: check]]]),
6 [enable_pam=check])
/f-stack/freebsd/contrib/ngatm/netnatm/misc/
H A Dstraddr.c81 uni_nsap2e164(char *e164, const u_char *nsap, int check) in uni_nsap2e164() argument
116 if(check == 0) in uni_nsap2e164()
118 while(i < ((check == 1) ? 19 : 20)) { in uni_nsap2e164()
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dsony,imx214.txt30 - data-lanes: check ../video-interfaces.txt
31 - link-frequencies: check ../video-interfaces.txt
32 - remote-endpoint: check ../video-interfaces.txt
H A Dimx290.txt27 - data-lanes: check ../video-interfaces.txt
28 - link-frequencies: check ../video-interfaces.txt
29 - remote-endpoint: check ../video-interfaces.txt
/f-stack/app/redis-5.0.5/deps/jemalloc/m4/
H A Dax_cxx_compile_stdcxx.m4176 struct check
202 struct check {};
204 typedef check<void> single_type;
205 typedef check<check<void>> double_type;
206 typedef check<check<check<void>>> triple_type;
207 typedef check<check<check<check<void>>>> quadruple_type;
/f-stack/dpdk/buildtools/
H A Dmeson.build7 check_symbols = find_program('check-symbols.sh')
9 binutils_avx512_check = find_program('binutils-avx512-check.sh')
/f-stack/freebsd/netinet/
H A Dip_encap.c100 encap_check_t check; member
242 (cfg->check == NULL && cfg->lookup == NULL) || in encap_attach()
256 ep->check = cfg->exact_match != ENCAP_DRV_LOOKUP ? cfg->check: NULL; in encap_attach()
311 ret = (*ep->check)(m, off, proto, ep->arg); in encap_input()
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dpriv.h71 uni_check_f check; member
80 uni_msg_check_f check; member
/f-stack/freebsd/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt56 Since the XZ Embedded supports only streams with no integrity check or
57 CRC32, make sure that you don't use some other integrity check type
60 when encoding. With the xz command line tool, use --check=none or
61 --check=crc32.
67 by the decoder; you can only change the integrity check type (or
78 xz --check=crc32 --lzma2=dict=512KiB inputfile
109 Before reporting a bug, please check that it's not fixed already
/f-stack/freebsd/contrib/device-tree/scripts/
H A DKbuild.include39 # filechk is used to check if the content of a generated file is updated.
201 # User may override this check using make KBUILD_NOCMDDEP=1
202 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
205 arg-check = $(if $(strip $(cmd_$@)),,1)
220 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
226 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
234 # Will check if $(cmd_foo) or any of the prerequisites changed,
236 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
264 $(if $(arg-check), \
/f-stack/freebsd/mips/conf/
H A DRT5350.hints12 #hint.nvram.0.flags=3 # 1 = No check, 2 = Format Generic
16 #hint.nvram.1.flags=3 # 1 = No check, 2 = Format Generic

12345678910>>...14