/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 | 376 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) 493 us->seq = cpu_to_le64(nd->udp_send_seq++) 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...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
provide-hidden.exp | 47 [list "readelf -s provide-hidden-s.nd"] \ 57 [list readelf -s provide-hidden-def.nd] \ 58 [list readelf -s provide-hidden-dyn.nd]] \ 66 [list readelf -s provide-hidden-def.nd] \ 67 [list readelf -s provide-hidden-dyn.nd]] \ 75 [list readelf -s provide-hidden-sec.nd] \ 76 [list readelf -s provide-hidden-dyn.nd]] \ 83 [list "readelf -s provide-hidden-dynsec.nd"] \ 91 [list readelf -s provide-hidden-sec.nd] \ 92 [list readelf -s provide-hidden-dyn.nd]] \ [all...] |
/prebuilts/go/darwin-x86/src/strconv/ |
decimal.go | 16 nd int // number of digits used 19 trunc bool // discarded nonzero digits beyond d[:nd] 23 n := 10 + a.nd 34 case a.nd == 0: 44 w += copy(buf[w:], a.d[0:a.nd]) 46 case a.dp < a.nd: 51 w += copy(buf[w:], a.d[a.dp:a.nd]) 55 w += copy(buf[w:], a.d[0:a.nd]) 56 w += digitZero(buf[w : w+a.dp-a.nd]) 72 for a.nd > 0 && a.d[a.nd-1] == '0' [all...] |
decimal_test.go | 47 nd int 74 d.RoundDown(test.nd) 78 test.i, test.nd, s, test.down) 81 d.Round(test.nd) 85 test.i, test.nd, s, test.down) 88 d.RoundUp(test.nd) 92 test.i, test.nd, s, test.up)
|
ftoa.go | 122 prec = max(digs.nd-1, 0) 124 prec = max(digs.nd-digs.dp, 0) 126 prec = digs.nd 163 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp} 167 prec = digs.nd - 1 169 prec = max(digs.nd-digs.dp, 0) 171 prec = digs.nd 186 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp [all...] |
/prebuilts/go/linux-x86/src/strconv/ |
decimal.go | 16 nd int // number of digits used 19 trunc bool // discarded nonzero digits beyond d[:nd] 23 n := 10 + a.nd 34 case a.nd == 0: 44 w += copy(buf[w:], a.d[0:a.nd]) 46 case a.dp < a.nd: 51 w += copy(buf[w:], a.d[a.dp:a.nd]) 55 w += copy(buf[w:], a.d[0:a.nd]) 56 w += digitZero(buf[w : w+a.dp-a.nd]) 72 for a.nd > 0 && a.d[a.nd-1] == '0' [all...] |
decimal_test.go | 47 nd int 74 d.RoundDown(test.nd) 78 test.i, test.nd, s, test.down) 81 d.Round(test.nd) 85 test.i, test.nd, s, test.down) 88 d.RoundUp(test.nd) 92 test.i, test.nd, s, test.up)
|
ftoa.go | 122 prec = max(digs.nd-1, 0) 124 prec = max(digs.nd-digs.dp, 0) 126 prec = digs.nd 163 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp} 167 prec = digs.nd - 1 169 prec = max(digs.nd-digs.dp, 0) 171 prec = digs.nd 186 digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp [all...] |
/art/test/474-fp-sub-neg/src/ |
Main.java | 39 double nd = -0; local 44 nd -= dc; 45 nd = -nd; 49 System.out.println(nd); 52 System.out.println(-d - (-nd)); 53 System.out.println(-d + (-nd));
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/ |
jl.s | 7 jlnz.nd [r1]
|
b.s | 35 b.nd text_label 39 bne.nd text_label
|
bl.s | 35 bl.nd text_label 39 blne.nd text_label
|
lp.s | 35 lp.nd text_label 39 lpne.nd text_label
|
/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
|
/hardware/bsp/intel/peripheral/libupm/src/grovespeaker/ |
grovespeaker.cxx | 94 NoteData nd = it->second; local 99 delayTime = nd.delayTimeLowSharp; 101 delayTime = nd.delayTimeMedSharp; 103 delayTime = nd.delayTimeHighSharp; 114 delayTime = nd.delayTimeLow; 116 delayTime = nd.delayTimeMed; 118 delayTime = nd.delayTimeHigh;
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
IOUtil.java | 47 NativeDispatcher nd) 51 return writeFromNativeBuffer(fd, src, position, nd); 65 int n = writeFromNativeBuffer(fd, bb, position, nd); 77 long position, NativeDispatcher nd) 89 written = nd.pwrite(fd, 93 written = nd.write(fd, ((DirectBuffer)bb).address() + pos, rem); 100 static long write(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) 103 return write(fd, bufs, 0, bufs.length, nd); 107 NativeDispatcher nd) 148 long bytesWritten = nd.writev(fd, vec.address, iov_len) [all...] |
SinkChannelImpl.java | 40 private static NativeDispatcher nd; field in class:SinkChannelImpl 88 nd.preClose(fd); 106 nd.close(fd); 168 n = IOUtil.write(fd, src, -1, nd); 191 n = IOUtil.write(fd, srcs, nd); 211 nd = new FileDispatcherImpl();
|
SourceChannelImpl.java | 41 private static NativeDispatcher nd; field in class:SourceChannelImpl 89 nd.preClose(fd); 107 nd.close(fd); 172 n = IOUtil.read(fd, dst, -1, nd); 203 n = IOUtil.read(fd, dsts, nd); 215 nd = new FileDispatcherImpl();
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
ls_helper.py | 174 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
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix52.exp | 75 {{objdump {-dR} aix-abs-branch-1.dd} {nm {} aix-abs-branch-1.nd}} 81 {{objdump -sRj.data aix-abs-reloc-1.od} {nm {} aix-abs-reloc-1.nd}} 101 {{nm {} aix-no-dup-syms-1-rel.nd} {objdump -r aix-no-dup-syms-1-rel.rd}} 107 {{nm {} aix-no-dup-syms-1-dso.nd} {objdump -r aix-no-dup-syms-1-dso.rd} 133 {{nm -D aix-export-2.nd}} "aix-export-2.so"} 139 {nm {} aix-gc-1.nd}} 187 {{objdump -dS aix-lineno-1a.dd} {nm {} aix-lineno-1a.nd}} 192 {{objdump -dS aix-lineno-1b.dd} {nm {} aix-lineno-1b.nd}} 206 {{nm {} aix-weak-1-rel.nd} {objdump -h aix-weak-1-rel.hd}} 211 {{nm {} aix-weak-1-dso.nd} {objdump -h aix-weak-1-dso.hd [all...] |
/external/valgrind/coregrind/ |
m_wordfm.c | 139 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, 510 vg_assert(nd != NULL); 514 nyu->child[0] = nd->child[0]; 515 nyu->child[1] = nd->child[1]; 516 nyu->balance = nd->balance 927 AvlNode* nd; local 941 AvlNode* nd = bag->fm->root; local [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...] |
/prebuilts/go/darwin-x86/test/ |
sliceopt.go | 26 z = (**x)[2:] // ERROR "slice: omit check for 2nd index" 27 z = (**x)[2:len(**x)] // not yet: "slice: reuse len" "slice: omit check for 2nd index" 28 z = (**x)[2:cap(**x)] // not yet: "slice: reuse cap" "slice: omit check for 2nd index" 30 z = (**x)[1:i:i] // ERROR "slice: reuse 2nd index" "slice: omit check for 2nd index" "slice: result cap == result len" 32 z = (**x)[i:0:j] // ERROR "slice: omit check for 2nd index" 48 zs = (**xs)[2:] // ERROR "slice: omit check for 2nd index" 49 zs = (**xs)[2:len(**xs)] // not yet: "slice: reuse len" "slice: omit check for 2nd index"
|