Lines Matching refs:get2byte
49087 #define get2byte(x) ((x)[0]<<8 | (x)[1])
49408 #define get2byteNotZero(X) (((((int)get2byte(X))-1)&0xffff)+1)
50224 ((P)->aData + ((P)->maskPage & get2byte(&(P)->aCellIdx[2*(I)])))
50225 #define findCellv2(D,M,O,I) (D+(M&get2byte(D+(O+2*(I)))))
50451 assert( nCell==get2byte(&data[hdr+3]) );
50453 cbrk = get2byte(&data[hdr+5]);
50461 pc = get2byte(pAddr);
50554 for(addr=hdr+1; (pc = get2byte(&data[addr]))>0; addr=pc){
50559 size = get2byte(&data[pc+2]);
50646 while( (pbegin = get2byte(&data[addr]))<start && pbegin>0 ){
50663 while( (pbegin = get2byte(&data[addr]))>0 ){
50667 pnext = get2byte(&data[pbegin]);
50668 psize = get2byte(&data[pbegin+2]);
50675 x = get2byte(&data[pnext]);
50677 x = pnext + get2byte(&data[pnext+2]) - pbegin;
50687 pbegin = get2byte(&data[hdr+1]);
50689 top = get2byte(&data[hdr+5]) + get2byte(&data[pbegin+2]);
50776 pPage->nCell = get2byte(&data[hdr+3]);
50799 pc = get2byte(&data[cellOffset+i*2]);
50816 pc = get2byte(&data[hdr+1]);
50824 next = get2byte(&data[pc]);
50825 size = get2byte(&data[pc+2]);
54851 pc = get2byte(ptr);
54853 testcase( pc==get2byte(&data[hdr+5]) );
54855 if( pc < (u32)get2byte(&data[hdr+5]) || pc+sz > pPage->pBt->usableSize ){
55215 assert( get2byte(&aFrom[iFromHdr+5]) <= (int)pBt->usableSize );
55218 iData = get2byte(&aFrom[iFromHdr+5]);
55780 (get2byte(&apNew[0]->aData[5])-apNew[0]->cellOffset-apNew[0]->nCell*2)
57223 nCell = get2byte(&data[hdr+3]);
57226 int pc = get2byte(&data[cellStart+i*2]);
57239 i = get2byte(&data[hdr+1]);
57243 size = get2byte(&data[i+2]);
57246 j = get2byte(&data[i]);