Searched refs:Do0 (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/_sha3/kcp/ |
D | KeccakP-1600-inplace32BI.c | 473 Do0 = Cw^ROL32(Cz, 1); \ 499 Do0 = Cw^ROL32(Cz, 1); \ 525 Do0 = Cw^ROL32(Cz, 1); \ 551 Do0 = Cw^ROL32(Cz, 1); \ 571 UINT32 Da0, De0, Di0, Do0, Du0; in KeccakP1600_Permute_Nrounds() local 656 Bo = ROL32((Amo0^Do0), 10); in KeccakP1600_Permute_Nrounds() 668 Ba = ROL32((Abo0^Do0), 14); in KeccakP1600_Permute_Nrounds() 701 Bi = ROL32((Ako0^Do0), 12); in KeccakP1600_Permute_Nrounds() 712 Bu = ROL32((Aso0^Do0), 28); in KeccakP1600_Permute_Nrounds() 745 Be = ROL32((Ago0^Do0), 27); in KeccakP1600_Permute_Nrounds() [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-1.cpp | 105 template<typename T> struct Do0 { struct 113 template struct Do0<ConvertibleToInt>; variable 114 template struct Do0<NotConvertibleToBool>; // expected-note{{instantiation}} variable
|