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

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 566 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 566 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1))

Completed in 89 milliseconds