HomeSort by relevance Sort by last modified time
    Searched refs:nh (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/tcpdump/
print-ip6.c 58 int nh; local
112 nh = ip6->ip6_nxt;
118 nh != IPPROTO_TCP && nh != IPPROTO_UDP &&
119 nh != IPPROTO_DCCP && nh != IPPROTO_SCTP) {
124 switch (nh) {
127 nh = *cp;
131 nh = *cp;
137 nh = *cp
    [all...]
print-cnfp.c 84 register const struct nfhdr *nh; local
92 nh = (const struct nfhdr *)cp;
94 if ((const u_char *)(nh + 1) > snapend)
97 nrecs = EXTRACT_32BITS(&nh->ver_cnt) & 0xffff;
98 ver = (EXTRACT_32BITS(&nh->ver_cnt) & 0xffff0000) >> 16;
105 t = EXTRACT_32BITS(&nh->utc_sec);
109 EXTRACT_32BITS(&nh->msys_uptime)/1000,
110 EXTRACT_32BITS(&nh->msys_uptime)%1000,
111 EXTRACT_32BITS(&nh->utc_sec), EXTRACT_32BITS(&nh->utc_nsec))
    [all...]
print-ip.c 370 u_char nh; member in struct:ip_print_demux_state
381 switch (ipds->nh) {
384 ipds->nh = *ipds->cp;
402 ipds->nh = enh & 0xff;
414 ipds->nh = enh & 0xff;
523 if ((proto = getprotobynumber(ipds->nh)) != NULL)
526 ND_PRINT((ndo, " ip-proto-%d", ipds->nh));
535 u_int length, u_int nh,
544 ipd.nh = nh;
    [all...]
print-icmp6.c 530 u_int nh; local
539 nh = ip6->ip6_nxt;
545 switch(nh) {
550 *prot = nh;
563 nh = hbh->ip6h_nxt;
574 nh = fragh->ip6f_nxt;
582 nh = ah->ah_nxt;
587 *prot = nh; /* meaningless, but set here anyway */
    [all...]
  /external/chromium/base/allocator/
allocator_shim.cc 63 std::new_handler nh; local
66 nh = std::set_new_handler(0);
67 (void) std::set_new_handler(nh);
70 if (!nh)
74 (*nh)();
78 if (!nh) {
87 (*nh)();
  /external/libpcap/
pcap-nit.c 104 register struct nit_hdr *nh; local
149 nh = (struct nit_hdr *)bp;
150 cp = bp + sizeof(*nh);
152 switch (nh->nh_state) {
160 p->md.stat.ps_drop = nh->nh_dropped;
168 "bad nit state %d", nh->nh_state);
172 bp += ((sizeof(struct nit_hdr) + nh->nh_datalen +
175 caplen = nh->nh_wirelen;
178 if (bpf_filter(fcode, cp, nh->nh_wirelen, caplen)) {
180 h.ts = nh->nh_timestamp
    [all...]
  /external/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 28 int nh; member in struct:__anon5331
  /external/skia/src/gl/
SkGLDevice_FBO.cpp 11 int nh = SkNextPow2(bitmap.height()); local
19 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, nw, nh, 0,
SkGL.cpp 276 int nh = SkNextPow2(oh); local
289 SkASSERT(oh == nh);
295 if (ow != nw || oh != nh) {
296 glTexImage2D(GL_TEXTURE_2D, 0, format, nw, nh, 0,
314 max->fY = SkFixedToScalar(oh << (16 - SkNextLog2(nh)));
  /development/apps/GraphicsLab/src/com/android/graphicslab/
GraphicsLab.java 103 protected void onSizeChanged(int nw, int nh, int ow, int oh) {
106 float y1 = nh*0.3333f;
108 float y2 = nh*0.6667f;
117 pts[6*2+0] = nw; pts[6*2+1] = nh;
118 pts[7*2+0] = x2; pts[7*2+1] = nh;
119 pts[8*2+0] = x1; pts[8*2+1] = nh;
121 pts[9*2+0] = 0; pts[9*2+1] = nh;
  /external/blktrace/btt/
q2d.c 96 double nh = (double)q2dp->nhistos; local
99 double p = 100.0 * (double)q2dp->histos[i] / nh;
  /hardware/libhardware/include/hardware/
sensors_deprecated.h 49 int (*data_open)(struct sensors_data_device_t *dev, native_handle_t* nh);
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 338 g_b_scaler.nh = out_height / gcd_h;
362 g_b_scaler.c_h = (short *)vpx_memalign(32, g_b_scaler.nh * 4 * 2);
393 fixed_mult = (1.0 / (float)g_b_scaler.nh) * 4294967296;
397 for (i = 0; i < g_b_scaler.nh; i++)
399 if (product_val > g_b_scaler.nh)
400 product_val -= g_b_scaler.nh;
477 g_b_scaler.l_h[i] = (i * d_h) / g_b_scaler.nh;
536 if (++phase_offset_h >= g_b_scaler.nh)
  /external/iproute2/ip/
iproute.c 65 fprintf(stderr, "INFO_SPEC := NH OPTIONS FLAGS [ nexthop NH ]...\n");
66 fprintf(stderr, "NH := [ via ADDRESS ] [ dev STRING ] [ weight NUMBER ] NHFLAGS\n");
537 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]); local
543 if (len < sizeof(*nh))
545 if (nh->rtnh_len > len)
554 if (nh->rtnh_len > sizeof(*nh)) {
555 parse_rtattr(tb, RTA_MAX, RTNH_DATA(nh), nh->rtnh_len - sizeof(*nh))
    [all...]
  /external/svox/pico/lib/
picofftsg.c 670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
678 nh = n >> 1;
722 j1 += nh;
763 k1 += nh;
802 j1 -= nh;
842 for (i = nh >> 1; i > (k ^= i); i >>= 1) {
848 k1 += nh;
878 k1 -= nh;
887 j1 += nh + 2;
888 k1 += nh + 2
1029 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
1583 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh; local
    [all...]
  /bionic/libc/kernel/common/linux/
skbuff.h 128 } nh; member in struct:sk_buff
  /development/ndk/platforms/android-3/include/linux/
skbuff.h 128 } nh; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
skbuff.h 128 } nh; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
skbuff.h 128 } nh; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
skbuff.h 128 } nh; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
skbuff.h 128 } nh; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
skbuff.h 128 } nh; member in struct:sk_buff
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
skbuff.h 128 } nh; member in struct:sk_buff
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 273 boolean casHead(SNode h, SNode nh) {
274 return h == head && headUpdater.compareAndSet(this, h, nh);
564 * Tries to cas nh as new head; if successful, unlink
567 void advanceHead(QNode h, QNode nh) {
568 if (h == head && headUpdater.compareAndSet(this, h, nh))
    [all...]
  /external/kernel-headers/original/linux/
if_vlan.h 260 skb->nh.raw -= VLAN_HLEN;

Completed in 293 milliseconds

1 2 3