HomeSort by relevance Sort by last modified time
    Searched defs:MEM (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/zlib/
inflate.h 51 MEM, /* got an inflate() memory error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /external/openssl/crypto/
mem_dbg.c 138 DECLARE_LHASH_OF(MEM);
139 static LHASH_OF(MEM) *mh=NULL; /* hash-table of memory requests
182 } MEM;
315 static int mem_cmp(const MEM *a, const MEM *b)
327 static IMPLEMENT_LHASH_COMP_FN(mem, MEM)
329 static unsigned long mem_hash(const MEM *a)
338 static IMPLEMENT_LHASH_HASH_FN(mem, MEM)
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
inflate.h 51 MEM, /* got an inflate() memory error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /external/qemu/distrib/zlib-1.2.8/
inflate.h 51 MEM, /* got an inflate() memory error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /external/zlib/src/
inflate.h 51 MEM, /* got an inflate() memory error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 208 #define ANNOTATE_EXPECT_RACE_FOR_MACHINE(mem, descr, machine) \
210 ANNOTATE_EXPECT_RACE(mem, descr); \
214 #define ANNOTATE_EXPECT_RACE_FOR_TSAN(mem, descr) \
215 ANNOTATE_EXPECT_RACE_FOR_MACHINE(mem, descr, "MSM_THREAD_SANITIZER")
225 // Initialize *(mem) to 0 if Tsan_FastMode.
226 #define FAST_MODE_INIT(mem) do { if (Tsan_FastMode()) { *(mem) = 0; } } while(0)
    [all...]

Completed in 975 milliseconds