HomeSort by relevance Sort by last modified time
    Searched refs:sizea (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vertex.h 104 size_t sizea = draw_vinfo_size( a ); local
105 return memcmp( a, b, sizea );
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vertex.h 104 size_t sizea = draw_vinfo_size( a ); local
105 return memcmp( a, b, sizea );
  /external/skia/tests/
DataRefTest.cpp 21 size_t sizea, sizeb; local
22 const void* mema = a->at(i, &sizea);
24 REPORTER_ASSERT(reporter, sizea == sizeb);
25 REPORTER_ASSERT(reporter, !memcmp(mema, memb, sizea));
  /external/llvm/test/MC/ELF/
many-section.s     [all...]
many-sections-2.s     [all...]

Completed in 982 milliseconds