Searched refs:szAtom (Results 1 - 4 of 4) sorted by relevance

/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,
96 int szAtom; /* Smallest possible allocation in bytes */ member in struct:Mem5Global
97 int nBlock; /* Number of szAtom sized blocks in zPool */
119 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
141 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
205 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom;
207 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
264 for(iFullSz=mem5.szAtom, iLogsiz
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15871 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
15872 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
15893 int szAtom; /* Smallest possible allocation in bytes */ member in struct:Mem5Global
15894 int nBlock; /* Number of szAtom sized blocks in zPool */
15916 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
15938 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
16002 int i = ((u8 *)p-mem5.zPool)/mem5.szAtom;
16004 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
16061 for(iFullSz=mem5.szAtom, iLogsiz
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c17865 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
17866 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
17887 int szAtom; /* Smallest possible allocation in bytes */ member in struct:Mem5Global
17888 int nBlock; /* Number of szAtom sized blocks in zPool */
17910 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
17932 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
17996 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom);
17998 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
18036 for(iFullSz=mem5.szAtom, iLogsiz
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17865 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
17866 ** mem5.szAtom is always at least 8 and 32-bit integers are used,
17887 int szAtom; /* Smallest possible allocation in bytes */ member in struct:Mem5Global
17888 int nBlock; /* Number of szAtom sized blocks in zPool */
17910 ** size mem5.szAtom. aiFreelist[1] holds blocks of size szAtom*2.
17932 #define MEM5LINK(idx) ((Mem5Link *)(&mem5.zPool[(idx)*mem5.szAtom]))
17996 int i = (int)(((u8 *)p-mem5.zPool)/mem5.szAtom);
17998 iSize = mem5.szAtom * (1 << (mem5.aCtrl[i]&CTRL_LOGSIZE));
18036 for(iFullSz=mem5.szAtom, iLogsiz
[all...]

Completed in 474 milliseconds