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

/external/valgrind/memcheck/tests/amd64/
H A Dbt_everything.stdout.exp0 MEM-L: final res 0xbb05dc8f69ba36dc, carrydep 0x818f336625f01277
/external/valgrind/none/tests/x86/
H A Dbt_everything.stdout.exp0 MEM-L: final res 0xd2bfea53, carrydep 0x5b80deee
/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:__anon13157
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/zlib/src/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon17873
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/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/libxml2/
H A DMakefile.am925 MEM=`cat .memdump | grep "MEMORY ALLOCATED" | awk '{ print $$7}'`;\
926 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
930 MEM=`cat .memdump | grep "MEMORY ALLOCATED" | awk '{ print $$7}'`;\
931 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
935 MEM=`cat .memdump | grep "MEMORY ALLOCATED" | awk '{ print $$7}'`;\
936 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
942 MEM
[all...]
/external/libvncserver/x11vnc/
H A Dx11vnc.c5193 int mem = (w * h * 4) / (1000 * 1000), MEM = 96; local
5197 if ( (ncache+2) * mem > MEM ) {
5198 int n = (MEM/mem) - 2;

Completed in 512 milliseconds