Home
last modified time | relevance | path

Searched defs:ALIGNUP (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/riscv/include/riscv/
Drvruntime-frames.h11 #define ALIGNUP(n, val) (((val) + (n) - 1) & -(n)) macro
Drvsleep-frames.h13 #define ALIGNUP(n, val) (((val) + (n) - 1) & -(n)) macro
/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtensa_context.h52 #define ALIGNUP(n, val) (((val) + (n)-1) & -(n)) macro