HomeSort by relevance Sort by last modified time
    Searched refs:nd (Results 51 - 75 of 197) sorted by null

1 23 4 5 6 7 8

  /external/libpcap/msdos/
pkt_rx1.s 17 .secondCount resw 1 ; # of bytes on 2nd call
73 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
pkt_rx0.asm 47 secondCount dw 0 ; # of bytes on 2nd call
108 ;; to ES:DI (= DS:SI on 2nd call) by the packet driver
117 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 110 $na="%f8"; $nb="%f10"; $nc="%f12"; $nd="%f14";
220 ldda [%sp+$bias+$frame+0]%asi,$nd
230 fxtod $nd,$nd
241 fmuld $nlo,$nd,$nlod
253 fmuld $nhi,$nd,$nhid
311 fmuld $nlo,$nd,$nlod
336 fmuld $nhi,$nd,$nhid
399 fmuld $nlo,$nd,$nlod
422 fmuld $nhi,$nd,$nhi
    [all...]
  /external/qemu/net/
net-android.c 2187 NICInfo *nd; local
    [all...]
net.c 2108 NICInfo *nd; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.c 261 struct rb_node *nd; local
267 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) {
268 struct machine *pos = rb_entry(nd, struct machine, rb_node);
424 struct rb_node *nd; local
435 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd))
451 struct rb_node *nd; local
    [all...]
event.c 251 struct rb_node *nd; local
272 for (nd = rb_first(&kmaps->maps[MAP__FUNCTION]);
273 nd; nd = rb_next(nd)) {
275 struct map *pos = rb_entry(nd, struct map, rb_node);
  /external/qemu/hw/i386/
pc.c 806 static void pc_init_ne2k_isa(NICInfo *nd, qemu_irq *pic)
812 isa_ne2000_init(ne2000_io[nb_ne2k], pic[ne2000_irq[nb_ne2k]], nd);
1148 NICInfo *nd = &nd_table[i]; local
1150 if (!pci_enabled || (nd->model && strcmp(nd->model, "ne2k_isa") == 0)
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 137 struct isakmp_gen *nd;
196 if (msg->l < sizeof(*isakmp) + ntohs(gen->len) + sizeof(*nd)) {
204 nd = (struct isakmp_gen *) ((caddr_t) gen + ntohs(gen->len));
206 /* nd length check */
207 if (ntohs(nd->len) > msg->l - (sizeof(struct isakmp) +
214 if (ntohs(nd->len) < sizeof(*nd)) {
220 payload = vmalloc(ntohs(nd->len));
227 memcpy(payload->v, (caddr_t) nd, ntohs(nd->len))
136 struct isakmp_gen *nd; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
array-pop.js 39 assertEquals(2, a.pop(1), "2nd pop");
40 assertEquals(5, a.length, "length 2nd pop");
  /build/core/
dex_preopt_libart_boot.mk 3 # my_2nd_arch_prefix: indicates if this is to build for the 2nd arch.
  /external/freetype/src/gzip/
inftrees.c 327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */
329 uInt nd, /* number of distance codes */
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 39 var daysSuffix = ["st", "nd", "rd", "th", "th", "th", "th", // 1st - 7th
42 "nd", "rd", "th", "th", "th", "th", "th", // 22nd - 28th
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 39 var daysSuffix = ["st", "nd", "rd", "th", "th", "th", "th", // 1st - 7th
42 "nd", "rd", "th", "th", "th", "th", "th", // 22nd - 28th
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 39 var daysSuffix = ["st", "nd", "rd", "th", "th", "th", "th", // 1st - 7th
42 "nd", "rd", "th", "th", "th", "th", "th", // 22nd - 28th
  /external/qemu/hw/net/
ne2000.c 738 void isa_ne2000_init(int base, qemu_irq irq, NICInfo *nd)
742 qemu_check_nic_model(nd, "ne2k_isa");
758 memcpy(s->macaddr, nd->macaddr, 6);
762 s->vc = qemu_new_vlan_client(nd->vlan, nd->model, nd->name,
smc91c111.c 805 void smc91c111_init(NICInfo *nd, uint32_t base, qemu_irq irq)
810 qemu_check_nic_model(nd, "smc91c111");
812 qdev_set_netdev(dev, nd);
  /external/blktrace/btt/
output.c 165 unsigned long long nq, nd, blkmin, blkmax, total; member in struct:__anon5015
216 merge_data.nd += dip->n_ds;
235 "TOTAL", merge_data.nq, merge_data.nd,
236 (float)merge_data.nq / (float)merge_data.nd,
238 merge_data.total / merge_data.nd,
  /external/dhcpcd/
ipv6rs.c 169 struct nd_opt_hdr *nd; local
181 nd = (struct nd_opt_hdr *)(ifp->rs + sizeof(*rs));
182 nd->nd_opt_type = ND_OPT_SOURCE_LINKADDR;
183 nd->nd_opt_len = (ROUNDUP8(ifp->hwlen + 2)) >> 3;
184 memcpy(nd + 1, ifp->hwaddr, ifp->hwlen);
  /external/fsck_msdos/
dir.c 280 struct dosDirEntry *d, *nd; local
287 for (d = rootDir; d; d = nd) {
288 if ((nd = d->child) != NULL) {
292 if (!(nd = d->next))
293 nd = d->parent;
  /external/qemu/hw/pci/
pci.c 819 PCIDevice *pci_nic_init(PCIBus *bus, NICInfo *nd, int devfn,
825 qemu_check_nic_model_list(nd, pci_nic_models, default_model);
828 if (strcmp(nd->model, pci_nic_models[i]) == 0) {
831 qdev_set_netdev(dev, nd);
833 nd->private = dev;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 1127 struct rb_node *nd; local
1129 for (nd = rb_first(&trace->host.threads); nd; nd = rb_next(nd)) {
1130 struct thread *thread = rb_entry(nd, struct thread, rb_node);
    [all...]
  /bionic/libc/
crt.mk 17 # for the 2nd arch; otherwise empty.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
vp8_sad16x16_armv6.asm 64 ; 2nd row
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-parisc.pl 269 L\$2nd
282 bb,>= @XX[0],`31-8`,L\$2nd ; @XX[0]<256

Completed in 2409 milliseconds

1 23 4 5 6 7 8