Searched refs:MEM (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/memcheck/tests/amd64/
H A Dbt_everything.stdout.exp0 MEM-L: final res 0xbb05dc8f69ba36dc, carrydep 0x818f336625f01277
/external/valgrind/main/none/tests/x86/
H A Dbt_everything.stdout.exp0 MEM-L: final res 0xd2bfea53, carrydep 0x5b80deee
/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/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)
H A Dinflate.c1120 case MEM:
1137 state->mode = MEM;
1193 state->mode = MEM;
/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)
H A Dinflate.c1221 case MEM:
1239 state->mode = MEM;
1307 state->mode = MEM;
/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/openssl/crypto/stack/
H A Dsafestack.h2572 #define lh_MEM_new() LHM_lh_new(MEM,mem)
2573 #define lh_MEM_insert(lh,inst) LHM_lh_insert(MEM,lh,inst)
2574 #define lh_MEM_retrieve(lh,inst) LHM_lh_retrieve(MEM,lh,inst)
2575 #define lh_MEM_delete(lh,inst) LHM_lh_delete(MEM,lh,inst)
2576 #define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn)
2578 LHM_lh_doall_arg(MEM,lh,fn,arg_type,arg)
2579 #define lh_MEM_error(lh) LHM_lh_error(MEM,lh)
2580 #define lh_MEM_num_items(lh) LHM_lh_num_items(MEM,lh)
2581 #define lh_MEM_down_load(lh) LHM_lh_down_load(MEM,lh)
2583 LHM_lh_node_stats_bio(MEM,l
[all...]
/external/openssl/include/openssl/
H A Dsafestack.h2572 #define lh_MEM_new() LHM_lh_new(MEM,mem)
2573 #define lh_MEM_insert(lh,inst) LHM_lh_insert(MEM,lh,inst)
2574 #define lh_MEM_retrieve(lh,inst) LHM_lh_retrieve(MEM,lh,inst)
2575 #define lh_MEM_delete(lh,inst) LHM_lh_delete(MEM,lh,inst)
2576 #define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn)
2578 LHM_lh_doall_arg(MEM,lh,fn,arg_type,arg)
2579 #define lh_MEM_error(lh) LHM_lh_error(MEM,lh)
2580 #define lh_MEM_num_items(lh) LHM_lh_num_items(MEM,lh)
2581 #define lh_MEM_down_load(lh) LHM_lh_down_load(MEM,lh)
2583 LHM_lh_node_stats_bio(MEM,l
[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);
/external/grub/
H A Dconfigure913 --enable-wd-default-mem=MEM

Completed in 358 milliseconds