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

1 2

  /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/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);
  /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/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/
qdev-core.h 22 NICInfo *nd; member in struct:DeviceState
52 void qdev_set_netdev(DeviceState *dev, NICInfo *nd);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 162 Weight &nd = (*distance_)[arc.nextstate]; local
165 if (!ApproxEqual(nd, Plus(nd, w), delta_)) {
166 nd = Plus(nd, w);
shortest-path.h 123 Weight &nd = (*distance)[arc.nextstate]; local
125 if (nd != Plus(nd, w)) {
126 nd = Plus(nd, w);
  /system/core/libpixelflinger/
fixed.cpp 180 int nd = gglClz(d) - gglClz(n); local
181 i += nd + 1;
182 if (nd > 0) d <<= nd; local
183 else n <<= -nd;
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
208 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
209 if (nd < 9)
211 else if (nd < 16)
213 nd0 = nd;
226 if (!nd) {
243 if (nd++ < 9)
245 else if (nd <= DBL_DIG + 1)
247 if (nd++ < 9
    [all...]
strtodg.c 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
430 for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
431 if (nd < 9)
433 else if (nd < 16)
435 nd0 = nd;
448 if (!nd) {
465 if (nd++ < 9)
467 else if (nd <= DBL_DIG + 1)
469 if (nd++ < 9
    [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/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/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 380 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/perf-3.12.0/tools/perf/util/
dso.c 619 struct rb_node *nd; local
628 for (nd = rb_first(&dso->symbols[type]); nd; nd = rb_next(nd)) {
629 struct symbol *pos = rb_entry(nd, struct symbol, rb_node);
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);
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...]
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...]
  /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/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/smack/src/org/jivesoftware/smackx/provider/
VCardProvider.java 284 Node nd = childNodes.item(i); local
285 String nodeValue = nd.getNodeValue();
289 appendText(result, 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);

Completed in 1175 milliseconds

1 2