Searched defs:MEM (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.h49 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon9398
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
/external/openssl/crypto/
H A Dmem_dbg.c138 DECLARE_LHASH_OF(MEM); variable
139 static LHASH_OF(MEM) *mh=NULL; /* hash-table of memory requests
182 } MEM; typedef in typeref:struct:mem_st
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)
484 MEM *m,*mm;
498 if ((m=(MEM *)OPENSSL_mallo
[all...]
/external/zlib/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon14700
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/external/llvm/utils/TableGen/
H A DEDEmitter.cpp244 #define MEM(str) if (name == str) SET("kOperandTypeX86Memory"); macro
293 MEM("i8mem");
294 MEM("i8mem_NOREX");
295 MEM("i16mem");
296 MEM("i32mem");
297 MEM("i32mem_TC");
298 MEM("f32mem");
299 MEM("ssmem");
300 MEM("opaque32mem");
301 MEM("opaque48me
339 #undef MEM macro
733 #undef MEM macro
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp5803 uint_union MEM[8]; member in namespace:test123
5808 void Wr64_0() { MEM[0].u64[0] = 1; }
5809 void Wr64_1() { MEM[1].u64[0] = 1; }
5810 void Wr64_2() { MEM[2].u64[0] = 1; }
5811 void Wr64_3() { MEM[3].u64[0] = 1; }
5812 void Wr64_4() { MEM[4].u64[0] = 1; }
5813 void Wr64_5() { MEM[5].u64[0] = 1; }
5814 void Wr64_6() { MEM[6].u64[0] = 1; }
5815 void Wr64_7() { MEM[7].u64[0] = 1; }
5817 void Wr32_0() { MEM[
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc5416 uint64_t *MEM; member in namespace:PositiveTests_DifferentSizeAccessTest
5424 ((uint64_t*)MEM)[off] = 1;
5428 ((uint32_t*)MEM)[off] = 1;
5432 ((uint16_t*)MEM)[off] = 1;
5436 ((uint8_t*)MEM)[off] = 1;
5462 MEM = &arr[arr_index++];
5464 beg1, end1, beg2, end2, have_intersection ? "have" : "no", MEM);
5466 char *racey_addr_beg = (char*)MEM + max(beg1, beg2);
5467 char *racey_addr_end = (char*)MEM + min(end1, end2);

Completed in 2535 milliseconds