Home | History | Annotate | Download | only in makeconv

Lines Matching defs:top

1407     uint32_t top, stageUTF8Length=0;
1518 top=header.offsetFromUBytes+stageUTF8Length*2;
1520 top+=header.fromUBytesLength;
1526 if(top>0xffffff) {
1527 fprintf(stderr, "error: offset 0x%lx to extension table exceeds 0xffffff\n", (long)top);
1531 header.flags|=top<<8;
1554 return top;