/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_normalization.py | 57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]] 71 self.assertTrue(c2 == NFC(c1) == NFC(c2) == NFC(c3), line) 73 self.assertTrue(c3 == NFD(c1) == NFD(c2) == NFD(c3), line) 76 NFKC(c3) == NFKC(c4) == NFKC(c5), 79 NFKD(c3) == NFKD(c4) == NFKD(c5),
|
D | test_decorators.py | 245 c1, c2, c3 = map(NameLookupTracer, [ 1, 2, 3 ]) 255 @c3.make_decorator(c3.arg) 265 bar = c1.make_decorator(c1.arg)(c2.make_decorator(c2.arg)(c3.make_decorator(c3.arg)(bar)))
|
D | test_minidom.py | 115 c3 = dom.createTextNode("bat") 120 frag.appendChild(c3) 121 return dom, orig, c1, c2, c3, frag 124 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes() 127 (orig, c1, c2, c3), 132 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes() 135 (c1, c2, c3, orig), 148 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes() 151 (orig, c1, c2, c3), 157 dom, orig, c1, c2, c3, frag = self._create_fragment_test_nodes() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | _codecs_cn.c | 263 unsigned char c3, c4; in DECODER() local 267 c3 = IN3; in DECODER() 269 if (c < 0x81 || c3 < 0x81 || c4 < 0x30 || c4 > 0x39) in DECODER() 272 c3 -= 0x81; c4 -= 0x30; in DECODER() 276 (ucs4_t)c3 * 10 + c4; in DECODER() 288 * 1260 + (ucs4_t)c3 * 10 + c4; in DECODER()
|
D | _codecs_jp.c | 262 unsigned char c2, c3; in DECODER() local 266 c3 = IN3 ^ 0x80; in DECODER() 269 EMULATE_JISX0213_2000_DECODE_PLANE2(**outbuf, c2, c3) in DECODER() 270 else TRYMAP_DEC(jisx0213_2_bmp, **outbuf, c2, c3) ; in DECODER() 271 else TRYMAP_DEC(jisx0213_2_emp, code, c2, c3) { in DECODER() 276 else TRYMAP_DEC(jisx0212, **outbuf, c2, c3) ; in DECODER() 394 unsigned char c2, c3; in DECODER() local 398 c3 = IN3; in DECODER() 400 TRYMAP_DEC(jisx0212, **outbuf, c2 ^ 0x80, c3 ^ 0x80) { in DECODER()
|
D | cjkcodecs.h | 136 #define WRITE3(c1, c2, c3) \ argument 140 (*outbuf)[2] = (c3); 141 #define WRITE4(c1, c2, c3, c4) \ argument 145 (*outbuf)[2] = (c3); \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | _codecs_cn.c | 263 unsigned char c3, c4; in DECODER() local 267 c3 = IN3; in DECODER() 269 if (c < 0x81 || c3 < 0x81 || c4 < 0x30 || c4 > 0x39) in DECODER() 272 c3 -= 0x81; c4 -= 0x30; in DECODER() 276 (ucs4_t)c3 * 10 + c4; in DECODER() 288 * 1260 + (ucs4_t)c3 * 10 + c4; in DECODER()
|
D | _codecs_jp.c | 262 unsigned char c2, c3; in DECODER() local 266 c3 = IN3 ^ 0x80; in DECODER() 269 EMULATE_JISX0213_2000_DECODE_PLANE2(**outbuf, c2, c3) in DECODER() 270 else TRYMAP_DEC(jisx0213_2_bmp, **outbuf, c2, c3) ; in DECODER() 271 else TRYMAP_DEC(jisx0213_2_emp, code, c2, c3) { in DECODER() 276 else TRYMAP_DEC(jisx0212, **outbuf, c2, c3) ; in DECODER() 394 unsigned char c2, c3; in DECODER() local 398 c3 = IN3; in DECODER() 400 TRYMAP_DEC(jisx0212, **outbuf, c2 ^ 0x80, c3 ^ 0x80) { in DECODER()
|
D | cjkcodecs.h | 136 #define WRITE3(c1, c2, c3) \ argument 140 (*outbuf)[2] = (c3); 141 #define WRITE4(c1, c2, c3, c4) \ argument 145 (*outbuf)[2] = (c3); \
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/ |
D | ArmV7ArchTimerSupport.asm | 56 mrc p15, 0, r0, c14, c3, 0 ; Read CNTV_TVAL (Virtual Timer Value register) 60 mcr p15, 0, r0, c14, c3, 0 ; Write to CNTV_TVAL (Virtual Timer Value register) 64 mrc p15, 0, r0, c14, c3, 1 ; Read CNTV_CTL (Virtual Timer Control Register) 68 mcr p15, 0, r0, c14, c3, 1 ; Write to CNTV_CTL (Virtual Timer Control Register)
|
D | ArmV7ArchTimerSupport.S | 55 mrc p15, 0, r0, c14, c3, 0 @ Read CNTV_TVAL (Virtual Timer Value register) 59 mcr p15, 0, r0, c14, c3, 0 @ Write to CNTV_TVAL (Virtual Timer Value register) 63 mrc p15, 0, r0, c14, c3, 1 @ Read CNTV_CTL (Virtual Timer Control Register) 67 mcr p15, 0, r0, c14, c3, 1 @ Write to CNTV_CTL (Virtual Timer Control Register)
|
D | ArmLibSupport.asm | 44 mcr p15,0,r0,c3,c0,0
|
D | ArmLibSupport.S | 42 mcr p15,0,r0,c3,c0,0
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | base64.py | 152 c1, c2, c3 = struct.unpack('!HHB', s[i*5:(i+1)*5]) 154 c3 += (c2 & 3) << 8 # 10 bits wide 161 _b32tab[c3 >> 5], # bits 31 - 35 (1 - 5) 162 _b32tab[c3 & 0x1f], # bits 36 - 40 (1 - 5)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/ |
D | TestRoot.pub.pem | 15 yly/KCU92Ls8OFLmJ/rSuEVrX39LsCMF6K9n6OJsL5/4c3/DF7yyalsq82vT3H/f
|
D | TestRoot.pem | 53 yly/KCU92Ls8OFLmJ/rSuEVrX39LsCMF6K9n6OJsL5/4c3/DF7yyalsq82vT3H/f
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/ |
D | arch.h | 388 #define SDCR p15, 0, c1, c3, 1 410 #define TLBIALLIS p15, 0, c8, c3, 0 413 #define TLBIMVAAIS p15, 0, c8, c3, 3 427 #define DBGOSDLR p14, 0, c1, c3, 4
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/ |
D | DoNotUse.dec | 18 PACKAGE_GUID = 25e23884-dc26-42c3-bd27-40e99f7d866b
|
/device/google/contexthub/util/nanoapp_sign/ |
D | test_exponent | 5 f8:a8:76:fe:6d:49:72:0b:5a:c3:b0:89:18:b4:a1:
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSecurityManagementLib/ |
D | DxeSecurityManagementLib.inf | 22 FILE_GUID = 7F61122C-19DF-47c3-BA0D-6C1149E30FA1
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | tokenizer.c | 1144 PyToken_ThreeChars(int c1, int c2, int c3) in PyToken_ThreeChars() argument 1150 switch (c3) { in PyToken_ThreeChars() 1160 switch (c3) { in PyToken_ThreeChars() 1170 switch (c3) { in PyToken_ThreeChars() 1180 switch (c3) { in PyToken_ThreeChars() 1638 int c3 = tok_nextc(tok); in tok_get() local 1639 int token3 = PyToken_ThreeChars(c, c2, c3); in tok_get() 1643 tok_backup(tok, c3); in tok_get()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | tokenizer.c | 1124 PyToken_ThreeChars(int c1, int c2, int c3) in PyToken_ThreeChars() argument 1130 switch (c3) { in PyToken_ThreeChars() 1140 switch (c3) { in PyToken_ThreeChars() 1150 switch (c3) { in PyToken_ThreeChars() 1160 switch (c3) { in PyToken_ThreeChars() 1609 int c3 = tok_nextc(tok); in tok_get() local 1610 int token3 = PyToken_ThreeChars(c, c2, c3); in tok_get() 1614 tok_backup(tok, c3); in tok_get()
|
/device/linaro/bootloader/edk2/FatBinPkg/EnhancedFatDxe/ |
D | Fat.inf | 24 FILE_GUID = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F
|
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
D | Fat.inf | 24 FILE_GUID = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
D | SecureBootConfigDxe.inf | 19 FILE_GUID = F0E6A44F-7195-41c3-AC64-54F202CD0A21
|