Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/networking/
H A Dchksum.c81 return fold_and_swap(sum, swap); in __chksum()
H A Dchksum_common.h113 fold_and_swap(uint64_t sum, bool swap) in fold_and_swap() function
/llvm-project/libc/AOR_v20.02/networking/aarch64/
H A Dchksum_simd.c146 return fold_and_swap(sum, swap); in __chksum_aarch64_simd()
/llvm-project/libc/AOR_v20.02/networking/arm/
H A Dchksum_simd.c27 return fold_and_swap(sum, false); in __chksum_arm_simd()