HomeSort by: relevance | last modified time | path
    Searched refs:every (Results 1 - 25 of 100) sorted by relevancy

1 2 3 4

  /src/external/bsd/ipf/dist/rules/
ipmon.conf 8 match { logtag = 2000, every 10 seconds; }
  /src/external/mit/isl/dist/
isl_union_locals_templ.c 24 no_locals = FN(FN(UNION,every),BASE)(u, &FN(UNION,no_locals_el), NULL);
isl_factorization.c 352 isl_bool every = isl_bool_true; local
377 every = test(factor, user);
380 if (every < 0 || !every)
388 return every;
isl_multi_templ.c 932 static isl_bool FN(MULTI(BASE),every)(__isl_keep MULTI(BASE) *multi,
935 /* Does "test" succeed on every base expression of "multi"?
937 static isl_bool FN(MULTI(BASE),every)(__isl_keep MULTI(BASE) *multi,
948 isl_bool every = test(multi->u.p[i]); local
949 if (every < 0 || !every)
950 return every;
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
cec-syscfg-ssstep.S 29 # Single step and set a new bit every time
57 # Set a new bit in R6 every single step to match R7
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
cec-syscfg-ssstep.S 29 # Single step and set a new bit every time
57 # Set a new bit in R6 every single step to match R7
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 21 [m] to the channel [c]. If [unbuffered] is [true], after every write the fd
34 to the channel [c]. If [unbuffered] is [true], after every write the fd
  /src/external/bsd/ntp/dist/scripts/calc_tickadj/
calc_tickadj-opts.def 50 in doing so we'll speed the clock up a little every second instead of slowing
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
aes-armv4.S 24 @ in one instruction and emit combined result every cycle. The module
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
aes-armv4.S 24 @ in one instruction and emit combined result every cycle. The module
  /src/external/mit/isl/dist/include/isl/
hmap.h 40 isl_bool ISL_FN(ISL_HMAP,every)(__isl_keep ISL_HMAP *hmap,
  /src/usr.bin/make/unit-tests/
hanoi-include.mk 28 N:= count ${:U:${:Urange=$N}} # 'count' + one word for every disk
varmod-order-shuffle.mk 17 # Note that 1 in every 10! trials two independently generated
  /src/tests/bin/ps/
t_ps.sh 349 "null heading for every column). The heading" \
  /src/external/mpl/dhcp/dist/contrib/
dhcp-lease-list.pl 191 " --last prints the last (even if end<now) entry for every MAC\n".
  /src/external/mit/xorg/lib/fontconfig/etc/
fonts.conf 94 Rescan configuration every 30 seconds when FcFontSetList is called
  /src/external/bsd/kyua-cli/dist/store/
schema_v2.sql 73 -- Because every action is invoked by the user, the context may have
118 -- As you will notice, every object belongs to a particular action, has a
134 -- The way this table works is like this: every time we record a metadata
230 -- This is a result of storing the information of a test case on every
284 -- For every new database, we want to ensure that the metadata is valid if
schema_v1.sql 71 -- Because every action is invoked by the user, the context may have
116 -- As you will notice, every object belongs to a particular action, has a
180 -- This is a result of storing the information of a test case on every
305 -- For every new database, we want to ensure that the metadata is valid if
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 47 // This field should be incremented every time the Allocator
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap-opts.def 138 need not be run more frequently than about once every three weeks.
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 49 // This field should be incremented every time the Allocator
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 49 // This field should be incremented every time the Allocator
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
lshift.asm 41 C instructions. This is despite every second fetch being unaligned.
rshift.asm 41 C instructions. This is despite every second fetch being unaligned.
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
tdtags 91 Produce a tags file in every directory in the LLVM source tree
96 Produce a tags file in every directory that contains any .td
316 # Check that every specified argument is a target directory;

Completed in 23 milliseconds

1 2 3 4