HomeSort by: relevance | last modified time | path
    Searched defs:disabled (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/
Utils.pm 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols
60 corresponding feature is disabled and 0 otherwise.
63 ARRAY are disabled, while anydisabled returns 1 if any of them are
64 disabled.
76 i.e. if IPv6 was explicitly disabled with -DOPENSSL_USE_IPv6=0.
83 our %disabled;
95 %disabled = %configdata::disabled;
120 # that can be disabled.
121 # returns a list of 1s (if the corresponding feature is disabled)
150 sub disabled { subroutine
    [all...]
Utils.pm 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols
60 corresponding feature is disabled and 0 otherwise.
63 ARRAY are disabled, while anydisabled returns 1 if any of them are
64 disabled.
76 i.e. if IPv6 was explicitly disabled with -DOPENSSL_USE_IPv6=0.
83 our %disabled;
95 %disabled = %configdata::disabled;
120 # that can be disabled.
121 # returns a list of 1s (if the corresponding feature is disabled)
150 sub disabled { subroutine
    [all...]
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
Utils.pm 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols
60 corresponding feature is disabled and 0 otherwise.
63 ARRAY are disabled, while anydisabled returns 1 if any of them are
64 disabled.
76 i.e. if IPv6 was explicitly disabled with -DOPENSSL_USE_IPv6=0.
83 our %disabled;
95 %disabled = %configdata::disabled;
120 # that can be disabled.
121 # returns a list of 1s (if the corresponding feature is disabled)
150 sub disabled { subroutine
    [all...]
Utils.pm 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols
60 corresponding feature is disabled and 0 otherwise.
63 ARRAY are disabled, while anydisabled returns 1 if any of them are
64 disabled.
76 i.e. if IPv6 was explicitly disabled with -DOPENSSL_USE_IPv6=0.
83 our %disabled;
95 %disabled = %configdata::disabled;
120 # that can be disabled.
121 # returns a list of 1s (if the corresponding feature is disabled)
150 sub disabled { subroutine
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
Utils.pm 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols
59 corresponding feature is disabled and 0 otherwise.
62 ARRAY are disabled, while anydisabled returns 1 if any of them are
63 disabled.
79 our %disabled;
90 %disabled = %configdata::disabled;
114 # that can be disabled.
115 # returns a list of 1s (if the corresponding feature is disabled)
118 return map { exists $disabled{lc $_} ? 1 : 0 } @_
144 sub disabled { subroutine
    [all...]
Utils.pm 17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols
59 corresponding feature is disabled and 0 otherwise.
62 ARRAY are disabled, while anydisabled returns 1 if any of them are
63 disabled.
79 our %disabled;
90 %disabled = %configdata::disabled;
114 # that can be disabled.
115 # returns a list of 1s (if the corresponding feature is disabled)
118 return map { exists $disabled{lc $_} ? 1 : 0 } @_
144 sub disabled { subroutine
    [all...]
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
edata_cache.h 40 bool disabled; member in struct:edata_cache_fast_s
edata_cache.h 40 bool disabled; member in struct:edata_cache_fast_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
edata_cache.h 40 bool disabled; member in struct:edata_cache_fast_s
edata_cache.h 40 bool disabled; member in struct:edata_cache_fast_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
edata_cache.h 41 bool disabled; member in struct:edata_cache_fast_s
edata_cache.h 41 bool disabled; member in struct:edata_cache_fast_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
edata_cache.h 41 bool disabled; member in struct:edata_cache_fast_s
edata_cache.h 41 bool disabled; member in struct:edata_cache_fast_s
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_activation.cc 112 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local
113 disabled.quarantine_size_mb = 0;
114 disabled.thread_local_quarantine_size_kb = 0;
116 disabled.min_redzone = Max(16, (int)SHADOW_GRANULARITY);
117 disabled.max_redzone = disabled.min_redzone;
118 disabled.alloc_dealloc_mismatch = false;
119 disabled.may_return_null = true;
120 ReInitializeAllocator(disabled);
asan_activation.cc 112 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local
113 disabled.quarantine_size_mb = 0;
114 disabled.thread_local_quarantine_size_kb = 0;
116 disabled.min_redzone = Max(16, (int)SHADOW_GRANULARITY);
117 disabled.max_redzone = disabled.min_redzone;
118 disabled.alloc_dealloc_mismatch = false;
119 disabled.may_return_null = true;
120 ReInitializeAllocator(disabled);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_activation.cpp 111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local
112 disabled.quarantine_size_mb = 0;
113 disabled.thread_local_quarantine_size_kb = 0;
115 disabled.min_redzone = Max(16, (int)ASAN_SHADOW_GRANULARITY);
116 disabled.max_redzone = disabled.min_redzone;
117 disabled.alloc_dealloc_mismatch = false;
118 disabled.may_return_null = true;
119 ReInitializeAllocator(disabled);
asan_activation.cpp 111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local
112 disabled.quarantine_size_mb = 0;
113 disabled.thread_local_quarantine_size_kb = 0;
115 disabled.min_redzone = Max(16, (int)ASAN_SHADOW_GRANULARITY);
116 disabled.max_redzone = disabled.min_redzone;
117 disabled.alloc_dealloc_mismatch = false;
118 disabled.may_return_null = true;
119 ReInitializeAllocator(disabled);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_activation.cpp 111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local
112 disabled.quarantine_size_mb = 0;
113 disabled.thread_local_quarantine_size_kb = 0;
115 disabled.min_redzone = Max(16, (int)SHADOW_GRANULARITY);
116 disabled.max_redzone = disabled.min_redzone;
117 disabled.alloc_dealloc_mismatch = false;
118 disabled.may_return_null = true;
119 ReInitializeAllocator(disabled);
asan_activation.cpp 111 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; local
112 disabled.quarantine_size_mb = 0;
113 disabled.thread_local_quarantine_size_kb = 0;
115 disabled.min_redzone = Max(16, (int)SHADOW_GRANULARITY);
116 disabled.max_redzone = disabled.min_redzone;
117 disabled.alloc_dealloc_mismatch = false;
118 disabled.may_return_null = true;
119 ReInitializeAllocator(disabled);
  /src/sys/arch/evbarm/iq80310/
iq80310_intr.c 115 uint32_t disabled; local
120 disabled = (~intr_enabled) & IRQ_BITS;
122 CPLD_WRITE(IQ80310_XINT_MASK, disabled & 0x1f);
142 * NOTE: This routine must be called with interrupts disabled in the CPSR.
446 * disabled.
iq80310_intr.c 115 uint32_t disabled; local
120 disabled = (~intr_enabled) & IRQ_BITS;
122 CPLD_WRITE(IQ80310_XINT_MASK, disabled & 0x1f);
142 * NOTE: This routine must be called with interrupts disabled in the CPSR.
446 * disabled.
  /src/external/gpl2/xcvs/dist/src/
log-buffer.c 46 /* Set once logging is permanently disabled for a buffer. */
47 bool disabled; member in struct:log_buffer
143 lb->disabled = false;
226 !lb->disabled &&
279 !lb->disabled &&
361 lb->disabled = true;
419 lb->disabled = true;
log-buffer.c 46 /* Set once logging is permanently disabled for a buffer. */
47 bool disabled; member in struct:log_buffer
143 lb->disabled = false;
226 !lb->disabled &&
279 !lb->disabled &&
361 lb->disabled = true;
419 lb->disabled = true;
  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
algorithms.py 70 """Collection of DEFAULT, ALTERNATIVE and DISABLED algorithms"""
79 disabled: Algorithm | list[Algorithm]
80 """DISABLED is an algorithm that is used for tests against the
106 default=ECDSAP256SHA256, alternative=RSASHA256, disabled=ECDSAP384SHA384
116 disabled=RSASHA512, variable in class:AlgorithmSet
122 # disabled=ALL_ALGORITHMS,
197 """Select random DEFAULT, ALTERNATIVE and DISABLED algorithms from the set.
207 The function also ensures that DEFAULT, ALTERNATIVE and DISABLED algorithms
210 # FUTURE Random selection of ALTERNATIVE and DISABLED algorithms needs to
213 disabled = algs.disable
    [all...]

Completed in 34 milliseconds

1 2 3 4