/external/iptables/extensions/ |
D | libipt_ah.t | 2 -p ah -m ah --ahspi 0;=;OK 3 -p ah -m ah --ahspi 4294967295;=;OK 4 -p ah -m ah --ahspi 0:4294967295;-p ah -m ah;OK 5 -p ah -m ah ! --ahspi 0;=;OK 6 -p ah -m ah --ahspi -1;;FAIL 7 -p ah -m ah --ahspi 4294967296;;FAIL 8 -p ah -m ah --ahspi invalid;;FAIL 9 -p ah -m ah --ahspi 0:invalid;;FAIL 10 -m ah --ahspi 0;;FAIL 11 -m ah --ahspi;;FAIL [all …]
|
D | libip6t_ah.t | 2 -m ah --ahspi 0;=;OK 3 -m ah --ahspi 4294967295;=;OK 4 -m ah --ahspi 0:4294967295;-m ah;OK 5 -m ah ! --ahspi 0;=;OK 7 # -m ah --ahres;=;OK 8 # ERROR: line 7 (cannot find: ip6tables -I INPUT -m ah --ahlen 32 9 # -m ah --ahlen 32;=;OK 10 -m ah --ahspi -1;;FAIL 11 -m ah --ahspi 4294967296;;FAIL 12 -m ah --ahspi invalid;;FAIL [all …]
|
D | libip6t_ah.c | 87 const struct ip6t_ah *ah = (struct ip6t_ah *)match->data; in ah_print() local 90 print_spis("spi", ah->spis[0], ah->spis[1], in ah_print() 91 ah->invflags & IP6T_AH_INV_SPI); in ah_print() 92 print_len("length", ah->hdrlen, in ah_print() 93 ah->invflags & IP6T_AH_INV_LEN); in ah_print() 95 if (ah->hdrres) in ah_print() 98 if (ah->invflags & ~IP6T_AH_INV_MASK) in ah_print() 100 ah->invflags & ~IP6T_AH_INV_MASK); in ah_print()
|
/external/icu/icu4c/source/data/locales/ |
D | zh_Hans_HK.txt | 38 "zzzz ah:mm:ss", 39 "z ah:mm:ss", 40 "ah:mm:ss", 41 "ah:mm", 59 "zzzz ah:mm:ss", 60 "z ah:mm:ss", 61 "ah:mm:ss", 62 "ah:mm", 85 "zzzz ah:mm:ss", 86 "z ah:mm:ss", [all …]
|
D | zh_Hans_SG.txt | 8 "zzzz ah:mm:ss", 9 "z ah:mm:ss", 10 "ah:mm:ss", 11 "ah:mm", 25 "zzzz ah:mm:ss", 26 "z ah:mm:ss", 27 "ah:mm:ss", 28 "ah:mm", 51 "zzzz ah:mm:ss", 52 "z ah:mm:ss", [all …]
|
D | zh_Hant.txt | 1383 "ah:mm:ss [zzzz]", 1384 "ah:mm:ss [z]", 1385 "ah:mm:ss", 1386 "ah:mm", 1479 a{"ah時至ah時"} 1480 h{"ah時至h時"} 1483 a{"ah:mm至ah:mm"} 1484 h{"ah:mm至h:mm"} 1485 m{"ah:mm至h:mm"} 1488 a{"ah:mm至ah:mm [v]"} [all …]
|
D | yue.txt | 269 "ah:mm:ss [zzzz]", 270 "ah:mm:ss [z]", 271 "ah:mm:ss", 272 "ah:mm", 317 "ah:mm:ss [zzzz]", 318 "ah:mm:ss [z]", 319 "ah:mm:ss", 320 "ah:mm", 542 a{"ah時至ah時"} 543 h{"ah時至h時"} [all …]
|
D | zh_Hans_MO.txt | 8 "zzzz ah:mm:ss", 9 "z ah:mm:ss", 10 "ah:mm:ss", 11 "ah:mm", 34 "zzzz ah:mm:ss", 35 "z ah:mm:ss", 36 "ah:mm:ss", 37 "ah:mm", 96 "zzzz ah:mm:ss", 97 "z ah:mm:ss", [all …]
|
D | zh.txt | 834 "zzzz ah:mm:ss", 835 "z ah:mm:ss", 836 "ah:mm:ss", 837 "ah:mm", 928 a{"ah时至ah时"} 929 h{"ah时至h时"} 932 a{"ah:mm至ah:mm"} 933 h{"ah:mm至h:mm"} 934 m{"ah:mm至h:mm"} 937 a{"vah:mm至ah:mm"} [all …]
|
D | yue_Hans.txt | 267 "zzzz ah:mm:ss", 268 "z ah:mm:ss", 269 "ah:mm:ss", 270 "ah:mm", 315 "zzzz ah:mm:ss", 316 "z ah:mm:ss", 317 "ah:mm:ss", 318 "ah:mm", 540 a{"ah至ah时"} 541 h{"ah至h时"} [all …]
|
/external/tcpdump/ |
D | print-ah.c | 40 register const struct ah *ah; in ah_print() local 43 ah = (const struct ah *)bp; in ah_print() 45 ND_TCHECK(*ah); in ah_print() 47 sumlen = ah->ah_len << 2; in ah_print() 49 ND_PRINT((ndo, "AH(spi=0x%08x", EXTRACT_32BITS(&ah->ah_spi))); in ah_print() 52 ND_TCHECK_32BITS(ah + 1); in ah_print() 53 ND_PRINT((ndo, ",seq=0x%x", EXTRACT_32BITS(ah + 1))); in ah_print() 54 if (!ND_TTEST2(*bp, sizeof(struct ah) + sumlen)) { in ah_print() 60 return sizeof(struct ah) + sumlen; in ah_print()
|
/external/vboot_reference/futility/ |
D | traversal.c | 185 static void fmap_limit_area(FmapAreaHeader *ah, uint32_t len) in fmap_limit_area() argument 187 uint32_t sum = ah->area_offset + ah->area_size; in fmap_limit_area() 188 if (sum < ah->area_size || sum > len) { in fmap_limit_area() 190 __func__, ah->area_name, in fmap_limit_area() 191 ah->area_offset, ah->area_size, len); in fmap_limit_area() 192 ah->area_offset = 0; in fmap_limit_area() 193 ah->area_size = 0; in fmap_limit_area() 202 FmapAreaHeader *ah = 0; in futil_traverse() local 226 fmap_find_by_name(buf, len, fmap, area->name, &ah); in futil_traverse() 228 fmap_limit_area(ah, len); in futil_traverse() [all …]
|
D | cmd_dump_fmap.c | 37 const FmapAreaHeader *ah; in dump_fmap() local 38 ah = (const FmapAreaHeader *) (fmh + 1); in dump_fmap() 77 for (i = 0; i < fmh->fmap_nareas; i++, ah++) { in dump_fmap() 78 snprintf(buf, FMAP_NAMELEN + 1, "%s", ah->area_name); in dump_fmap() 95 printf("%s %d %d\n", buf, ah->area_offset, in dump_fmap() 96 ah->area_size); in dump_fmap() 99 if (ah->area_size) in dump_fmap() 100 printf("0x%08x:0x%08x %s\n", ah->area_offset, in dump_fmap() 101 ah->area_offset + ah->area_size - 1, in dump_fmap() 106 printf("area_offset: 0x%08x\n", ah->area_offset); in dump_fmap() [all …]
|
/external/u-boot/arch/arm/lib/ |
D | ashldi3.S | 11 #define ah r0 macro 14 #define ah r1 macro 23 movmi ah, ah, lsl r2 24 movpl ah, al, lsl r3 25 ARM( orrmi ah, ah, al, lsr ip ) 27 THUMB( orrmi ah, ah, r3 )
|
D | ashrdi3.S | 11 #define ah r0 macro 14 #define ah r1 macro 24 movpl al, ah, asr r3 25 ARM( orrmi al, al, ah, lsl ip ) 26 THUMB( lslmi r3, ah, ip ) 28 mov ah, ah, asr r2
|
D | lshrdi3.S | 11 #define ah r0 macro 14 #define ah r1 macro 24 movpl al, ah, lsr r3 25 ARM( orrmi al, al, ah, lsl ip ) 26 THUMB( lslmi r3, ah, ip ) 28 mov ah, ah, lsr r2
|
/external/icu/icu4c/source/data/zone/ |
D | so.txt | 998 ld{"Waqtiyada Caadiga ah ee Irishka"} 1296 ls{"Waqtiyada Caadiga ah ee Koonfur Afrika"} 1301 ls{"Waqtiyada Caadiga ah ee Galbeedka Afrika"} 1306 ls{"Waqtiga Caadiga ah ee Alaska"} 1316 ls{"Waqtiga Caadiga ah ee Bartamaha"} 1321 ls{"Waqtiga Caadiga ah ee Bariga"} 1326 ls{"Waqtiga Caadiga ah ee Buuraleyda"} 1331 ls{"Waqtiga Caadiga ah ee Basifika"} 1336 ls{"Waqtiyada Caadiga ah ee Abiya"} 1341 ls{"Waqtiyada Caadiga ah ee Carabta"} [all …]
|
/external/iputils/ |
D | arping.c | 276 struct arphdr *ah = (struct arphdr*)buf; in send_pack() local 277 unsigned char *p = (unsigned char *)(ah+1); in send_pack() 279 ah->ar_hrd = htons(ME->sll_hatype); in send_pack() 280 if (ah->ar_hrd == htons(ARPHRD_FDDI)) in send_pack() 281 ah->ar_hrd = htons(ARPHRD_ETHER); in send_pack() 282 ah->ar_pro = htons(ETH_P_IP); in send_pack() 283 ah->ar_hln = ME->sll_halen; in send_pack() 284 ah->ar_pln = 4; in send_pack() 285 ah->ar_op = advert ? htons(ARPOP_REPLY) : htons(ARPOP_REQUEST); in send_pack() 287 memcpy(p, &ME->sll_addr, ah->ar_hln); in send_pack() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | h-register-store.ll | 3 ; X64-NEXT: movb %ah, (%rsi) 5 ; X64-NEXT: movb %ah, (%rsi) 7 ; X64-NEXT: movb %ah, (%rsi) 12 ; X32-NEXT: movb %ah, (%esi) 14 ; X32-NEXT: movb %ah, (%esi) 16 ; X32-NEXT: movb %ah, (%esi) 30 ; X86: movb %ah, (%e 32 ; X86: movb %ah, (%e 34 ; X86: movb %ah, (%e
|
D | h-registers-0.ll | 21 ; X86-32: incb %ah 39 ; X86-32: incb %ah 57 ; X86-32: incb %ah 68 ; X86-64: movzbl %ah, %eax 74 ; X86-32: movzbl %ah, %eax 83 ; X86-64: movzbl %ah, %eax 89 ; X86-32: movzbl %ah, %eax 98 ; X86-64: movzbl %ah, %eax 104 ; X86-32: movzbl %ah, %eax
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | h-register-store.ll | 3 ; X64-NEXT: movb %ah, (%rsi) 5 ; X64-NEXT: movb %ah, (%rsi) 7 ; X64-NEXT: movb %ah, (%rsi) 12 ; X32-NEXT: movb %ah, (%esi) 14 ; X32-NEXT: movb %ah, (%esi) 16 ; X32-NEXT: movb %ah, (%esi) 30 ; X86: movb %ah, (%e 32 ; X86: movb %ah, (%e 34 ; X86: movb %ah, (%e
|
D | divrem8_ext.ll | 11 ; X32-NEXT: movzbl %ah, %ecx 21 ; X64-NEXT: movzbl %ah, %ecx 37 ; X32-NEXT: movzbl %ah, %eax 46 ; X64-NEXT: movzbl %ah, %eax 60 ; X32-NEXT: movzbl %ah, %eax 70 ; X64-NEXT: movzbl %ah, %eax 85 ; X32-NEXT: movzbl %ah, %eax 94 ; X64-NEXT: movzbl %ah, %eax 107 ; X32-NEXT: movsbl %ah, %ecx 117 ; X64-NEXT: movsbl %ah, %ecx [all …]
|
D | h-registers-0.ll | 21 ; X86-32: incb %ah 39 ; X86-32: incb %ah 57 ; X86-32: incb %ah 68 ; X86-64: movzbl %ah, %eax 74 ; X86-32: movzbl %ah, %eax 83 ; X86-64: movzbl %ah, %eax 89 ; X86-32: movzbl %ah, %eax 98 ; X86-64: movzbl %ah, %eax 105 ; X86-32: movzbl %ah, %eax
|
/external/dnsmasq/src/ |
D | cache.c | 716 struct hostsfile* ah; in cache_reload() local 744 for (i = 0, ah = daemon->addn_hosts; ah; ah = ah->next) { in cache_reload() 745 if (i <= ah->index) i = ah->index + 1; in cache_reload() 747 if (ah->flags & AH_DIR) in cache_reload() 748 ah->flags |= AH_INACTIVE; in cache_reload() 750 ah->flags &= ~AH_INACTIVE; in cache_reload() 753 for (ah = daemon->addn_hosts; ah; ah = ah->next) in cache_reload() 754 if (!(ah->flags & AH_INACTIVE)) { in cache_reload() 756 if (stat(ah->fname, &buf) != -1 && S_ISDIR(buf.st_mode)) { in cache_reload() 761 ah->flags |= AH_INACTIVE; in cache_reload() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | h-registers-0.ll | 20 ; X86-32: incb %ah 38 ; X86-32: incb %ah 56 ; X86-32: incb %ah 67 ; X86-64: movzbl %ah, %eax 73 ; X86-32: movzbl %ah, %eax 82 ; X86-64: movzbl %ah, %eax 88 ; X86-32: movzbl %ah, %eax 97 ; X86-64: movzbl %ah, %eax 103 ; X86-32: movzbl %ah, %eax
|