Home
last modified time | relevance | path

Searched defs:ROUNDUP_BYTES_TO_WDS (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.8.4-boot/includes/
H A DRts.h86 #define ROUNDUP_BYTES_TO_WDS(n) (((n) + sizeof(W_) - 1) / sizeof(W_)) macro
H A DCmm.h160 #define ROUNDUP_BYTES_TO_WDS(n) (((n) + SIZEOF_W - 1) / SIZEOF_W) macro
/dports/lang/ghc/ghc-8.10.7/includes/
H A DRts.h102 #define ROUNDUP_BYTES_TO_WDS(n) (((n) + sizeof(W_) - 1) / sizeof(W_)) macro
H A DCmm.h160 #define ROUNDUP_BYTES_TO_WDS(n) (((n) + SIZEOF_W - 1) / SIZEOF_W) macro