HomeSort by: relevance | last modified time | path
    Searched defs:nh (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/gpl2/dtc/dist/tests/
root_node.c 23 const struct fdt_node_header *nh; local
28 nh = fdt_offset_ptr(fdt, 0, sizeof(*nh));
30 if (! nh)
33 if (fdt32_to_cpu(nh->tag) != FDT_BEGIN_NODE)
36 if (strlen(nh->name) != 0)
38 nh->name);
path_offset.c 22 const struct fdt_node_header *nh; local
30 nh = fdt_offset_ptr(fdt, offset, sizeof(*nh));
31 verbose_printf("pointer %p\n", nh);
32 if (! nh)
35 tag = fdt32_to_cpu(nh->tag);
39 if (!nodename_eq(nh->name, name))
41 nh->name, name);
subnode_offset.c 22 const struct fdt_node_header *nh; local
30 nh = fdt_offset_ptr(fdt, offset, sizeof(*nh));
31 verbose_printf("pointer %p\n", nh);
32 if (! nh)
35 tag = fdt32_to_cpu(nh->tag);
39 if (!nodename_eq(nh->name, name))
41 nh->name, name);
  /src/external/apache2/llvm/dist/libcxx/src/
new.cpp 71 std::new_handler nh = std::get_new_handler(); variable
72 if (nh)
73 nh();
191 std::new_handler nh = std::get_new_handler(); variable
192 if (nh)
193 nh();
  /src/external/lgpl3/gmp/dist/mpz/
urandomm.c 44 mp_limb_t nh; local
55 nh = np[size - 1];
58 pow2 = POW2_P (nh) && (size == 1 || mpn_zero_p (np, size - 1));
60 count_leading_zeros (count, nh);
  /src/external/lgpl3/gmp/dist/mpn/generic/
fib2m.c 95 mp_limb_t nh; local
127 nh = np[sn];
128 count_leading_zeros (ncnt, nh);
134 nh >>= ncnt;
139 nh <<= ncnt;
142 nh |= np[sn] >> ncnt;
148 if (nh > nfirst)
150 nh >>= 1;
154 ASSERT (nh <= nfirst);
156 fn = mpn_fib2_ui (fp, f1p, nh);
    [all...]
sec_pi1_div.c 84 mp_limb_t nh, cy, q1h, q0h, dummy, cnd; variable
117 nh = 0;
123 nh = (nh << GMP_NUMB_BITS/2) + (np[dn] >> GMP_NUMB_BITS/2);
124 umul_ppmm (q1h, dummy, nh, dinv);
125 q1h += nh;
131 nh = np[dn];
132 umul_ppmm (q0h, dummy, nh, dinv);
133 q0h += nh;
137 nh -= mpn_submul_1 (np, dp, dn, q0h)
    [all...]
sqrmod_bnm1.c 297 mp_size_t nh; local
306 nh = (n + 1) >> 1;
308 if (BELOW_THRESHOLD (nh, SQR_FFT_MODF_THRESHOLD))
311 return 2 * mpn_fft_next_size (nh, mpn_fft_best_k (nh, 1));
mulmod_bnm1.c 339 mp_size_t nh; local
348 nh = (n + 1) >> 1;
350 if (BELOW_THRESHOLD (nh, MUL_FFT_MODF_THRESHOLD))
353 return 2 * mpn_fft_next_size (nh, mpn_fft_best_k (nh, 0));
  /src/external/bsd/tcpdump/dist/
print-ip6.c 55 u_int nh; local
65 nh = GET_U_1(ip6->ip6_nxt);
71 switch (nh) {
84 nh = GET_U_1(cp);
94 nh = GET_U_1(cp);
188 u_int nh; local
193 nh = GET_U_1(ip6->ip6_nxt);
194 switch (nh) {
237 uint8_t ph, nh; local
290 nh = GET_U_1(ip6->ip6_nxt)
    [all...]
print-ip.c 460 uint8_t nh = GET_U_1(ip->ip_p); local
462 if (nh != IPPROTO_TCP && nh != IPPROTO_UDP &&
463 nh != IPPROTO_SCTP && nh != IPPROTO_DCCP) {
479 off & IP_MF, GET_U_1(ip->ip_ttl), nh, bp);
print-cnfp.c 157 const struct nfhdr_v1 *nh; local
166 nh = (const struct nfhdr_v1 *)cp;
167 ND_TCHECK_SIZE(nh);
169 ver = GET_BE_U_2(nh->version);
170 nrecs = GET_BE_U_4(nh->count);
177 t = GET_BE_U_4(nh->utc_sec);
181 GET_BE_U_4(nh->msys_uptime)/1000,
182 GET_BE_U_4(nh->msys_uptime)%1000,
183 GET_BE_U_4(nh->utc_sec), GET_BE_U_4(nh->utc_nsec))
252 const struct nfhdr_v5 *nh; local
354 const struct nfhdr_v6 *nh; local
    [all...]
print-babel.c 513 ND_PRINT(" nh");
517 u_char nh[16]; local
522 len - 2, nh);
524 ND_PRINT(" %s", ae == 0 ? "invalid AE 0" : format_address(ndo, nh));
print-esp.c 755 u_int nh; local
911 nh = GET_U_1(pt + payloadlen - 1);
926 ttl_hl, nh, bp2);
  /src/external/gpl2/mkhybrid/dist/
