Searched defs:nd (Results 1 - 25 of 39) sorted by relevance

12

/external/fio/engines/
H A Dnull.c28 struct null_data *nd = (struct null_data *) td->io_ops->data; local
30 return nd->io_us[event];
37 struct null_data *nd = (struct null_data *) td->io_ops->data; local
41 ret = nd->events;
42 nd->events = 0;
50 struct null_data *nd = (struct null_data *) td->io_ops->data; local
52 if (!nd->events) {
54 io_u_mark_submit(td, nd->queued);
56 nd->events = nd
65 struct null_data *nd = (struct null_data *) td->io_ops->data; local
86 struct null_data *nd = (struct null_data *) td->io_ops->data; local
97 struct null_data *nd = (struct null_data *) malloc(sizeof(*nd)); local
[all...]
H A Dnet.c376 struct netio_data *nd = td->io_ops->data; local
378 return splice_io_u(io_u->file->fd, nd->pipes[1], io_u->xfer_buflen);
387 struct netio_data *nd = td->io_ops->data; local
389 return splice_io_u(nd->pipes[0], io_u->file->fd, len);
425 struct netio_data *nd = td->io_ops->data; local
427 return vmsplice_io_u(io_u, nd->pipes[0], len);
435 struct netio_data *nd = td->io_ops->data; local
437 return vmsplice_io_u(io_u, nd->pipes[1], io_u->xfer_buflen);
483 static void store_udp_seq(struct netio_data *nd, struct io_u *io_u) argument
493 us->seq = cpu_to_le64(nd
496 verify_udp_seq(struct thread_data *td, struct netio_data *nd, struct io_u *io_u) argument
526 struct netio_data *nd = td->io_ops->data; local
589 struct netio_data *nd = td->io_ops->data; local
647 struct netio_data *nd = td->io_ops->data; local
713 struct netio_data *nd = td->io_ops->data; local
828 struct netio_data *nd = td->io_ops->data; local
880 struct netio_data *nd = td->io_ops->data; local
915 struct netio_data *nd = td->io_ops->data; local
949 struct netio_data *nd = td->io_ops->data; local
1051 struct netio_data *nd = td->io_ops->data; local
1101 struct netio_data *nd = td->io_ops->data; local
1122 struct netio_data *nd = td->io_ops->data; local
1155 struct netio_data *nd = td->io_ops->data; local
1271 struct netio_data *nd = td->io_ops->data; local
1346 struct netio_data *nd = td->io_ops->data; local
1362 struct netio_data *nd; local
1390 struct netio_data *nd; local
[all...]
/external/linux-tools-perf/src/tools/perf/tests/
H A Dvmlinux-kallsyms.c24 struct rb_node *nd; local
120 for (nd = rb_first(&vmlinux_map->dso->symbols[type]); nd; nd = rb_next(nd)) {
124 sym = rb_entry(nd, struct symbol, rb_node);
197 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) {
[all...]
/external/linux-tools-perf/src/tools/perf/ui/browsers/
H A Dmap.c21 static void map_browser__write(struct ui_browser *self, void *nd, int row) argument
23 struct symbol *sym = rb_entry(nd, struct symbol, rb_node);
112 struct rb_node *nd; local
116 for (nd = rb_first(mb.b.entries); nd; nd = rb_next(nd)) {
117 struct symbol *pos = rb_entry(nd, struct symbol, rb_node);
H A Dannotate.c322 struct rb_node *nd)
328 bpos = rb_entry(nd, struct browser_disasm_line, rb_node);
334 browser->curr_hot = nd;
660 struct rb_node *nd = NULL; local
679 nd = browser->curr_hot;
691 if (nd != NULL && RB_EMPTY_NODE(nd))
692 nd = NULL;
704 if (nd != NULL) {
705 nd
321 annotate_browser__set_rb_top(struct annotate_browser *browser, struct rb_node *nd) argument
[all...]
/external/clang/test/SemaCXX/
H A Dcopy-assignment.cpp64 D d, nd; local
91 nd = d;
92 nd += d;
93 nd += constD;
H A Dcxx0x-deleted-default-ctor.cpp69 no_default nd; // expected-note {{field 'nd' has a deleted default constructor}} member in struct:bad_field_default
77 no_dtor nd; // expected-note {{field 'nd' has a deleted destructor}} member in struct:bad_field_dtor
111 no_default nd; // expected-note {{because field 'nd' has a deleted default constructor}} member in struct:defaulted_delete
117 no_default nd; // expected-note {{because field 'nd' has a deleted default constructor}} member in struct:late_delete
/external/squashfs-tools/kernel/fs/squashfs/
H A Dnamei.c136 struct nameidata *nd)
135 squashfs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) argument
/external/freetype/src/gzip/
H A Dinftrees.c327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */ argument
329 uInt nd, /* number of distance codes */
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-annotate.c123 struct rb_node *nd = rb_first(&self->entries), *next; local
126 while (nd) {
127 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);
137 nd = rb_prev(nd);
139 nd = rb_next(nd);
151 nd = rb_next(nd);
160 next = rb_next(nd);
[all...]
/external/openfst/src/include/fst/
H A Dshortest-distance.h199 Weight &nd = (*distance_)[arc.nextstate]; local
202 if (!ApproxEqual(nd, Plus(nd, w), delta_)) {
203 nd = Plus(nd, w);
205 if (!nd.Member() || !nr.Member()) {
H A Dshortest-path.h166 Weight &nd = (*distance)[arc.nextstate]; local
168 if (nd != Plus(nd, w)) {
169 nd = Plus(nd, w);
170 if (!nd.Member()) {
/external/ipsec-tools/src/racoon/
H A Disakmp_inf.c137 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
136 struct isakmp_gen *nd; local
[all...]
/external/linux-tools-perf/src/tools/perf/ui/
H A Dbrowser.c113 struct rb_node *nd; local
117 nd = rb_first(root);
120 nd = browser->top;
123 nd = rb_last(root);
131 nd = rb_next(nd);
134 nd = rb_prev(nd);
137 browser->top = nd;
142 struct rb_node *nd; local
[all...]
/external/linux-tools-perf/src/tools/perf/ui/gtk/
H A Dhists.c138 struct rb_node *nd; local
141 for (nd = rb_first(root); nd; nd = rb_next(nd)) {
149 node = rb_entry(nd, struct callchain_node, rb_node);
209 struct rb_node *nd; local
280 for (nd = rb_first(&hists->entries); nd; nd
[all...]
/external/linux-tools-perf/src/tools/perf/ui/stdio/
H A Dhist.c380 struct rb_node *nd; local
490 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) {
491 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
/external/linux-tools-perf/src/tools/perf/util/
H A Ddso.c592 struct rb_node *nd; local
601 for (nd = rb_first(&dso->symbols[type]); nd; nd = rb_next(nd)) {
602 struct symbol *pos = rb_entry(nd, struct symbol, rb_node);
H A Devent.c253 struct rb_node *nd; local
274 for (nd = rb_first(&kmaps->maps[MAP__FUNCTION]);
275 nd; nd = rb_next(nd)) {
277 struct map *pos = rb_entry(nd, struct map, rb_node);
H A Dhist.c779 struct rb_node *nd; local
785 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) {
786 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
812 struct rb_node *nd; local
818 for (nd = rb_first(&hists->entries); nd; nd
843 struct rb_node *nd; local
955 struct rb_node *nd; local
980 struct rb_node *nd; local
[all...]
H A Dmap.c132 struct rb_node *nd = rb_first(symbols); local
133 if (nd != NULL) {
134 struct symbol *sym = rb_entry(nd, struct symbol, rb_node);
142 struct rb_node *nd = rb_last(symbols); local
143 if (nd != NULL) {
144 struct symbol *sym = rb_entry(nd, struct symbol, rb_node);
358 struct rb_node *nd; local
360 for (nd = rb_first(&mg->maps[type]); nd; nd
378 struct rb_node *nd; local
509 struct rb_node *nd; local
[all...]
H A Dmachine.c71 struct rb_node *nd = rb_first(&machine->threads); local
73 while (nd) {
74 struct thread *t = rb_entry(nd, struct thread, rb_node);
77 nd = rb_next(nd);
145 struct rb_node *nd; local
150 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) {
220 struct rb_node *nd; local
365 struct rb_node *nd; local
388 struct rb_node *nd; local
420 struct rb_node *nd; local
[all...]
H A Dsymbol.c143 struct rb_node *nd; local
146 nd = rb_first(symbols);
148 while (nd) {
149 curr = rb_entry(nd, struct symbol, rb_node);
151 nd = rb_next(&curr->rb_node);
152 next = rb_entry(nd, struct symbol, rb_node);
154 if (!nd)
164 nd = rb_next(&curr->rb_node);
172 struct rb_node *nd, *prevnd = rb_first(symbols); local
180 for (nd
196 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]); local
371 struct rb_node *nd; local
435 struct rb_node *nd; local
1110 struct rb_node *nd; local
[all...]
/external/dhcpcd/
H A Dipv6rs.c169 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/
H A Ddir.c280 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/valgrind/coregrind/
H A Dm_wordfm.c139 static UWord size_avl_nonNull ( const 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 ( const AvlNode* nd, argument
510 vg_assert(nd != NULL);
514 nyu->child[0] = nd->child[0];
515 nyu->child[1] = nd->child[1];
516 nyu->balance = nd
581 avl_free( AvlNode* nd, void(*kFin)(UWord), void(*vFin)(UWord), void(*dealloc)(void*) ) argument
927 AvlNode* nd; local
941 AvlNode* nd = bag->fm->root; local
[all...]

Completed in 616 milliseconds

12