Searched refs:LENGTHOF (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c99 #define LENGTHOF(r) (SIZEOF(r) >> 2) macro
227 #name, (unsigned) rep->length, op, LENGTHOF(name));\
724 (rep->length != LENGTHOF(fsOpenBitmapFontReply)))
869 (rep->length < LENGTHOF(fsQueryXInfoReply)))
1034 (rep->length < LENGTHOF(fsQueryXExtents16Reply)))
1062 else if (numExtents > ((rep->length - LENGTHOF(fsQueryXExtents16Reply))
1063 / LENGTHOF(fsXCharInfo))) {
1068 LENGTHOF(fsQueryXExtents16Reply), LENGTHOF(fsXCharInfo));
1928 (rep->length < LENGTHOF(fsQueryXBitmaps16Repl
[all...]
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c97 #define LENGTHOF(r) (SIZEOF(r) >> 2) macro
224 #name, (unsigned) rep->length, op, LENGTHOF(name));\
726 (rep->length != LENGTHOF(fsOpenBitmapFontReply)))
871 (rep->length < LENGTHOF(fsQueryXInfoReply)))
1036 (rep->length < LENGTHOF(fsQueryXExtents16Reply)))
1064 else if (numExtents > ((rep->length - LENGTHOF(fsQueryXExtents16Reply))
1065 / LENGTHOF(fsXCharInfo))) {
1070 LENGTHOF(fsQueryXExtents16Reply), LENGTHOF(fsXCharInfo));
1915 (rep->length < LENGTHOF(fsQueryXBitmaps16Repl
[all...]

Completed in 9 milliseconds