Home
last modified time | relevance | path

Searched refs:CEIL (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h619 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp147 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
1377 if ((ext_cap_length >= CEIL(DOT11_EXT_CAP_FTM_RESPONDER, NBBY)) && in is11mcAP()