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

1 23 4 5 6

  /external/kernel-headers/original/linux/
mempolicy.h 125 struct rb_node nd; member in struct:sp_node
  /external/v8/test/mjsunit/
array-pop.js 37 assertEquals(2, a.pop(1), "2nd pop");
38 assertEquals(5, a.length, "length 2nd pop");
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement05.js 81 Retrieve the accessKey attribute of the 2nd INPUT element and examine
HTMLInputElement18.js 81 Retrieve the value attribute of the 2nd INPUT element and examine
HTMLTableRowElement04.js 81 Retrieve the fifth TR(2nd In TBODY) element within the document and
HTMLTextAreaElement01.js 81 Retrieve the defaultValue attribute of the 2nd TEXTAREA element and examine
HTMLTextAreaElement06.js 81 Retrieve the disabled attribute from the 2nd TEXTAREA element and
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLInputElement05.js 81 Retrieve the accessKey attribute of the 2nd INPUT element and examine
HTMLInputElement18.js 81 Retrieve the value attribute of the 2nd INPUT element and examine
HTMLTableRowElement04.js 81 Retrieve the fifth TR(2nd In TBODY) element within the document and
HTMLTextAreaElement01.js 81 Retrieve the defaultValue attribute of the 2nd TEXTAREA element and examine
HTMLTextAreaElement06.js 81 Retrieve the disabled attribute from the 2nd TEXTAREA element and
  /external/linux-tools-perf/
builtin-top.c 281 struct rb_node *nd; local
333 for (nd = rb_first(&tmp); nd; nd = rb_next(nd)) {
337 syme = rb_entry(nd, struct sym_entry, rb_node);
  /external/linux-tools-perf/util/
event.c 228 struct rb_node *nd; local
249 for (nd = rb_first(&kmaps->maps[MAP__FUNCTION]);
250 nd; nd = rb_next(nd)) {
252 struct map *pos = rb_entry(nd, struct map, rb_node);
  /external/qemu/hw/
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,
pci.c 812 PCIDevice *pci_nic_init(PCIBus *bus, NICInfo *nd, int devfn,
818 qemu_check_nic_model_list(nd, pci_nic_models, default_model);
821 if (strcmp(nd->model, pci_nic_models[i]) == 0) {
824 qdev_set_netdev(dev, nd);
826 nd->private = dev;
smc91c111.c 808 void smc91c111_init(NICInfo *nd, uint32_t base, qemu_irq irq)
813 qemu_check_nic_model(nd, "smc91c111");
815 qdev_set_netdev(dev, nd);
  /external/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/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/openfst/src/include/fst/extensions/pdt/
expand.h 632 Weight nd = Times(Distance(s), arc.weight); local
633 if (less_(nd, Distance(arc.nextstate))) {
634 SetDistance(arc.nextstate, nd);
641 << ", nd = " << nd;
798 Weight nd = Times(Distance(s), arc.weight); local
799 if(less_(nd, Distance(arc.nextstate)))
800 SetDistance(arc.nextstate, nd);
    [all...]
  /external/blktrace/btt/
output.c 165 unsigned long long nq, nd, blkmin, blkmax, total; member in struct:__anon2362
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/libvpx/libvpx/vp8/common/arm/armv6/
vp8_sad16x16_armv6.asm 64 ; 2nd row
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 269 L\$2nd
282 bb,>= @XX[0],`31-8`,L\$2nd ; @XX[0]<256

Completed in 679 milliseconds

1 23 4 5 6