HomeSort by relevance Sort by last modified time
    Searched refs:ISPOWEROF2 (Results 1 - 3 of 3) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_cdc.c 49 #if !ISPOWEROF2(DHD_SDALIGN)
dhd_sdio.c 87 #if !ISPOWEROF2(DHD_SDALIGN)
94 #if !ISPOWEROF2(DHD_FIRSTREAD)
110 #if !ISPOWEROF2(MAX_HDR_READ)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 411 #define ISPOWEROF2(x) ((((x)-1)&(x)) == 0)

Completed in 201 milliseconds