| /freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| HD | TestGetAggregate.java | 96 Set <String> cleared = new HashSet <String> (); in testCleared() local 99 cleared.add(name); in testCleared() 104 aggregate = consumer.getAggregate(null, cleared); in testCleared() 110 aggregate = consumer.getAggregate(null, cleared); in testCleared() 126 if (cleared.contains(a.getName())) { in testCleared()
|
| /freebsd-11-stable/crypto/openssl/doc/ssl/ |
| HD | SSL_CONF_CTX_set_ssl_ctx.pod | 18 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to 23 B<cctx> is cleared. Subsequent calls to SSL_CONF_cmd() will be sent to
|
| HD | SSL_CTX_set_mode.pod | 20 Options already set before are not cleared. 23 Options already set before are not cleared.
|
| HD | SSL_CTX_set_client_cert_cb.pod | 82 the certificate will be set for the SSL object and will not be cleared
|
| HD | SSL_CTX_set_options.pod | 27 Options already set before are not cleared! 30 Options already set before are not cleared!
|
| /freebsd-11-stable/contrib/openbsm/config/ |
| HD | depcomp | 406 cleared=no 408 case $cleared in 411 cleared=yes ;;
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zfs_fm.c | 602 uint64_t set, cleared; in annotate_ecksum() local 607 cleared = (good[idx] & (~bad[idx])); in annotate_ecksum() 610 allcleared |= cleared; in annotate_ecksum() 615 eip->zei_bits_cleared[offset] = cleared; in annotate_ecksum() 621 update_histogram(cleared, eip->zei_histogram_cleared, in annotate_ecksum()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| HD | LanaiInstrFormats.td | 64 // is set if the result is zero and cleared otherwise. 72 // the same but different from the sign bit of the result and cleared 73 // otherwise. For other RI instructions, `V' is cleared. 76 // For arithmetic instructions, `C' is set/cleared if there is/is_not 81 // operations, `C' is cleared. 139 // is cleared. Only arithmetic instructions and shifts modify `C'. Right 309 // 0100 C' [CC, carry cleared] 313 // 1000 V' [VC, oVerflow cleared]
|
| /freebsd-11-stable/contrib/sqlite3/ |
| HD | depcomp | 635 cleared=no eat=no 638 case $cleared in 641 cleared=yes ;;
|
| /freebsd-11-stable/contrib/file/ |
| HD | depcomp | 635 cleared=no eat=no 638 case $cleared in 641 cleared=yes ;;
|
| /freebsd-11-stable/contrib/openpam/ |
| HD | depcomp | 635 cleared=no eat=no 638 case $cleared in 641 cleared=yes ;;
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/ |
| HD | depcomp | 635 cleared=no eat=no 638 case $cleared in 641 cleared=yes ;;
|
| /freebsd-11-stable/contrib/ntp/sntp/m4/ |
| HD | ntp_cacheversion.m4 | 18 # the children can rely on the parent having cleared any cache variables 82 # after the top configure in the invocation cleared and
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| HD | lsan_allocator.cpp | 86 bool cleared) { in Allocate() argument 99 if (cleared && allocator.FromPrimary(p)) in Allocate()
|
| HD | lsan_allocator.h | 25 bool cleared);
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | bitmap.c | 839 BITMAP_WORD cleared = a_elt->bits[ix] & b_elt->bits[ix]; in bitmap_and_compl_into() local 840 BITMAP_WORD r = a_elt->bits[ix] ^ cleared; in bitmap_and_compl_into() 843 changed |= cleared; in bitmap_and_compl_into() 1027 BITMAP_WORD cleared = a_elt->bits[ix] & b_elt->bits[ix]; in bitmap_compl_and_into() local 1028 BITMAP_WORD r = b_elt->bits[ix] ^ cleared; in bitmap_compl_and_into()
|
| HD | gimplify.c | 2752 tree *pre_p, bool cleared) in gimplify_init_ctor_eval_range() argument 2782 pre_p, cleared); in gimplify_init_ctor_eval_range() 2848 tree *pre_p, bool cleared) in gimplify_init_ctor_eval() argument 2865 if (cleared && initializer_zerop (value)) in gimplify_init_ctor_eval() 2894 array_elt_type, pre_p, cleared); in gimplify_init_ctor_eval() 2914 pre_p, cleared); in gimplify_init_ctor_eval() 2962 bool cleared, valid_const_initializer; in gimplify_init_constructor() local 2975 &num_ctor_elements, &cleared); in gimplify_init_constructor() 3017 cleared = true; in gimplify_init_constructor() 3021 cleared = true; in gimplify_init_constructor() [all …]
|
| HD | expr.c | 4843 tree exp, tree type, int cleared, int alias_set) in store_constructor_field() argument 4872 store_constructor (exp, target, cleared, bitsize / BITS_PER_UNIT); in store_constructor_field() 4887 store_constructor (tree exp, rtx target, int cleared, HOST_WIDE_INT size) in store_constructor() argument 4904 if (size == 0 || cleared) in store_constructor() 4905 cleared = 1; in store_constructor() 4913 cleared = 1; in store_constructor() 4924 cleared = 1; in store_constructor() 4941 cleared = 1; in store_constructor() 4944 if (! cleared) in store_constructor() 4962 if (cleared && initializer_zerop (value)) in store_constructor() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | ARCMT.cpp | 33 bool cleared = false; in clearDiagnostic() local 42 cleared = true; in clearDiagnostic() 55 return cleared; in clearDiagnostic()
|
| /freebsd-11-stable/stand/ficl/softwords/ |
| HD | jhlocal.fr | 4 \ { a b c | cleared -- d e }
|
| /freebsd-11-stable/sys/dev/uart/ |
| HD | uart_if.m | 72 # by the hardware driver are cleared as a side-effect. A second call to 122 # additionally should make sure the receive interrupt should be cleared.
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | BIO_f_buffer.pod | 35 buffer size below DEFAULT_BUFFER_SIZE is ignored. Any buffered data is cleared
|
| HD | X509_VERIFY_PARAM_set_flags.pod | 70 policy set is cleared. The B<policies> parameter can be B<NULL> to clear 79 B<name> is NULL, or empty the list of hostnames is cleared, and
|
| /freebsd-11-stable/sys/conf/ |
| HD | ldscript.arm | 113 out as we use it before the .bss section is cleared. */
|
| /freebsd-11-stable/sys/netinet/libalias/ |
| HD | HISTORY | 85 - Aliasing links are cleared only when a host interface address
|