Searched refs:sizea (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vertex.h | 92 size_t sizea = draw_vinfo_size( a ); in draw_vinfo_compare() local 93 return memcmp( a, b, sizea ); in draw_vinfo_compare()
|
/external/skia/tests/ |
D | DataRefTest.cpp | 31 size_t sizea, sizeb; in test_is_equal() local 32 const void* mema = a->at(i, &sizea); in test_is_equal() 34 REPORTER_ASSERT(reporter, sizea == sizeb); in test_is_equal() 35 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea)); in test_is_equal()
|
/external/skqp/tests/ |
D | DataRefTest.cpp | 31 size_t sizea, sizeb; in test_is_equal() local 32 const void* mema = a->at(i, &sizea); in test_is_equal() 34 REPORTER_ASSERT(reporter, sizea == sizeb); in test_is_equal() 35 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea)); in test_is_equal()
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | many-section.s | 22552 .section sizea
|