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

  /external/kernel-headers/original/linux/
kernel.h 36 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 174 uint roundup; /* Max roundup limit */ member in struct:dhd_bus
340 datalign = ROUNDUP(datalign, (align)) - datalign; \
946 if (bus->roundup && bus->blocksize && (len > bus->blocksize)) {
948 if ((pad <= bus->roundup) && (pad < bus->blocksize))
962 len = ROUNDUP(len, ALIGNMENT);
    [all...]

Completed in 145 milliseconds