Searched defs:nd (Results 26 - 50 of 51) sorted by relevance

123

/external/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicSolver.h238 NodeData &nd = getSolverNodeData(xnItr); local
239 assert(nd.getSolverDegree() == 1 &&
242 Graph::EdgeItr eItr = *nd.solverEdgesBegin();
276 assert(nd.getSolverDegree() == 0 &&
290 NodeData &nd = getSolverNodeData(xnItr); local
293 SolverEdgeItr aeItr = nd.solverEdgesBegin();
/external/qemu/hw/
H A Dsmc91c111.c808 void smc91c111_init(NICInfo *nd, uint32_t base, qemu_irq irq) argument
813 qemu_check_nic_model(nd, "smc91c111");
815 qdev_set_netdev(dev, nd);
H A Dpci.c812 PCIDevice *pci_nic_init(PCIBus *bus, NICInfo *nd, int devfn, argument
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;
H A Dne2000.c738 void isa_ne2000_init(int base, qemu_irq irq, NICInfo *nd) argument
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,
H A Dpc.c812 static void pc_init_ne2k_isa(NICInfo *nd, qemu_irq *pic) argument
818 isa_ne2000_init(ne2000_io[nb_ne2k], pic[ne2000_irq[nb_ne2k]], nd);
1157 NICInfo *nd = &nd_table[i]; local
1159 if (!pci_enabled || (nd->model && strcmp(nd->model, "ne2k_isa") == 0))
1160 pc_init_ne2k_isa(nd, i8259);
1162 pci_nic_init(pci_bus, nd, -1, "ne2k_pci");
/external/valgrind/main/coregrind/
H A Dm_wordfm.c139 static UWord size_avl_nonNull ( AvlNode* nd )
141 return 1 + (nd->child[0] ? size_avl_nonNull(nd->child[0]) : 0)
142 + (nd->child[1] ? size_avl_nonNull(nd->child[1]) : 0);
502 AvlNode* avl_dopy ( AvlNode* nd, argument
509 if (! nd)
514 nyu->child[0] = nd->child[0];
515 nyu->child[1] = nd->child[1];
516 nyu->balance = nd
590 avl_free( AvlNode* nd, void(*kFin)(UWord), void(*vFin)(UWord), void(*dealloc)(void*) ) argument
942 AvlNode* nd; local
956 AvlNode* nd = bag->fm->root; local
[all...]
/external/grub/stage2/
H A Dgunzip.c929 unsigned nd; /* number of distance codes */ local
943 nd = 1 + ((unsigned) b & 0x1f); /* number of distance codes */
948 if (nl > 286 || nd > 30)
973 n = nl + nd;
1048 if ((i = huft_build (ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/external/linux-tools-perf/util/
H A Dheader.c199 struct rb_node *nd; local
205 for (nd = rb_first(&session->machines); nd; nd = rb_next(nd)) {
206 struct machine *pos = rb_entry(nd, struct machine, rb_node);
347 struct rb_node *nd; local
358 for (nd = rb_first(&session->machines); nd; nd
374 struct rb_node *nd; local
[all...]
H A Dhist.c744 struct rb_node *nd; local
846 for (nd = rb_first(&self->entries); nd; nd = rb_next(nd)) {
847 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
924 struct rb_node *nd; local
930 for (nd = rb_first(&self->entries); nd; nd
947 struct rb_node *nd; local
[all...]
H A Dprobe-event.c117 struct rb_node *nd; local
123 for (nd = rb_first(&grp->maps[MAP__FUNCTION]); nd; nd = rb_next(nd)) {
124 struct map *pos = rb_entry(nd, struct map, rb_node);
H A Dsession.c204 struct rb_node *nd = rb_first(&self->threads); local
206 while (nd) {
207 struct thread *t = rb_entry(nd, struct thread, rb_node);
210 nd = rb_next(nd);
H A Dsymbol.c95 struct rb_node *nd, *prevnd = rb_first(symbols); local
103 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) {
105 curr = rb_entry(nd, struct symbol, rb_node);
119 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]); local
126 for (nd = rb_next(prevnd); nd; nd
328 struct rb_node *nd; local
410 struct rb_node *nd; local
423 struct rb_node *nd; local
1623 struct rb_node *nd; local
2134 struct rb_node *nd; local
2171 struct rb_node *nd; local
[all...]
/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c71 struct rb_node *nd; local
73 for (nd = rb_first(&self->rb_root); nd; nd = rb_next(nd)) {
74 struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node);
112 struct rb_node *nd; local
115 for (nd = rb_first(chain); nd; nd
134 struct rb_node *nd = rb_first(&self->rb_root); local
167 struct rb_node *nd; local
209 struct rb_node *nd; local
249 struct rb_node *nd; local
274 struct rb_node *nd; local
512 struct rb_node *nd; local
591 struct rb_node *nd; local
611 hists__filter_entries(struct rb_node *nd) argument
624 hists__filter_prev_entries(struct rb_node *nd) argument
641 struct rb_node *nd; local
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dexpand.h632 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);
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c179 static void *yaffs_follow_link(struct dentry *dentry, struct nameidata *nd);
181 static int yaffs_follow_link(struct dentry *dentry, struct nameidata *nd);
280 static void *yaffs_follow_link(struct dentry *dentry, struct nameidata *nd) argument
282 static int yaffs_follow_link(struct dentry *dentry, struct nameidata *nd)
301 ret = vfs_follow_link(nd, alias);
/external/blktrace/btt/
H A Doutput.c165 unsigned long long nq, nd, blkmin, blkmax, total; member in struct:__anon342
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/opencv/cv/src/
H A Dcvstereogc.cpp490 int mind = state->minDisparity, nd = state->numberOfDisparities, maxd = mind + nd; local
491 int k = MIN(MAX((nd + 2)/4, 3), nd);
/external/valgrind/main/cachegrind/
H A Dcg_merge.c1041 static Word size_avl_nonNull ( AvlNode* nd )
1043 return 1 + (nd->left ? size_avl_nonNull(nd->left) : 0)
1044 + (nd->right ? size_avl_nonNull(nd->right) : 0);
1333 AvlNode* avl_dopy ( AvlNode* nd, argument
1339 if (! nd)
1344 nyu->left = nd->left;
1345 nyu->right = nd->right;
1346 nyu->balance = nd
1409 avl_free( AvlNode* nd, void(*kFin)(Word), void(*vFin)(Word), void(*dealloc)(void*) ) argument
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp233 static void s2b(BigInt& b, const char* s, int nd0, int nd, uint32_t y9) argument
248 for (; i < nd; i++)
752 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
793 for (nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
794 if (nd < 9)
796 else if (nd < 16)
798 nd0 = nd;
801 if (!nd) {
818 if (nd
[all...]
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; member in namespace:dmg_fp
664 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
671 x = (nd + 8) / 9;
692 for(; i < nd; i++)
2235 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
2238 nd = bc->nd;
2240 p5 = nd
2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
[all...]
/external/qemu/
H A Dnet-android.c2155 void qemu_check_nic_model(NICInfo *nd, const char *model) argument
2162 qemu_check_nic_model_list(nd, models, model);
2165 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models, argument
2170 if (!nd->model)
2171 nd->model = strdup(default_model);
2173 if (strcmp(nd->model, "?") != 0) {
2175 if (strcmp(nd->model, models[i]) == 0)
2178 fprintf(stderr, "qemu: Unsupported NIC model: %s\n", nd->model);
2212 NICInfo *nd; local
2226 nd
2481 net_client_uninit(NICInfo *nd) argument
[all...]
H A Dnet.c2051 void qemu_check_nic_model(NICInfo *nd, const char *model) argument
2058 qemu_check_nic_model_list(nd, models, model);
2061 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models, argument
2066 if (!nd->model)
2067 nd->model = strdup(default_model);
2069 if (strcmp(nd->model, "?") != 0) {
2071 if (strcmp(nd->model, models[i]) == 0)
2074 fprintf(stderr, "qemu: Unsupported NIC model: %s\n", nd->model);
2108 NICInfo *nd; local
2122 nd
2377 net_client_uninit(NICInfo *nd) argument
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c486 StackTreeNode* nd = (StackTreeNode*)keyW; local
487 VG_(printf)(" [%#lx,+%lu) descr=%p %s %lu\n", nd->addr, nd->szB,
488 nd->descr, nd->descr->name, nd->descr->szB);
579 StackTreeNode* nd = find_StackTreeNode(sitree, addr); local
582 tl_assert(nd);
583 b = VG_(delFromFM)( sitree, &oldK, &oldV, (UWord)nd );
587 tl_assert(nd
594 StackTreeNode* nd = (StackTreeNode*)keyW; local
643 GlobalTreeNode* nd; local
690 GlobalTreeNode *nyu, *nd; local
767 GlobalTreeNode key, *nd; local
830 StackTreeNode* nd; member in struct:__anon14489::__anon14490::__anon14494
835 GlobalTreeNode* nd; member in struct:__anon14489::__anon14490::__anon14495
1138 GlobalTreeNode* nd = (GlobalTreeNode*)keyW; local
1562 { StackTreeNode* nd = find_StackTreeNode( siTrees[tid], ea ); local
1578 { GlobalTreeNode* nd = find_GlobalTreeNode(giTree, ea); local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp1437 NamedDecl *nd = cast<NamedDecl>(D); local
1452 nd->getNameAsString();
1474 if (!hasEffectivelyInternalLinkage(nd)) {
2475 NamedDecl *nd = cast<NamedDecl>(D); local
2478 if (hasEffectivelyInternalLinkage(nd)) {
2483 nd->addAttr(::new (S.Context) WeakAttr(Attr.getRange(), S.Context));
2729 // checks for the 2nd argument
2930 // checks for the 2nd argument
/external/libxml2/
H A Dxmlregexp.c216 int nd; member in struct:_xmlRegTrans
1121 if (trans->nd != 0) {
1122 if (trans->nd == 2)
1417 state->trans[state->nbTrans].nd = 0;
2610 /* t1->nd = 1; */
2619 t1->nd = 1;
2668 /* t1->nd = 1; */
2727 t1->nd = 1;
2728 t2->nd = 1;
2744 t1->nd
[all...]

Completed in 648 milliseconds

123