Home
last modified time | relevance | path

Searched defs:is_zero (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp1144 bool is_zero = Bit32(opcode, 24) == 0; in EmulateCBZ() local
/freebsd/tests/sys/fs/fusefs/
H A Dfallocate.cc48 is_zero(const char *buf, uint64_t size) in is_zero() function
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp521.c867 limb is_zero, is_p; in felem_is_zero() local
H A Decp_nistz256.c195 static BN_ULONG is_zero(BN_ULONG in) in is_zero() function
H A Decp_nistp256.c940 u64 is_zero = small[0] | small[1] | small[2] | small[3]; in smallfelem_is_zero() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h603 struct is_zero { struct
612 inline is_zero m_Zero() { return is_zero(); } in m_Zero() argument
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc936 const Matcher<int> is_zero = Eq(0); in TEST() local
H A Dgmock-matchers-comparisons_test.cc2126 const Matcher<const double&> is_zero = Eq(0); in TEST() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3845 bool is_zero = myexponent == 0 && all_zero_significand; in initFromIEEEAPInt() local