Home
last modified time | relevance | path

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

/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dptypes.h235 # define LEUV(x) __builtin_bswap64(x) macro
237 # define LEUV(x) __builtin_bswap32(x) macro
242 static UV LEUV(UV x) { in LEUV() function
254 static UV LEUV(UV x) { in LEUV() function
264 # define LEUV(x) (x) macro