Searched refs:CEIL (Results 1 – 2 of 2) sorted by relevance
619 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
147 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro1377 if ((ext_cap_length >= CEIL(DOT11_EXT_CAP_FTM_RESPONDER, NBBY)) && in is11mcAP()