Home
last modified time | relevance | path

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

/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
Dall_of.pass.cpp48 Parity(bool parity_) : parity(parity_) {} in Parity()
/external/flac/src/share/replaygain_synthesis/
Dreplaygain_synthesis.c85 static const uint8_t parity_[256] = { in random_int_() local
106 t1 = parity_[t1]; t2 &= 0x63; in random_int_()
107 t1 <<= 31; t2 = parity_[t2]; in random_int_()