Searched refs:countof (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xcb-util/dist/
H A Dxcb-util-common.h37 #define countof(foo) (ssizeof(foo) / ssizeof(foo[0])) macro
/xsrc/external/mit/xcb-util/dist/event/
H A Devent.c318 if(type < countof(labelEvent))
326 if(type < countof(labelError))
334 if(type < countof(labelRequest))
/xsrc/external/mit/mkfontscale/dist/
H A Dmkfontscale.c96 #define countof(_a) (sizeof(_a)/sizeof((_a)[0])) macro
165 makeConstList(encodings_array, countof(encodings_array), NULL, 0);
168 countof(extra_encodings_array), NULL, 0);
1312 for (unsigned int i = 0; i < countof(notice_foundries); i++)
1336 for (unsigned int i = 0; i < countof(vendor_foundries); i++)

Completed in 5 milliseconds