HomeSort by relevance Sort by last modified time
    Searched refs:nd (Results 1 - 25 of 202) sorted by null

1 2 3 4 5 6 7 8 9

  /external/fio/engines/
null.c 28 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->queued
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...]
net.c 280 struct netio_data *nd = td->io_ops->data; local
282 return splice_io_u(io_u->file->fd, nd->pipes[1], io_u->xfer_buflen);
291 struct netio_data *nd = td->io_ops->data; local
293 return splice_io_u(nd->pipes[0], io_u->file->fd, len);
329 struct netio_data *nd = td->io_ops->data; local
331 return vmsplice_io_u(io_u, nd->pipes[0], len);
339 struct netio_data *nd = td->io_ops->data; local
341 return vmsplice_io_u(io_u, nd->pipes[1], io_u->xfer_buflen);
389 struct netio_data *nd = td->io_ops->data; local
399 to = (struct sockaddr *) &nd->addr6
449 struct netio_data *nd = td->io_ops->data; local
498 struct netio_data *nd = td->io_ops->data; local
562 struct netio_data *nd = td->io_ops->data; local
668 struct netio_data *nd = td->io_ops->data; local
720 struct netio_data *nd = td->io_ops->data; local
759 struct netio_data *nd = td->io_ops->data; local
792 struct netio_data *nd = td->io_ops->data; local
894 struct netio_data *nd = td->io_ops->data; local
944 struct netio_data *nd = td->io_ops->data; local
965 struct netio_data *nd = td->io_ops->data; local
998 struct netio_data *nd = td->io_ops->data; local
1105 struct netio_data *nd = td->io_ops->data; local
1178 struct netio_data *nd = td->io_ops->data; local
1194 struct netio_data *nd; local
1222 struct netio_data *nd; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
vmlinux-kallsyms.c 24 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/libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/
Android.mk 17 test_makefile := external/libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/Android.mk
19 test_name := depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd
  /external/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
Android.mk 17 test_makefile := external/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/Android.mk
19 test_name := depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
map.c 21 static void map_browser__write(struct ui_browser *self, void *nd, int row)
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);
hists.c 79 struct rb_node *nd; local
81 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) {
82 struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node);
120 struct rb_node *nd; local
123 for (nd = rb_first(chain); nd; nd = rb_next(nd))
145 struct rb_node *nd = rb_first(&node->rb_root); local
178 struct rb_node *nd; local
220 struct rb_node *nd; local
260 struct rb_node *nd; local
285 struct rb_node *nd; local
568 struct rb_node *nd; local
807 struct rb_node *nd; local
874 struct rb_node *nd; local
1095 struct rb_node *nd; local
1142 struct rb_node *nd = hists__filter_entries(rb_first(browser->b.entries), local
1374 struct rb_node *nd = rb_first(&hb->hists->entries); local
    [all...]
  /external/clang/test/SemaCXX/
copy-assignment.cpp 64 D d, nd; local
91 nd = d;
92 nd += d;
93 nd += constD;
cxx0x-deleted-default-ctor.cpp 69 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/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-annotate.c 123 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/qemu/include/hw/mips/
mips.h 17 void mipsnet_init(int base, qemu_irq irq, NICInfo *nd);
38 void dp83932_init(NICInfo *nd, hwaddr base, int it_shift,
  /external/valgrind/main/coregrind/
m_wordfm.c 139 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,
509 if (! nd)
514 nyu->child[0] = nd->child[0];
515 nyu->child[1] = nd->child[1];
516 nyu->balance = nd->balance
942 AvlNode* nd; local
956 AvlNode* nd = bag->fm->root; local
    [all...]
m_sparsewa.c 252 static void swa_deleteSWA_wrk ( void(*dealloc)(void*), void* nd )
255 vg_assert(nd);
256 if (*(UWord*)nd == LevelN_MAGIC) {
257 LevelN* levelN = (LevelN*)nd;
264 vg_assert(*(UWord*)nd == Level0_MAGIC);
266 dealloc(nd);
435 static UWord swa_sizeSWA_wrk ( void* nd )
438 if (*(UWord*)nd == LevelN_MAGIC) {
440 LevelN* levelN = (LevelN*)nd;
449 vg_assert(*(UWord*)nd == Level0_MAGIC)
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageBuilder.java 149 NameData nd = vcard.getNameData(); local
152 sb.append(nd.getFamily()).append(";");
153 sb.append(nd.getGiven() == null ? "" : nd.getGiven()).append(";");
154 sb.append(nd.getMiddle() == null ? "" : nd.getMiddle()).append(";");
155 sb.append(nd.getPrefix() == null ? "" : nd.getPrefix()).append(";");
156 sb.append(nd.getSuffix() == null ? "" : nd.getSuffix())
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
map.c 132 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 = rb_next(nd))
378 struct rb_node *nd; local
509 struct rb_node *nd; local
    [all...]
hist.c 779 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 = rb_next(nd))
843 struct rb_node *nd; local
955 struct rb_node *nd; local
980 struct rb_node *nd; local
    [all...]
symbol.c 143 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 = rb_next(prevnd); nd; nd = rb_next(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...]
machine.c 71 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...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 486 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 == (StackTreeNode*)oldK)
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:__anon37408::__anon37409::__anon37413
835 GlobalTreeNode* nd; member in struct:__anon37408::__anon37409::__anon37414
1138 GlobalTreeNode* nd = (GlobalTreeNode*)keyW; local
1562 { StackTreeNode* nd = find_StackTreeNode( siTrees[tid], ea ); local
1578 { GlobalTreeNode* nd = find_GlobalTreeNode(giTree, ea); local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c 37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
46 x = (nd + 8) / 9;
74 for(; i < nd; i++) {
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprio.h 170 NSPR_API(PRInt32) PR_EmulateAcceptRead(PRFileDesc *sd, PRFileDesc **nd,
190 NSPR_API(PRInt32) PR_NTFast_AcceptRead(PRFileDesc *sd, PRFileDesc **nd,
211 PRFileDesc **nd,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 138 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 = rb_next(nd))
    [all...]
  /external/qemu/hw/core/
qdev.c 273 void qdev_set_netdev(DeviceState *dev, NICInfo *nd)
275 assert(!dev->nd);
276 dev->nd = nd;
377 NICInfo *nd = dev->nd; local
378 assert(nd);
379 return qemu_new_vlan_client(nd->vlan, nd->model, nd->name, can_receive
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
browser.c 113 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/chromium_org/third_party/cython/src/Cython/Compiler/
Buffer.py 223 nd = self.type.ndim
232 funcname = "__Pyx_BufPtrFull%dd" % nd
236 funcname = "__Pyx_BufPtrStrided%dd" % nd
239 funcname = "__Pyx_BufPtrCContig%dd" % nd
242 funcname = "__Pyx_BufPtrFortranContig%dd" % nd
255 funcgen(protocode, defcode, name=funcname, nd=nd)
496 def buf_lookup_full_code(proto, defin, name, nd):
502 macroargs = ", ".join(["i%d, s%d, o%d" % (i, i, i) for i in range(nd)])
505 funcargs = ", ".join(["Py_ssize_t i%d, Py_ssize_t s%d, Py_ssize_t o%d" % (i, i, i) for i in range(nd)])
    [all...]

Completed in 682 milliseconds

1 2 3 4 5 6 7 8 9