/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/limbs/ |
D | limbs.c | 29 Limb is_zero = CONSTTIME_TRUE_W; in LIMBS_are_zero() local
|
/aosp_15_r20/system/extras/libfec/ |
H A D | fec_read.cpp | 86 static inline bool is_zero(fec_handle *f, uint64_t offset) in is_zero() function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_x86_64.cc | 31 bool is_zero = IsZeroBitPattern(input); in VisitVecReplicateScalar() local 1065 bool is_zero = IsZeroBitPattern(input); in VisitVecSetScalars() local
|
H A D | code_generator_vector_x86.cc | 31 bool is_zero = IsZeroBitPattern(input); in VisitVecReplicateScalar() local 1082 bool is_zero = IsZeroBitPattern(input); in VisitVecSetScalars() local
|
/aosp_15_r20/external/libchrome/base/time/ |
H A D | time.h | 170 constexpr bool is_zero() const { return delta_ == 0; } in is_zero() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/time/ |
D | time.h | 173 constexpr bool is_zero() const { return delta_ == 0; } in is_zero() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/time/ |
D | time.h | 173 constexpr bool is_zero() const { return delta_ == 0; } in is_zero() function
|
/aosp_15_r20/art/imgdiag/ |
H A D | page_info.cc | 191 const bool is_zero = is_zero_page(page_contents); in GetMapPageCounts() local
|
/aosp_15_r20/system/core/storaged/ |
H A D | storaged_uid_monitor.cpp | 105 bool io_usage::is_zero() const in is_zero() function in io_usage
|
/aosp_15_r20/external/rust/android-crates-io/crates/uguid/src/ |
D | guid.rs | 137 pub const fn is_zero(self) -> bool { in is_zero() method
|
/aosp_15_r20/external/rust/crates/uguid/src/ |
D | guid.rs | 137 pub const fn is_zero(self) -> bool { in is_zero() method
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_system_values.c | 619 nir_component_mask_t is_zero = 0; in lower_compute_system_value_instr() local
|
/aosp_15_r20/external/cronet/url/ |
H A D | url_canon_ip.cc | 528 bool is_zero = (address[i] == 0 && address[i + 1] == 0); in ChooseIPv6ContractionRange() local
|
/aosp_15_r20/external/aac/libFDK/include/ |
H A D | fixpoint_math.h | 264 UCHAR is_zero = (y == 0); in sqrtFixp_lookup() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/crypto/ |
D | stm32_pka.c | 471 static bool is_zero(uint8_t *data, unsigned int size) in is_zero() function
|
/aosp_15_r20/external/cronet/base/time/ |
H A D | time.h | 204 constexpr bool is_zero() const { return delta_ == 0; } in is_zero() function
|
/aosp_15_r20/external/libchrome/crypto/ |
H A D | p224.cc | 51 uint32_t is_zero = 0, is_p = 0; in IsZero() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/ |
H A D | mutex_test.cc | 897 auto is_zero = [&value] { return value == 0; }; local 915 std::function<bool()> is_zero = [&value] { return value == 0; }; local
|
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/ |
D | num_traits.rs | 117 fn is_zero(&self) -> bool { in is_zero() method 855 fn is_zero(&self) -> bool { in is_zero() method
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
H A D | mutex_test.cc | 896 auto is_zero = [&value] { return value == 0; }; local 914 std::function<bool()> is_zero = [&value] { return value == 0; }; local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/ |
H A D | mutex_test.cc | 922 auto is_zero = [&value] { return value == 0; }; local 940 std::function<bool()> is_zero = [&value] { return value == 0; }; local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 897 auto is_zero = [&value] { return value == 0; }; local 915 std::function<bool()> is_zero = [&value] { return value == 0; }; local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/cuda/ |
H A D | NestedTensorTransformerFunctions.cu | 610 bool is_zero = false; in walk_down_tensor_storage_tree_() local 661 const bool is_zero = walk_down_tensor_storage_tree_<NUM_JAGGED_DIM>( in __launch_bounds__() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/ |
D | length.rs | 48 pub fn is_zero(self) -> bool { in is_zero() method
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | constants.h | 156 bool is_zero = true; in IsZero() local
|