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

  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 85 #define PG_ALIGN_HIGH(addr, pg_size) (((addr)+(pg_size)-1) & PG_MASK(pg_size))
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdefs.h 85 #define PG_ALIGN_HIGH(addr, pg_size) (((addr)+(pg_size)-1) & PG_MASK(pg_size))
  /hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c 160 heapSize = PG_ALIGN_HIGH(heapSize, PG_SIZE_4K);

Completed in 513 milliseconds