hash.c 174 struct name_hash * nh; local
178 for(nh = name_hash_table[name_hash(name)]; nh; nh = nh->next)
181 p2 = nh->de->isorec.name;
205 return nh->de;
212 struct name_hash * nh, *prev; local
217 for(nh = name_hash_table[hash]; nh; nh = nh->next)
231 struct name_hash * nh, *nh1; local
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-nit.c 110 register struct nit_hdr *nh; local
158 nh = (struct nit_hdr *)bp;
159 cp = bp + sizeof(*nh);
161 switch (nh->nh_state) {
169 pn->stat.ps_drop = nh->nh_dropped;
177 "bad nit state %d", nh->nh_state);
181 bp += ((sizeof(struct nit_hdr) + nh->nh_datalen +
184 caplen = nh->nh_wirelen;
187 if (pcapint_filter(p->fcode.bf_insns, cp, nh->nh_wirelen, caplen)) {
189 h.ts = nh->nh_timestamp
    [all...]
  /src/games/worm/
worm.c 265 struct body *nh; local
316 nh = tail->next;
318 tail = nh;
335 nh = newlink();
336 nh->next = NULL;
337 nh->prev = head;
338 head->next = nh;
339 nh->y = y;
340 nh->x = x;
341 display(nh, HEAD)
    [all...]
  /src/sys/external/bsd/libfdt/dist/
fdt_rw.c 323 struct fdt_node_header *nh; local
345 nh = fdt_offset_ptr_w_(fdt, offset);
346 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
348 err = fdt_splice_struct_(fdt, nh, 0, nodelen);
352 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE);
353 memset(nh->name, 0, FDT_TAGALIGN(namelen+1));
354 memcpy(nh->name, name, namelen);
355 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE);
fdt_sw.c 215 struct fdt_node_header *nh; local
221 nh = fdt_grab_space_(fdt, sizeof(*nh) + FDT_TAGALIGN(namelen));
222 if (! nh)
225 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE);
226 memcpy(nh->name, name, namelen);
fdt_ro.c 290 const struct fdt_node_header *nh = fdt_offset_ptr_(fdt, nodeoffset); local
298 nameptr = nh->name;
  /src/sys/lib/libsa/
loadfile_elf32.c 518 Elf_Nhdr nh; member in struct:__packed
629 if (note.nh.n_namesz == ELF_NOTE_NETBSD_NAMESZ &&
630 note.nh.n_descsz == ELF_NOTE_NETBSD_DESCSZ &&
631 note.nh.n_type == ELF_NOTE_TYPE_NETBSD_TAG &&
  /src/external/bsd/nsd/dist/
metrics.c 82 struct metrics_acceptlist *h, *nh; local
88 nh = h->next;
92 h = nh;
  /src/sys/netinet/
ip_input.c 810 const int off = hlen, nh = ip->ip_p; local
812 (*inetsw[ip_protox[nh]].pr_input)(m, off, nh);
  /src/usr.sbin/traceroute6/
traceroute6.c 1033 u_char *cp = (u_char *)ip6, nh; local
1039 nh = ip6->ip6_nxt;
1043 switch (nh) {
1053 nh = ((struct ip6_frag *)cp)->ip6f_nxt;
1057 nh = ((struct ip6_ext *)cp)->ip6e_nxt;
1061 nh = ((struct ip6_ext *)cp)->ip6e_nxt;
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
lex.c 415 int ten, nh, quote; local
466 nh = j[-1] - '0';
473 nh += ten * (*j0-'0');
485 if(i+nh > lastch)
487 err1("%dH too big", nh);
488 nh = lastch - i;
492 while(nh-- > 0)

Completed in 54 milliseconds

1 2 3