/external/chromium_org/gpu/command_buffer/common/ |
mailbox.cc | 17 bool Mailbox::IsZero() const { 30 DCHECK(IsZero() || !memcmp(name, n, sizeof(name)));
|
/external/chromium_org/ui/gfx/ |
vector2d.cc | 13 bool Vector2d::IsZero() const {
|
vector2d_f.cc | 17 bool Vector2dF::IsZero() const {
|
vector3d_f.cc | 35 bool Vector3dF::IsZero() const {
|
/external/chromium_org/mojo/public/tests/ |
buffer_unittest.cc | 13 bool IsZero(void* p_buf, size_t size) { 30 EXPECT_TRUE(IsZero(small, 10)); 34 EXPECT_TRUE(IsZero(large, 100*1024)); 39 EXPECT_TRUE(IsZero(small, 10)); 71 EXPECT_TRUE(IsZero(a, 10)); 76 EXPECT_TRUE(IsZero(b, 10));
|
/external/chromium_org/net/quic/ |
quic_time.cc | 65 bool QuicTime::Delta::IsZero() const { 124 bool QuicWallTime::IsZero() const {
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
fixed-dtoa.cc | 101 bool IsZero() const { 274 if (fractionals128.IsZero()) break;
|
/external/chromium_org/v8/src/ |
fixed-dtoa.cc | 102 bool IsZero() const { 275 if (fractionals128.IsZero()) break;
|
/external/v8/src/ |
fixed-dtoa.cc | 102 bool IsZero() const { 275 if (fractionals128.IsZero()) break;
|
/external/valgrind/unittest/ |
thread_wrappers.h | 305 mu_.LockWhen(Condition(&IsZero, &count_)); 309 static bool IsZero(int *arg) { return *arg == 0; }
|
/external/chromium_org/crypto/ |
p224.cc | 43 // IsZero returns 0xffffffff if a == 0 mod p and 0 otherwise. 44 uint32 IsZero(const FieldElement& a) { 434 uint32 z1_is_zero = IsZero(a.z); 435 uint32 z2_is_zero = IsZero(b.z); 460 uint32 x_equal = IsZero(h); 474 uint32 y_equal = IsZero(r); 682 if (IsZero(this->z)) {
|
/art/runtime/verifier/ |
reg_type.h | 138 virtual bool IsZero() const { 142 return IsNonZeroReferenceTypes() || IsZero(); 581 bool IsZero() const {
|
/external/clang/lib/CodeGen/ |
MicrosoftCXXABI.cpp | [all...] |
CGBuiltin.cpp | 337 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero"); 338 Value *Result = Builder.CreateSelect(IsZero, Zero, Tmp, "ffs"); 560 Value *IsZero = Builder.CreateFCmpOEQ(V, Constant::getNullValue(Ty), 561 "iszero"); 564 Builder.CreateCondBr(IsZero, End, NotZero); [all...] |
/external/valgrind/main/drd/tests/ |
tsan_thread_wrappers_pthread.h | 581 mu_.LockWhen(Condition(&IsZero, &count_)); 585 static bool IsZero(int *arg) { return *arg == 0; }
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.h | 270 bool IsZero() const {
|
/external/clang/lib/Sema/ |
SemaChecking.cpp | [all...] |