Home | History | Annotate | Download | only in common

Lines Matching refs:groupsOffset

80     uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset;
92 #define GET_GROUPS(names) (const uint16_t *)((const char *)names+names->groupsOffset)
1850 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset,
1922 groupsOffset=ds->readUInt32(((const uint32_t *)inBytes)[1]);
1987 udata_swapInvStringBlock(ds, inBytes+tokenStringOffset, (int32_t)(groupsOffset-tokenStringOffset),
1995 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset)));
1996 ds->swapArray16(ds, inBytes+groupsOffset, (int32_t)((1+count*3)*2),
1997 outBytes+groupsOffset, pErrorCode);