Home
last modified time | relevance | path

Searched defs:is_zero (Results 51 – 75 of 155) sorted by relevance

1234567

/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/limbs/
Dlimbs.c29 Limb is_zero = CONSTTIME_TRUE_W; in LIMBS_are_zero() local
/aosp_15_r20/system/extras/libfec/
H A Dfec_read.cpp86 static inline bool is_zero(fec_handle *f, uint64_t offset) in is_zero() function
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_x86_64.cc31 bool is_zero = IsZeroBitPattern(input); in VisitVecReplicateScalar() local
1065 bool is_zero = IsZeroBitPattern(input); in VisitVecSetScalars() local
H A Dcode_generator_vector_x86.cc31 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 Dtime.h170 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/
Dtime.h173 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/
Dtime.h173 constexpr bool is_zero() const { return delta_ == 0; } in is_zero() function
/aosp_15_r20/art/imgdiag/
H A Dpage_info.cc191 const bool is_zero = is_zero_page(page_contents); in GetMapPageCounts() local
/aosp_15_r20/system/core/storaged/
H A Dstoraged_uid_monitor.cpp105 bool io_usage::is_zero() const in is_zero() function in io_usage
/aosp_15_r20/external/rust/android-crates-io/crates/uguid/src/
Dguid.rs137 pub const fn is_zero(self) -> bool { in is_zero() method
/aosp_15_r20/external/rust/crates/uguid/src/
Dguid.rs137 pub const fn is_zero(self) -> bool { in is_zero() method
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_system_values.c619 nir_component_mask_t is_zero = 0; in lower_compute_system_value_instr() local
/aosp_15_r20/external/cronet/url/
H A Durl_canon_ip.cc528 bool is_zero = (address[i] == 0 && address[i + 1] == 0); in ChooseIPv6ContractionRange() local
/aosp_15_r20/external/aac/libFDK/include/
H A Dfixpoint_math.h264 UCHAR is_zero = (y == 0); in sqrtFixp_lookup() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/crypto/
Dstm32_pka.c471 static bool is_zero(uint8_t *data, unsigned int size) in is_zero() function
/aosp_15_r20/external/cronet/base/time/
H A Dtime.h204 constexpr bool is_zero() const { return delta_ == 0; } in is_zero() function
/aosp_15_r20/external/libchrome/crypto/
H A Dp224.cc51 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 Dmutex_test.cc897 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/
Dnum_traits.rs117 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 Dmutex_test.cc896 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 Dmutex_test.cc922 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/
Dmutex_test.cc897 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 DNestedTensorTransformerFunctions.cu610 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/
Dlength.rs48 pub fn is_zero(self) -> bool { in is_zero() method
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconstants.h156 bool is_zero = true; in IsZero() local

1234567