Home | History | Annotate | Download | only in src

Lines Matching refs:ui8Offset

948             int ui8Offset = 0;
957 ui8Offset=last_element->ui8Size+8+31; // NumberofRawbits (excluding size of bit count field)+ size of the bitcount field
958 ui8Offset/=32; //Now contains rawbits size in words
959 ui8Offset+=1; //Now contains rawbits+element_type size in words
960 ui8Offset*=4; //Convert to number of bytes (total size of structure in bytes, aligned to word boundary).
964 ui8Offset=4;
967 ui8P+=ui8Offset;
978 int i, ui8Offset = 0;
985 ui8Offset=q->ui8Size+8+31; // NumberofRawbits (excluding size of bit count field)+ size of the bitcount field
986 ui8Offset/=32; //Now contains rawbits size in words
987 //ui8Offset+=1; //Now contains rawbits+element_type size in words
988 ui8Offset*=4; //Convert to number of bytes (total size of structure in bytes, aligned to word boundar
991 for (i=0; i<ui8Offset; i++) {