HomeSort by relevance Sort by last modified time
    Searched defs:mem5 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ppapi/generators/test_cgen/
interface.h 49 * int32_t (*mem5)(void** ptr);
58 int32_t (*mem5)(void** ptr); member in struct:ifaceFoo_1_0
  /external/chromium_org/gpu/command_buffer/client/
mapped_memory_unittest.cc 198 void* mem5 = manager_->Alloc(kSize / 2, &id5, &offset5); local
200 ASSERT_TRUE(mem5 != NULL);
207 manager_->Free(mem5);
  /external/chromium_org/third_party/sqlite/src/src/
mem5.c 74 ** 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.zPool[(idx)*mem5.szAtom])
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 15942 } mem5; variable in typeref:struct:Mem5Global
15947 #define mem5 macro
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 16806 } mem5; variable in typeref:struct:Mem5Global
16811 #define mem5 macro
    [all...]
  /external/sqlite/dist/
sqlite3.c 16806 } mem5; variable in typeref:struct:Mem5Global
16811 #define mem5 macro
    [all...]

Completed in 514 milliseconds