HomeSort by relevance Sort by last modified time
    Searched refs:size4x (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
mem3.c 54 ** free. The first block has format u.hdr. u.hdr.size4x is 4 times the
56 ** The u.hdr.size4x&1 bit is true if the chunk is checked out and
57 ** false if the chunk is on the freelist. The u.hdr.size4x&2 bit
85 u32 size4x; /* 4x the size of current chunk in Mem3Block elements */ member in struct:Mem3Block::__anon20108::__anon20109
170 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
172 size = mem3.aPool[i-1].u.hdr.size4x/4;
205 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
206 size = mem3.aPool[i-1].u.hdr.size4x/4;
256 assert( mem3.aPool[i-1].u.hdr.size4x/4==nBlock );
258 x = mem3.aPool[i-1].u.hdr.size4x;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 15193 u32 size4x; \/* 4x the size of current chunk in Mem3Block elements *\/ member in struct:Mem3Block::__anon20088::__anon20089
    [all...]

Completed in 67 milliseconds