/external/tcpdump/ |
D | print-ip6.c | 58 int nh; in ip6_print() local 112 nh = ip6->ip6_nxt; in ip6_print() 118 nh != IPPROTO_TCP && nh != IPPROTO_UDP && in ip6_print() 119 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) { in ip6_print() 124 switch (nh) { in ip6_print() 127 nh = *cp; in ip6_print() 131 nh = *cp; in ip6_print() 137 nh = *cp; in ip6_print() 154 nh = *cp; in ip6_print() 158 nh = *cp; in ip6_print() [all …]
|
D | print-cnfp.c | 84 register const struct nfhdr *nh; in cnfp_print() local 92 nh = (const struct nfhdr *)cp; in cnfp_print() 94 if ((const u_char *)(nh + 1) > snapend) in cnfp_print() 97 nrecs = EXTRACT_32BITS(&nh->ver_cnt) & 0xffff; in cnfp_print() 98 ver = (EXTRACT_32BITS(&nh->ver_cnt) & 0xffff0000) >> 16; in cnfp_print() 105 t = EXTRACT_32BITS(&nh->utc_sec); in cnfp_print() 109 EXTRACT_32BITS(&nh->msys_uptime)/1000, in cnfp_print() 110 EXTRACT_32BITS(&nh->msys_uptime)%1000, in cnfp_print() 111 EXTRACT_32BITS(&nh->utc_sec), EXTRACT_32BITS(&nh->utc_nsec)); in cnfp_print() 114 printf("#%u, ", EXTRACT_32BITS(&nh->sequence)); in cnfp_print() [all …]
|
D | print-ip.c | 370 u_char nh; member 381 switch (ipds->nh) { in ip_print_demux() 384 ipds->nh = *ipds->cp; in ip_print_demux() 402 ipds->nh = enh & 0xff; in ip_print_demux() 414 ipds->nh = enh & 0xff; in ip_print_demux() 523 if ((proto = getprotobynumber(ipds->nh)) != NULL) in ip_print_demux() 526 ND_PRINT((ndo, " ip-proto-%d", ipds->nh)); in ip_print_demux() 535 u_int length, u_int nh, in ip_print_inner() argument 544 ipd.nh = nh; in ip_print_inner() 678 ipds->nh = ipds->ip->ip_p; in ip_print() [all …]
|
D | print-icmp6.c | 530 u_int nh; in get_upperlayer() local 539 nh = ip6->ip6_nxt; in get_upperlayer() 545 switch(nh) { in get_upperlayer() 550 *prot = nh; in get_upperlayer() 563 nh = hbh->ip6h_nxt; in get_upperlayer() 574 nh = fragh->ip6f_nxt; in get_upperlayer() 582 nh = ah->ah_nxt; in get_upperlayer() 587 *prot = nh; /* meaningless, but set here anyway */ in get_upperlayer()
|
D | print-isakmp.c | 1420 int nh, enh, padlen; in isakmp_rfc3948_print() local 1431 nh = enh & 0xff; in isakmp_rfc3948_print() 1433 ip_print_inner(ndo, bp, length, nh, bp2); in isakmp_rfc3948_print()
|
D | netdissect.h | 259 const u_char *bp, u_int length, u_int nh,
|
/external/libpcap/ |
D | pcap-nit.c | 104 register struct nit_hdr *nh; in pcap_read_nit() local 149 nh = (struct nit_hdr *)bp; in pcap_read_nit() 150 cp = bp + sizeof(*nh); in pcap_read_nit() 152 switch (nh->nh_state) { in pcap_read_nit() 160 p->md.stat.ps_drop = nh->nh_dropped; in pcap_read_nit() 168 "bad nit state %d", nh->nh_state); in pcap_read_nit() 172 bp += ((sizeof(struct nit_hdr) + nh->nh_datalen + in pcap_read_nit() 175 caplen = nh->nh_wirelen; in pcap_read_nit() 178 if (bpf_filter(fcode, cp, nh->nh_wirelen, caplen)) { in pcap_read_nit() 180 h.ts = nh->nh_timestamp; in pcap_read_nit() [all …]
|
/external/e2fsprogs/po/ |
D | vi.po | 111 msgstr "trong khi cập nhật nút thông tin khối hỏng" 116 msgstr "Cảnh báo : tìm thấy khối cấm %u trong nút thông tin khối hỏng nên bị xoá.\n" 218 msgstr "đang đọc siêu khối nhật ký\n" 223 msgstr "%s: không tìm thấy siêu khối nhật ký hợp lệ\n" 228 msgstr "%s: nhật ký quá ngắn\n" 233 msgstr "%s: đang phục hồi nhật ký\n" 238 msgstr "%s: sẽ không phục hồi nhật ký trong khi có tình trạng chỉ đọc\n" 247 msgstr "athuộc tính đã mở rộng" 259 msgstr "Bmảng ảnh" 291 msgstr "emục nhập" [all …]
|
/external/icu4c/extra/uconv/samples/utf8/ |
D | banviet.txt | 5 không bao giờ quan-tâm. Một ngưòi như Bần thì ai cũng 6 tưởng là không còn có gì là quí-vât nữa. Thế nhưng ta 7 nhầm vì Bần có cái quạt mo, Bần quí lắm. Bần quí và giữ 9 giời mưa Bần cũng nhờ nó mà đỡ ướt. Muốn ngồi Bần 11 dùng để dánh đuổi các chú ấy.
|
/external/skia/src/gl/ |
D | SkGLDevice_FBO.cpp | 11 int nh = SkNextPow2(bitmap.height()); in SkGLDevice_FBO() local 19 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, nw, nh, 0, in SkGLDevice_FBO()
|
D | SkGL.cpp | 276 int nh = SkNextPow2(oh); in BindNewTexture() local 289 SkASSERT(oh == nh); in BindNewTexture() 295 if (ow != nw || oh != nh) { in BindNewTexture() 296 glTexImage2D(GL_TEXTURE_2D, 0, format, nw, nh, 0, in BindNewTexture() 314 max->fY = SkFixedToScalar(oh << (16 - SkNextLog2(nh))); in BindNewTexture()
|
/external/svox/pico/lib/ |
D | picofftsg.c | 670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; in bitrv2() local 678 nh = n >> 1; in bitrv2() 722 j1 += nh; in bitrv2() 763 k1 += nh; in bitrv2() 802 j1 -= nh; in bitrv2() 842 for (i = nh >> 1; i > (k ^= i); i >>= 1) { in bitrv2() 848 k1 += nh; in bitrv2() 878 k1 -= nh; in bitrv2() 887 j1 += nh + 2; in bitrv2() 888 k1 += nh + 2; in bitrv2() [all …]
|
/external/blktrace/btt/ |
D | q2d.c | 96 double nh = (double)q2dp->nhistos; in q2d_display() local 99 double p = 100.0 * (double)q2dp->histos[i] / nh; in q2d_display()
|
/external/webkit/WebCore/svg/graphics/filters/cg/ |
D | WKSpecularLightingFilter.cikernel | 35 float nh = inputSpecularConstant*pow((dot(n, h)), inputSpecularExponent); 36 vec4 res = inputLightingColor * nh;
|
/external/tcpdump/tests/ |
D | bgp_vpn_attrset.out | 17 nexthop: RD: 0:0.0.0.0, 12.4.4.4, nh-length: 12, no SNPA
|
/external/icu4c/data/locales/ |
D | fo.txt | 41 CV{"Grønhøvdaoyggjarnar"}
|
D | vi.txt | 14 AE{"Các Tiểu Vương quốc A-rập Thống nhất"} 327 "Chủ nhật",
|
D | is.txt | 63 CV{"Grænhöfðaeyjar"} 377 "Grænhöfðeyskur skúti",
|
/external/jpeg/ |
D | config.sub | 444 nh[45]000)
|
/external/icu4c/data/translit/ |
D | Latin_ConjoiningJamo.txt | 194 $jamoMedial {nh} <> $NH;
|
/external/webkit/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 3426 std::new_handler nh; in CreateCacheIfNecessary() local 3429 nh = std::set_new_handler(0); in CreateCacheIfNecessary() 3430 (void) std::set_new_handler(nh); in CreateCacheIfNecessary() 3433 if (!nh) { in CreateCacheIfNecessary() 3441 (*nh)(); in CreateCacheIfNecessary()
|
/external/dbus/ |
D | config.sub | 711 nh[45]000)
|
/external/expat/conftools/ |
D | config.sub | 702 nh[45]000)
|
/external/elfutils/config/ |
D | config.sub | 700 nh[45]000)
|
/external/clearsilver/ |
D | config.sub | 676 nh[45]000)
|