Home | History | Annotate | Download | only in common

Lines Matching refs:groupsOffset

82     uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset;
94 #define GET_GROUPS(names) (const uint16_t *)((const char *)names+names->groupsOffset)
1856 uint32_t tokenStringOffset, groupsOffset, groupStringOffset, algNamesOffset,
1928 groupsOffset=ds->readUInt32(((const uint32_t *)inBytes)[1]);
1993 udata_swapInvStringBlock(ds, inBytes+tokenStringOffset, (int32_t)(groupsOffset-tokenStringOffset),
2001 count=ds->readUInt16(*((const uint16_t *)(inBytes+groupsOffset)));
2002 ds->swapArray16(ds, inBytes+groupsOffset, (int32_t)((1+count*3)*2),
2003 outBytes+groupsOffset, pErrorCode);