/external/tcpdump/ |
D | print-ah.c | 46 register const struct ah *ah; in ah_print() local 51 ah = (const struct ah *)bp; in ah_print() 54 TCHECK(*ah); in ah_print() 56 sumlen = ah->ah_len << 2; in ah_print() 57 spi = EXTRACT_32BITS(&ah->ah_spi); in ah_print() 62 printf(",seq=0x%x", EXTRACT_32BITS(ah + 1)); in ah_print() 63 if (bp + sizeof(struct ah) + sumlen > ep) in ah_print() 67 return sizeof(struct ah) + sumlen; in ah_print()
|
/external/chromium_org/third_party/icu/source/data/locales/ |
D | zh_Hant.txt | 269 "ah:mm:ss", 270 "ah:mm", 295 h{"ah時"} 296 hm{"ah:mm"} 297 hms{"ah:mm:ss"} 317 "ah:mm:ss", 318 "ah:mm", 338 "ah:mm:ss", 339 "ah:mm", 364 h{"ah時"} [all …]
|
D | zh.txt | 42 "ah:mm:ss", 43 "ah:mm", 64 h{"ah时"} 65 hm{"ah:mm"} 66 hms{"ah:mm:ss"} 93 "ah:mm:ss", 94 "ah:mm", 119 h{"ah时"} 120 hm{"ah:mm"} 121 hms{"ah:mm:ss"} [all …]
|
D | ja.txt | 274 h{"ah時"} 275 hm{"ah:mm"} 276 hms{"ah:mm:ss"} 323 h{"ah時"} 324 hm{"ah:mm"} 325 hms{"ah:mm:ss"} 475 a{"ah時~ah時"} 476 h{"ah時~h時"} 479 a{"ah時mm分~ah時mm分"} 480 h{"ah時mm分~h時mm分"} [all …]
|
/external/icu4c/data/locales/ |
D | zh_Hant.txt | 203 "ah:mm:ss", 204 "ah:mm", 390 a{"ah時至ah時"} 391 h{"ah時至h時"} 394 a{"ah:mm至ah:mm"} 395 h{"ah:mm至h:mm"} 396 m{"ah:mm至h:mm"} 399 a{"ah:mm至ah:mm [v]"} 400 h{"ah:mm至h:mm [v]"} 401 m{"ah:mm至h:mm [v]"} [all …]
|
D | zh.txt | 200 "ah:mm:ss", 201 "ah:mm", 380 a{"ah至ah时"} 381 h{"ah至h时"} 384 a{"ah:mm至ah:mm"} 385 h{"ah:mm至h:mm"} 386 m{"ah:mm至h:mm"} 389 a{"vah:mm至ah:mm"} 394 a{"vah至ah时"} 741 "ah:mm:ss", [all …]
|
D | zh_Hans_HK.txt | 23 "ah:mm:ss", 24 "ah:mm", 43 "ah:mm:ss", 44 "ah:mm", 72 h{"ah至h时"} 96 "ah:mm:ss", 97 "ah:mm", 125 h{"ah至h时"} 149 "ah:mm:ss", 150 "ah:mm", [all …]
|
D | zh_Hans_MO.txt | 24 "ah:mm:ss", 25 "ah:mm", 41 "ah:mm:ss", 42 "ah:mm", 104 "ah:mm:ss", 105 "ah:mm", 167 "ah:mm:ss", 168 "ah:mm", 188 "ah:mm:ss", 189 "ah:mm", [all …]
|
D | zh_Hant_MO.txt | 21 "ah:mm:ss [zzzz]", 22 "ah:mm:ss [z]", 24 "ah:mm", 43 "ah:mm:ss [zzzz]", 44 "ah:mm:ss [z]", 46 "ah:mm",
|
D | zh_Hant_HK.txt | 28 "ah:mm:ss [zzzz]", 29 "ah:mm:ss [z]", 31 "ah:mm", 53 "ah:mm:ss [zzzz]", 54 "ah:mm:ss [z]", 56 "ah:mm",
|
/external/chromium_org/third_party/flot/ |
D | excanvas.min.js | 1 …ah=0;ah<3;ah++){var Z=0;for(var ag=0;ag<3;ag++){Z+=p[i][ag]*m[ag][ah]}j[i][ah]=Z}}return j}functio… variable
|
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
D | x86p_32.asm | 470 mov ah,[esi+2] ; red 471 shr ah,3 477 mov [edi+1],ah 494 mov ah,[esi+2] ; red 495 shr ah,3 501 mov [edi+1],ah 526 shr ah,2 558 mov ah,[esi+2] ; red 559 shr ah,3 565 mov [edi+1],ah [all …]
|
D | x86p_16.asm | 35 mov ah,[esi+1] 45 mov [edi+1],ah 58 mov ah,[esi+1] 68 mov [edi+1],ah 114 mov ah,[esi+1] 124 mov [edi+1],ah 145 mov ah,[esi+1] 152 mov [edi+1],ah 165 mov ah,[esi+1] 172 mov [edi+1],ah [all …]
|
/external/iptables/extensions/ |
D | libip6t_ah.c | 79 const struct ip6t_ah *ah = (struct ip6t_ah *)match->data; in ah_print() local 82 print_spis("spi", ah->spis[0], ah->spis[1], in ah_print() 83 ah->invflags & IP6T_AH_INV_SPI); in ah_print() 84 print_len("length", ah->hdrlen, in ah_print() 85 ah->invflags & IP6T_AH_INV_LEN); in ah_print() 87 if (ah->hdrres) in ah_print() 90 if (ah->invflags & ~IP6T_AH_INV_MASK) in ah_print() 92 ah->invflags & ~IP6T_AH_INV_MASK); in ah_print()
|
D | libipt_ah.c | 58 const struct ipt_ah *ah = (struct ipt_ah *)match->data; in ah_print() local 61 print_spis("spi", ah->spis[0], ah->spis[1], in ah_print() 62 ah->invflags & IPT_AH_INV_SPI); in ah_print() 63 if (ah->invflags & ~IPT_AH_INV_MASK) in ah_print() 65 ah->invflags & ~IPT_AH_INV_MASK); in ah_print()
|
/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/iptables/tests/ |
D | options-ipv4.rules | 10 -A INPUT -p ah -m ah --ahspi 1 11 -A INPUT -p ah -m ah --ahspi :2 12 -A INPUT -p ah -m ah --ahspi 0:3 13 -A INPUT -p ah -m ah --ahspi 4: 14 -A INPUT -p ah -m ah --ahspi 5:4294967295
|
/external/grub/stage2/ |
D | start_eltorito.S | 151 mov $0x42, %ah /* Extended Read */ 181 mov %ah, %dl /* Save error code */ 185 mov ABS(dapa+2), %ah /* Sector transfer count */ 188 mov $1, %ah /* Drop transfer size to 1 */ 193 shr $1, %ah /* Otherwise, try to reduce */ 194 adc $0, %ah /* the max transfer size, but not */ 196 mov %ah, ABS(MaxTransfer) 197 mov %ah, ABS(dapa+2) 224 mov $0x0E, %ah 260 mov $0x0E, %ah
|
/external/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
|
D | h-register-store.ll | 3 ; X64-NEXT: movb %ah, (%rsi) 5 ; X64-NEXT: movb %ah, (%rsi) 7 ; X64-NEXT: movb %ah, (%rsi) 21 ; X32: movb %ah, (%e 23 ; X32: movb %ah, (%e 25 ; X32: movb %ah, (%e
|
/external/qemu-pc-bios/vgabios/ |
D | README | 187 . Fixed bug in function ah=13 201 . Fixed bug in function ah=13 209 - function ax=1a00, ax=1a01, ah=1b 221 - functions ah=00, ah=01, ah=02, ah=03, ah=05, ah=06, ah=07, ah=08 222 ah=09, ah=0a, ah=0e, ah=0f, ax=1000, ax=1001, ax=1002, ax=1003 224 ax=1017, ax=1018, ax=1019, ax=101a, ax=101b, ah=12 bl=10, 225 ah=12 bl=30, ah=12 bl=31, ah=12 bl=32, ah=12 bl=33, ah=12 bl=34 226 ah=13
|
D | clext.c | 396 mov ah, al variable 443 cmp ah, #0x00 ;; set video mode 445 cmp ah, #0x12 ;; cirrus extension variable 447 cmp ah, #0x4F ;; VESA extension variable 577 cmp ah, #0x4F 687 mov ah, [bx] 688 cmp ah, al 690 cmp ah, #0xff 699 mov ah, #0x00 715 mov ah, #0xAF variable [all …]
|
/external/dnsmasq/src/ |
D | cache.c | 872 struct hostsfile *ah; in cache_reload() local 909 for (i = 0, ah = daemon->addn_hosts; ah; ah = ah->next) in cache_reload() 911 if (i <= ah->index) in cache_reload() 912 i = ah->index + 1; in cache_reload() 914 if (ah->flags & AH_DIR) in cache_reload() 915 ah->flags |= AH_INACTIVE; in cache_reload() 917 ah->flags &= ~AH_INACTIVE; in cache_reload() 920 for (ah = daemon->addn_hosts; ah; ah = ah->next) in cache_reload() 921 if (!(ah->flags & AH_INACTIVE)) in cache_reload() 924 if (stat(ah->fname, &buf) != -1 && S_ISDIR(buf.st_mode)) in cache_reload() [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/asm/ |
D | des-586.S | 18 movb %ah,%cl 26 movb %ah,%bl 47 movb %ah,%cl 55 movb %ah,%bl 76 movb %ah,%cl 84 movb %ah,%bl 105 movb %ah,%cl 113 movb %ah,%bl 134 movb %ah,%cl 142 movb %ah,%bl [all …]
|
/external/openssl/crypto/des/asm/ |
D | des-586.S | 18 movb %ah,%cl 26 movb %ah,%bl 47 movb %ah,%cl 55 movb %ah,%bl 76 movb %ah,%cl 84 movb %ah,%bl 105 movb %ah,%cl 113 movb %ah,%bl 134 movb %ah,%cl 142 movb %ah,%bl [all …]
|