Home
last modified time | relevance | path

Searched refs:outLo (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h3054 # define XXH_SPLIT_IN_PLACE(in, outLo, outHi) \ argument
3060 (outLo) = vget_low_u32 (vreinterpretq_u32_u64(in)); \
3064 # define XXH_SPLIT_IN_PLACE(in, outLo, outHi) \ argument
3066 (outLo) = vmovn_u64 (in); \

Completed in 25 milliseconds