Searched defs:MEM (Results 1 – 7 of 7) sorted by relevance
/external/fec/ |
D | ssebfly27.s | 159 .macro PSUBUSBM REG,MEM
|
D | ssebfly29.s | 206 .macro PSUBUSBM REG,MEM
|
/external/avahi/avahi-compat-howl/include/salt/ |
D | platform.h | 284 # define sw_realloc(MEM,SIZE) realloc(MEM, SIZE) argument 285 # define sw_free(MEM) if (MEM) free(MEM) argument 290 # define sw_realloc(MEM,SIZE) _sw_debug_realloc(MEM, SIZE, __SW_FUNCTION__, __FILE__, __LINE__) argument 291 # define sw_free(MEM) if (MEM) _sw_debug_free(MEM, __SW_FUNCTION__, __FILE__, __LINE__) argument
|
/external/zlib/src/ |
D | inflate.h | 51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator
|
/external/pdfium/third_party/zlib_v128/ |
D | inflate.h | 51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator
|
/external/opencv3/3rdparty/zlib/ |
D | inflate.h | 51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator
|
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 5807 uint_union MEM[8]; variable
|