Lines Matching refs:groupMSB
60 * uint16_t groupMSB; -- for a group of 32 character names stored, this is code point>>5
276 addGroup(uint32_t groupMSB, uint8_t *strings, int16_t length);
634 groupMSB=0xffff, lineCount2;
648 if(inLine>>GROUP_SHIFT!=groupMSB) {
660 addGroup(groupMSB, groupStore, groupTop);
666 groupMSB=inLine>>GROUP_SHIFT;
680 if(line && groupMSB!=0xffff) {
692 addGroup(groupMSB, groupStore, groupTop);
841 * - the group table, { uint16_t groupMSB, uint16_t offsetHigh, uint16_t offsetLow }[6*groupCount]
882 /* groupMSB */
1038 addGroup(uint32_t groupMSB, uint8_t *strings, int16_t length) {
1055 line->code=groupMSB;