Searched refs:leftChild (Results 1 – 2 of 2) sorted by relevance
419 u32 leftChild; in describeCell() local426 leftChild = ((a[0]*256 + a[1])*256 + a[2])*256 + a[3]; in describeCell()429 sprintf(zDesc, "lx: %u ", leftChild); in describeCell()496 u32 leftChild; in decodeCell() local513 leftChild = ((x[0]*256 + x[1])*256 + x[2])*256 + x[3]; in decodeCell()515 printf("left child page:: %u\n", leftChild); in decodeCell()
392 int leftChild; in describeCell() local399 leftChild = ((a[0]*256 + a[1])*256 + a[2])*256 + a[3]; in describeCell()402 sprintf(zDesc, "lx: %d ", leftChild); in describeCell()