Searched defs:Nb (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 34 int Nb, Nr; member 466 static const int C1 = 1, C2 = 2, C3 = 3, Nb = 4; in aes_encrypt_nb_4() local 493 static const int C1 = 1, C2 = 2, C3 = 3, Nb = 6; in aes_encrypt_nb_6() local 528 static const int C1 = 1, C2 = 3, C3 = 4, Nb = 8; in aes_encrypt_nb_8() local 583 static const int C1 = 4 - 1, C2 = 4 - 2, C3 = 4 - 3, Nb = 4; in aes_decrypt_nb_4() local 610 static const int C1 = 6 - 1, C2 = 6 - 2, C3 = 6 - 3, Nb = 6; in aes_decrypt_nb_6() local 645 static const int C1 = 8 - 1, C2 = 8 - 3, C3 = 8 - 4, Nb = 8; in aes_decrypt_nb_8() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTIL.h | 773 auto Nb = Vs.traverse(Body, Vs.lazyCtx(Ctx)); in traverse() local 809 auto Nb = Vs.traverse(Body, Vs.lazyCtx(Ctx)); in traverse() local
|