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

/external/chromium_org/ppapi/generators/test_cgen/
H A Dinterface.h49 * int32_t (*mem5)(void** ptr);
58 int32_t (*mem5)(void** ptr); member in struct:ifaceFoo_1_0
/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory_unittest.cc197 void* mem5 = manager_->Alloc(kSize / 2, &id5, &offset5); local
199 ASSERT_TRUE(mem5 != NULL);
206 manager_->Free(mem5);
/external/chromium_org/third_party/sqlite/src/src/
H A Dmem5.c74 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
75 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
81 ** Masks used for mem5.aCtrl[] elements.
88 ** into a single structure named "mem5". This is to keep the
119 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
130 } mem5; variable in typeref:struct:Mem5Global
135 #define mem5 GLOBAL(struct Mem5Global, mem5) macro
138 ** Assuming mem5.zPool is divided up into an array of Mem5Link
141 #define MEM5LINK(idx) ((Mem5Link *)(&mem5
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15813 /************** Begin file mem5.c ********************************************/
15886 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
15887 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
15893 ** Masks used for mem5.aCtrl[] elements.
15900 ** into a single structure named "mem5". This is to keep the
15931 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
15942 } mem5; variable in typeref:struct:Mem5Global
15947 #define mem5 GLOBAL(struct Mem5Global, mem5) macro
15950 ** Assuming mem5
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c16677 /************** Begin file mem5.c ********************************************/
16750 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
16751 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
16757 ** Masks used for mem5.aCtrl[] elements.
16764 ** into a single structure named "mem5". This is to keep the
16795 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
16806 } mem5; variable in typeref:struct:Mem5Global
16811 #define mem5 GLOBAL(struct Mem5Global, mem5) macro
16814 ** Assuming mem5
[all...]
/external/sqlite/dist/
H A Dsqlite3.c16677 /************** Begin file mem5.c ********************************************/
16750 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
16751 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
16757 ** Masks used for mem5.aCtrl[] elements.
16764 ** into a single structure named "mem5". This is to keep the
16795 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
16806 } mem5; variable in typeref:struct:Mem5Global
16811 #define mem5 GLOBAL(struct Mem5Global, mem5) macro
16814 ** Assuming mem5
[all...]

Completed in 498 milliseconds