Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-inplace32BI.c475 Do1 = Cy^Cx; \
501 Do1 = Cy^Cx; \
527 Do1 = Cy^Cx; \
553 Do1 = Cy^Cx; \
572 UINT32 Da1, De1, Di1, Do1, Du1; in KeccakP1600_Permute_Nrounds() local
644 Bo = ROL32((Amo1^Do1), 11); in KeccakP1600_Permute_Nrounds()
679 Ba = ROL32((Abo1^Do1), 14); in KeccakP1600_Permute_Nrounds()
690 Bi = ROL32((Ako1^Do1), 13); in KeccakP1600_Permute_Nrounds()
723 Bu = ROL32((Aso1^Do1), 28); in KeccakP1600_Permute_Nrounds()
734 Be = ROL32((Ago1^Do1), 28); in KeccakP1600_Permute_Nrounds()
[all …]
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Doneshot_func.pass.cpp73 void Do1(func<int> f) { yield(f()); } in Do1() function
77 Do1([] { return yield(43); }); in main()