Searched refs:nd (Results 1 - 25 of 79) sorted by relevance

1234

/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/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/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dls_helper.py174 nd = 0
186 nd, no, nb = self._RecurseExpandUrlAndPrint(expansion_url_str)
193 num_dirs += nd
220 nd = 0
232 nd, no, nb = self._RecurseExpandUrlAndPrint(expansion_url_str)
235 nd, no, nb = 1, 0, 0
241 num_dirs += nd
/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...]
H A Dm_sparsewa.c252 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);
433 static UWord swa_sizeSWA_wrk ( const void* nd )
436 if (*(const UWord*)nd == LevelN_MAGIC) {
438 const LevelN* levelN = nd;
447 vg_assert(*(const UWord*)nd
[all...]
/external/valgrind/exp-sgcheck/
H A Dsg_main.c485 StackTreeNode* nd = (StackTreeNode*)keyW; local
486 VG_(printf)(" [%#lx,+%lu) descr=%p %s %lu\n", nd->addr, nd->szB,
487 nd->descr, nd->descr->name, nd->descr->szB);
578 StackTreeNode* nd = find_StackTreeNode(sitree, addr); local
581 tl_assert(nd);
582 b = VG_(delFromFM)( sitree, &oldK, &oldV, (UWord)nd );
586 tl_assert(nd
593 StackTreeNode* nd = (StackTreeNode*)keyW; local
642 GlobalTreeNode* nd; local
689 GlobalTreeNode *nyu, *nd; local
766 GlobalTreeNode key, *nd; local
829 StackTreeNode* nd; member in struct:__anon20342::__anon20343::__anon20347
834 GlobalTreeNode* nd; member in struct:__anon20342::__anon20343::__anon20348
1144 GlobalTreeNode* nd = (GlobalTreeNode*)keyW; local
1570 { StackTreeNode* nd = find_StackTreeNode( siTrees[tid], ea ); local
1586 { GlobalTreeNode* nd = find_GlobalTreeNode(giTree, ea); local
[all...]
/external/iw/
H A Dwowlan.c186 struct nlattr *nd; local
189 nd = nla_nest_start(msg, NL80211_WOWLAN_TRIG_NET_DETECT);
190 if (!nd)
195 nla_nest_end(msg, nd);
387 *nd[NUM_NL80211_ATTR], *tb[NUM_NL80211_ATTR]; local
391 nla_parse(nd, NUM_NL80211_ATTR,
395 if (nd[NL80211_ATTR_SCHED_SCAN_INTERVAL])
397 nla_get_u32(nd[NL80211_ATTR_SCHED_SCAN_INTERVAL]));
399 if (nd[NL80211_ATTR_SCHED_SCAN_DELAY])
401 nla_get_u32(nd[NL80211_ATTR_SCHED_SCAN_DELA
[all...]
/external/valgrind/cachegrind/
H A Dcg_merge.c1052 static Word size_avl_nonNull ( AvlNode* nd )
1054 return 1 + (nd->left ? size_avl_nonNull(nd->left) : 0)
1055 + (nd->right ? size_avl_nonNull(nd->right) : 0);
1344 AvlNode* avl_dopy ( AvlNode* nd, argument
1350 if (! nd)
1355 nyu->left = nd->left;
1356 nyu->right = nd->right;
1357 nyu->balance = nd
1420 avl_free( AvlNode* nd, void(*kFin)(Word), void(*vFin)(Word), void(*dealloc)(void*) ) argument
[all...]
/external/opencv3/3rdparty/openexr/Imath/
H A DImathLineAlgo.h169 // The intersection point is at line.pos + (d/nd) * line.dir.
173 T nd = normal ^ line.dir; local
175 if (abs (nd) > 1 || abs (d) < limits<T>::max() * abs (nd))
176 pt = line (d / nd);
/external/libweave/third_party/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
664 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; member in namespace:dmg_fp
666 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
673 x = (nd + 8) / 9;
694 for(; i < nd; i++)
2250 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
2253 nd = bc->nd;
2255 p5 = nd
2451 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
[all...]
/external/llvm/test/MC/Mips/
H A Dsort-relocation-table.s36 # Match HI with 2nd LO because it has higher offset (than the 1st LO).
55 # Match 2nd HI with 2nd LO, since it's the one with highest offset among the
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_mastergain_gnu.s75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
/external/libcxx/src/
H A Ddebug.cpp548 for (__i_node* nd = __ibeg_[h]; nd != nullptr; nd = nd->__next_)
550 if (nd->__i_ == __i)
552 r = nd;
/external/libpcap/msdos/
H A Dpkt_rx1.s17 .secondCount resw 1 ; # of bytes on 2nd call
73 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
H A Dpkt_rx0.asm47 secondCount dw 0 ; # of bytes on 2nd call
108 ;; to ES:DI (= DS:SI on 2nd call) by the packet driver
117 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
/external/dhcpcd-6.8.2/
H A Dif-bsd.c1453 struct in6_ndireq nd; local
1456 memset(&nd, 0, sizeof(nd));
1457 strlcpy(nd.ifname, ifp->name, sizeof(nd.ifname));
1458 if (ioctl(s, SIOCGIFINFO_IN6, &nd) == -1)
1461 return nd.ndi.flags & flag ? 1 : 0;
1463 oflags = nd.ndi.flags;
1465 nd.ndi.flags &= ~flag;
1467 nd
[all...]
/external/boringssl/linux-arm/crypto/modes/
H A Dghashv8-armx32.S45 vext.8 q10,q0,q0,#8 @ 2nd phase
85 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
182 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
215 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
/external/doclava/res/assets/templates/assets/
H A Dprettify.js8 kd="cs",ld="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient ",md="java",nd="break continue do else for if return while case done elif esac eval fi function in local set then until ",
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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/blktrace/btt/
H A Doutput.c165 unsigned long long nq, nd, blkmin, blkmax, total; member in struct:__anon664
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,

Completed in 588 milliseconds

1234