Lines Matching defs:get2byte

47982 #define get2byte(x)   ((x)[0]<<8 | (x)[1])
48303 #define get2byteNotZero(X) (((((int)get2byte(X))-1)&0xffff)+1)
49121 ((P)->aData + ((P)->maskPage & get2byte(&(P)->aData[(P)->cellOffset+2*(I)])))
49122 #define findCellv2(D,M,O,I) (D+(M&get2byte(D+(O+2*(I)))))
49350 assert( nCell==get2byte(&data[hdr+3]) );
49352 cbrk = get2byte(&data[hdr+5]);
49360 pc = get2byte(pAddr);
49453 for(addr=hdr+1; (pc = get2byte(&data[addr]))>0; addr=pc){
49458 size = get2byte(&data[pc+2]);
49545 while( (pbegin = get2byte(&data[addr]))<start && pbegin>0 ){
49562 while( (pbegin = get2byte(&data[addr]))>0 ){
49566 pnext = get2byte(&data[pbegin]);
49567 psize = get2byte(&data[pbegin+2]);
49574 x = get2byte(&data[pnext]);
49576 x = pnext + get2byte(&data[pnext+2]) - pbegin;
49586 pbegin = get2byte(&data[hdr+1]);
49588 top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
49672 pPage->nCell = get2byte(&data[hdr+3]);
49695 pc = get2byte(&data[cellOffset+i*2]);
49712 pc = get2byte(&data[hdr+1]);
49720 next = get2byte(&data[pc]);
49721 size = get2byte(&data[pc+2]);
53680 pc = get2byte(ptr);
53682 testcase( pc==get2byte(&data[hdr+5]) );
53684 if( pc < (u32)get2byte(&data[hdr+5]) || pc+sz > pPage->pBt->usableSize ){
54043 assert( get2byte(&aFrom[iFromHdr+5]) <= (int)pBt->usableSize );
54046 iData = get2byte(&aFrom[iFromHdr+5]);
54600 (get2byte(&apNew[0]->aData[5])-apNew[0]->cellOffset-apNew[0]->nCell*2)
56036 nCell = get2byte(&data[hdr+3]);
56039 int pc = get2byte(&data[cellStart+i*2]);
56052 i = get2byte(&data[hdr+1]);
56056 size = get2byte(&data[i+2]);
56059 j = get2byte(&data[i]);