Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/networking/
H A Dchksum_common.h50 #define ALL_ONES ~UINT64_C(0) macro
/llvm-project/libc/test/src/__support/CPP/
H A Dbit_test.cpp27 constexpr auto ALL_ONES = T(~ZERO); TYPED_TEST() local