Searched refs:MEM (Results 1 - 14 of 14) 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/chromium_org/third_party/zlib/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon16405
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
H A Dinflate.c1202 case MEM:
1219 state->mode = MEM;
1276 state->mode = MEM;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon28594
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
H A Dfx_zlib_inflate.c1217 case MEM:
1235 state->mode = MEM;
1319 state->mode = MEM;
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon29633
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
H A Dinflate.c1217 case MEM:
1235 state->mode = MEM;
1318 state->mode = MEM;
/external/zlib/src/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon34355
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
H A Dinflate.c1217 case MEM:
1235 state->mode = MEM;
1318 state->mode = MEM;
/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.h2576 #define lh_MEM_new() LHM_lh_new(MEM,mem)
2577 #define lh_MEM_insert(lh,inst) LHM_lh_insert(MEM,lh,inst)
2578 #define lh_MEM_retrieve(lh,inst) LHM_lh_retrieve(MEM,lh,inst)
2579 #define lh_MEM_delete(lh,inst) LHM_lh_delete(MEM,lh,inst)
2580 #define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn)
2582 LHM_lh_doall_arg(MEM,lh,fn,arg_type,arg)
2583 #define lh_MEM_error(lh) LHM_lh_error(MEM,lh)
2584 #define lh_MEM_num_items(lh) LHM_lh_num_items(MEM,lh)
2585 #define lh_MEM_down_load(lh) LHM_lh_down_load(MEM,lh)
2587 LHM_lh_node_stats_bio(MEM,l
[all...]
/external/openssl/include/openssl/
H A Dsafestack.h2576 #define lh_MEM_new() LHM_lh_new(MEM,mem)
2577 #define lh_MEM_insert(lh,inst) LHM_lh_insert(MEM,lh,inst)
2578 #define lh_MEM_retrieve(lh,inst) LHM_lh_retrieve(MEM,lh,inst)
2579 #define lh_MEM_delete(lh,inst) LHM_lh_delete(MEM,lh,inst)
2580 #define lh_MEM_doall(lh,fn) LHM_lh_doall(MEM,lh,fn)
2582 LHM_lh_doall_arg(MEM,lh,fn,arg_type,arg)
2583 #define lh_MEM_error(lh) LHM_lh_error(MEM,lh)
2584 #define lh_MEM_num_items(lh) LHM_lh_num_items(MEM,lh)
2585 #define lh_MEM_down_load(lh) LHM_lh_down_load(MEM,lh)
2587 LHM_lh_node_stats_bio(MEM,l
[all...]

Completed in 413 milliseconds