Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h2371 # define XXH_SPLIT_IN_PLACE(in, outLo, outHi) \ argument
2377 (outLo) = vget_low_u32 (vreinterpretq_u32_u64(in)); \
2381 # define XXH_SPLIT_IN_PLACE(in, outLo, outHi) \ argument
2383 (outLo) = vmovn_u64 (in); \

Completed in 21 milliseconds