Searched refs:TMShortCard (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | TranslateI.h | 67 typedef unsigned short TMShortCard; typedef in typeref:typename:unsigned short 106 TMShortCard typeIndex; 107 TMShortCard modIndex; 142 TMShortCard typeIndex; 143 TMShortCard modIndex; 154 TMShortCard numBranchHeads; 155 TMShortCard numQuarks; /* # of entries in quarkTbl */ 156 TMShortCard unused; /* to ensure same alignment */ 169 TMShortCard numBranchHeads; 170 TMShortCard numQuark [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | TMstate.c | 82 static StatePtr NewState(TMParseStateTree, TMShortCard, TMShortCard); 96 static TMShortCard 98 TMShortCard typeIndex, 99 TMShortCard modIndex, 102 #define TM_BRANCH_HEAD_TBL_ALLOC ((TMShortCard) 8) 103 #define TM_BRANCH_HEAD_TBL_REALLOC ((TMShortCard) 8) 113 TMShortCard i; 157 return (TMShortCard) (parseTree->numBranchHeads - 1); 160 TMShortCard [all...] |
| H A D | TMgrab.c | 165 TMShortCard count; 177 TMShortCard count = doGrabP->count; 178 TMShortCard typeIndex = state->typeIndex; 179 TMShortCard modIndex = state->modIndex; 247 TMShortCard i; 282 doGrab.count = (TMShortCard) count;
|
| H A D | TMprint.c | 488 TMShortCard tIndex; 489 TMShortCard bIndex; 494 TMShortCard numPrints, 498 TMShortCard startIndex) 500 TMShortCard i; 543 TMShortCard tIndex, 545 TMShortCard *numPrintsRtn) 576 printData[*numPrintsRtn].tIndex = (TMShortCard) i; 577 printData[*numPrintsRtn].bIndex = (TMShortCard) j; 588 TMShortCard tInde [all...] |
| H A D | TMaction.c | 151 TMShortCard count; 247 TMShortCard numActions, 331 (TMShortCard) class->core_class.num_actions, 431 TMShortCard procsSize; 437 procsSize = (TMShortCard) (stateTree->numQuarks * sizeof(XtActionProc)); 466 (TMShortCard) (_XtGlobalTM.bindCacheTblSize + 16); 498 TMShortCard j; 530 TMShortCard i, numXlations = 0; 694 _XtRemoveBindProcsByIndex(Widget w, TMBindData bindData, TMShortCard ndx) 696 TMShortCard [all...] |
| H A D | TMparse.c | 113 typedef TMShortCard Value;
|
Completed in 12 milliseconds