Searched defs:Nb (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 456 const int C1 = 1, C2 = 2, C3 = 3, Nb = 4; in aes_encrypt_nb_4() local 484 const int C1 = 1, C2 = 2, C3 = 3, Nb = 6; in aes_encrypt_nb_6() local 520 const int C1 = 1, C2 = 3, C3 = 4, Nb = 8; in aes_encrypt_nb_8() local 576 const int C1 = 4 - 1, C2 = 4 - 2, C3 = 4 - 3, Nb = 4; in aes_decrypt_nb_4() local 604 const int C1 = 6 - 1, C2 = 6 - 2, C3 = 6 - 3, Nb = 6; in aes_decrypt_nb_6() local 640 const int C1 = 8 - 1, C2 = 8 - 3, C3 = 8 - 4, Nb = 8; in aes_decrypt_nb_8() local
|
D | fx_crypt.h | 24 int Nb; member
|
/external/u-boot/include/ |
D | SA-1100.h | 73 #define _StMemBnk(Nb) /* Static Memory Bank [0..3] */ \ argument 90 #define _DRAMBnk(Nb) /* DRAM Bank [0..3] */ \ argument 136 #define _PCMCIA(Nb) /* PCMCIA [0..1] */ \ argument 138 #define _PCMCIAIO(Nb) _PCMCIA (Nb) /* PCMCIA I/O [0..1] */ argument 139 #define _PCMCIAAttr(Nb) /* PCMCIA Attribute [0..1] */ \ argument 141 #define _PCMCIAMem(Nb) /* PCMCIA Memory [0..1] */ \ argument 410 #define _UTCR0(Nb) /* UART Control Reg. 0 [1..3] */ \ argument 412 #define _UTCR1(Nb) /* UART Control Reg. 1 [1..3] */ \ argument 414 #define _UTCR2(Nb) /* UART Control Reg. 2 [1..3] */ \ argument 416 #define _UTCR3(Nb) /* UART Control Reg. 3 [1..3] */ \ argument [all …]
|
/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
|
/external/u-boot/arch/arm/include/asm/arch-pxa/ |
D | pxa-regs.h | 73 #define _PCMCIA(Nb) /* PCMCIA [0..1] */ \ argument 75 #define _PCMCIAIO(Nb) _PCMCIA (Nb) /* PCMCIA I/O [0..1] */ argument 76 #define _PCMCIAAttr(Nb) /* PCMCIA Attribute [0..1] */ \ argument 78 #define _PCMCIAMem(Nb) /* PCMCIA Memory [0..1] */ \ argument
|