Home
last modified time | relevance | path

Searched defs:MEM (Results 1 – 7 of 7) sorted by relevance

/external/fec/
Dssebfly27.s159 .macro PSUBUSBM REG,MEM
Dssebfly29.s206 .macro PSUBUSBM REG,MEM
/external/avahi/avahi-compat-howl/include/salt/
Dplatform.h284 # 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/
Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator
/external/pdfium/third_party/zlib_v128/
Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator
/external/opencv3/3rdparty/zlib/
Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator
/external/valgrind/drd/tests/
Dtsan_unittest.cpp5807 uint_union MEM[8]; variable