Searched refs:size4x (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.c16487 ** free. The first block has format u.hdr. u.hdr.size4x is 4 times the
16489 ** The u.hdr.size4x&1 bit is true if the chunk is checked out and
16490 ** false if the chunk is on the freelist. The u.hdr.size4x&2 bit
16518 u32 size4x; /* 4x the size of current chunk in Mem3Block elements */ member in struct:Mem3Block::__anon4371::__anon4372
16603 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
16605 size = mem3.aPool[i-1].u.hdr.size4x/4;
16638 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
16639 size = mem3.aPool[i-1].u.hdr.size4x/4;
16689 assert( mem3.aPool[i-1].u.hdr.size4x/4==nBlock );
16691 x = mem3.aPool[i-1].u.hdr.size4x;
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c15553 ** free. The first block has format u.hdr. u.hdr.size4x is 4 times the
15555 ** The u.hdr.size4x&1 bit is true if the chunk is checked out and
15556 ** false if the chunk is on the freelist. The u.hdr.size4x&2 bit
15584 u32 size4x; /* 4x the size of current chunk in Mem3Block elements */ member in struct:Mem3Block::__anon5094::__anon5095
15669 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
15671 size = mem3.aPool[i-1].u.hdr.size4x/4;
15704 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
15705 size = mem3.aPool[i-1].u.hdr.size4x/4;
15755 assert( mem3.aPool[i-1].u.hdr.size4x/4==nBlock );
15757 x = mem3.aPool[i-1].u.hdr.size4x;
[all...]

Completed in 685 milliseconds