Home | History | Annotate | Download | only in lib

Lines Matching full:treebody

133     - tree = treenodeinfos TREEBODYSIZE4 treebody
137 - treebody = "cf. code"
139 - TREEBODYSIZE4: four bytes, size of treebody in number of bytes
252 picoos_uint8 *treebody;
370 dtp->treebody = dtp->qfields + 4 +
782 Input : iJump absolute bit offset (0..(nr-bytes-treebody)*8)
784 (0..(nr-bytes-treebody))
810 (0..sizeof(treebody))
818 return ((this->treebody[iByteNo] & ((1)<<iBitNo)) > 0);
844 Function: returns the (treebody) value pointed to by iByteNo, iBitNo,
849 (0..sizeof(treebody))
863 if ( (this->treebody[*iByteNo] & ((1)<<(*iBitNo))) > 0) {
886 /* no check that *iByteNo is within valid treebody range */
887 if ((this->treebody[*iByteNo] & ((1) << (*iBitNo))) > 0) {
909 val = this->treebody[b++];
947 val = this->treebody[b++];
990 to extract (0..sizeof(treebody))
1145 if ((this->treebody[*iByteNo] & ((1)<<(*iBitNo))) > 0) {