/external/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 342 class AsmPseudoInst<string asm, dag iops, dag oops = (outs)> 346 let InOperandList = iops; 353 class ARMAsmPseudo<string asm, dag iops, dag oops = (outs)> 354 : AsmPseudoInst<asm, iops, oops>, Requires<[IsARM]>; 355 class tAsmPseudo<string asm, dag iops, dag oops = (outs)> 356 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb]>; 357 class t2AsmPseudo<string asm, dag iops, dag oops = (outs)> 358 : AsmPseudoInst<asm, iops, oops>, Requires<[IsThumb2]>; 359 class VFP2AsmPseudo<string asm, dag iops, dag oops = (outs)> 360 : AsmPseudoInst<asm, iops, oops>, Requires<[HasVFP2]>; [all …]
|
D | ARMInstrThumb2.td | 295 class T2OneRegImm<dag oops, dag iops, InstrItinClass itin, 297 : T2I<oops, iops, itin, opc, asm, pattern> { 308 class T2sOneRegImm<dag oops, dag iops, InstrItinClass itin, 310 : T2sI<oops, iops, itin, opc, asm, pattern> { 321 class T2OneRegCmpImm<dag oops, dag iops, InstrItinClass itin, 323 : T2I<oops, iops, itin, opc, asm, pattern> { 334 class T2OneRegShiftedReg<dag oops, dag iops, InstrItinClass itin, 336 : T2I<oops, iops, itin, opc, asm, pattern> { 347 class T2sOneRegShiftedReg<dag oops, dag iops, InstrItinClass itin, 349 : T2sI<oops, iops, itin, opc, asm, pattern> { [all …]
|
D | ARMInstrThumb.td | 801 class T1pIDPEncode<bits<4> opA, dag oops, dag iops, InstrItinClass itin, 803 : T1pI<oops, iops, itin, opc, asm, pattern>, 810 class T1pIMiscEncode<bits<7> opA, dag oops, dag iops, InstrItinClass itin, 812 : T1pI<oops, iops, itin, opc, asm, pattern>, 821 class T1sIDPEncode<bits<4> opA, dag oops, dag iops, InstrItinClass itin, 823 : T1sI<oops, iops, itin, opc, asm, pattern>, 830 class T1sIGenEncode<bits<5> opA, dag oops, dag iops, InstrItinClass itin, 832 : T1sI<oops, iops, itin, opc, asm, pattern>, 841 class T1sIGenEncodeImm<bits<5> opA, dag oops, dag iops, InstrItinClass itin, 843 : T1sI<oops, iops, itin, opc, asm, pattern>, [all …]
|
D | ARMInstrVFP.td | 980 bits<4> opcod4, dag oops, dag iops, 983 : AVConv1I<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 999 bits<4> opcod4, dag oops, dag iops,InstrItinClass itin, 1001 : AVConv1In<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 1081 bits<4> opcod4, dag oops, dag iops, 1084 : AVConv1I<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 1100 bits<4> opcod4, dag oops, dag iops, 1103 : AVConv1In<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 1228 bit op5, dag oops, dag iops, InstrItinClass itin, 1230 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern>, [all …]
|
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
D | control.stress | 21 'surfing': 'iops', 26 '16k_read': 'iops', 27 '16k_write': 'iops', 28 '8k_read': 'iops', 29 '8k_write': 'iops', 30 '4k_read': 'iops', 31 '4k_write': 'iops',
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | blockdevicemapping.py | 41 iops=None, argument 53 self.iops = iops 80 self.iops = int(value) 155 if block_dev.iops is not None: 156 params['%s.Ebs.Iops' % pre] = block_dev.iops
|
D | snapshot.py | 130 def create_volume(self, zone, size=None, volume_type=None, iops=None, argument 157 iops,
|
D | volume.py | 60 self.iops = None 96 self.iops = int(value)
|
/external/autotest/client/site_tests/kernel_fs_Punybench/ |
D | kernel_fs_Punybench.py | 223 iops = r2.group(0) 224 self.write_perf_keyval({prefix + 'ureadrand_iops': iops}) 266 iops = r2.group(0) 267 self.write_perf_keyval({prefix + 'uwriterand_iops': iops}) 288 iops = r2.group(0) 289 self.write_perf_keyval({prefix + 'uwritesync_iops': iops})
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/ |
D | layer1.py | 333 license_model=None, iops=None, argument 693 if iops is not None: 694 params['Iops'] = iops 717 iops=None, option_group_name=None, argument 818 if iops is not None: 819 params['Iops'] = iops 2488 auto_minor_version_upgrade=None, iops=None, argument 2834 if iops is not None: 2835 params['Iops'] = iops 3308 iops=None, argument [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/ |
D | launchconfig.py | 106 delete_on_termination=True, iops=None, argument 194 self.iops = iops 262 self.iops = int(value)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
D | dbinstance.py | 111 self.iops = None 200 self.iops = int(value) 301 iops=None, argument 396 iops,
|
D | dbsnapshot.py | 64 self.iops = None 105 self.iops = int(value)
|
D | __init__.py | 160 iops=None, argument 425 'Iops': iops, 572 iops=None, argument 698 if iops: 699 params['Iops'] = iops
|
/external/mksh/src/ |
D | syn.c | 273 struct ioword *iop, **iops; in get_command() local 278 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP); in get_command() 286 afree(iops, ATEMP); in get_command() 316 iops[iopn++] = iop; in get_command() 515 iops[iopn++] = iop; in get_command() 519 afree(iops, ATEMP); in get_command() 522 iops[iopn++] = NULL; in get_command() 523 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP); in get_command() 524 t->ioact = iops; in get_command()
|
/external/fio/ |
D | eta.c | 299 unsigned long long *prev_io_iops, unsigned int *iops) in calc_iops() argument 308 iops[i] = 0; in calc_iops() 309 iops[0] += (diff * 1000) / mtime; in calc_iops() 311 iops[i] = (diff * 1000) / mtime; in calc_iops() 460 calc_iops(unified_rw_rep, disp_time, io_iops, disp_io_iops, je->iops); in calc_thread_status() 531 iops_str[ddir] = num2str(je->iops[ddir], 4, 1, 0, 0); in display_thread_status()
|
D | gclient.c | 407 iops_str[0] = num2str(je->iops[0], 4, 1, 0, 0); 408 iops_str[1] = num2str(je->iops[1], 4, 1, 0, 0); 409 iops_str[2] = num2str(je->iops[2], 4, 1, 0, 0); 418 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_… 419 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.write_iops, je->elapsed_sec, je->iops[1], iops… 420 …graph_add_xy_data(ge->graphs.iops_graph, ge->graphs.trim_iops, je->elapsed_sec, je->iops[2], iops_… 501 iops_str[0] = num2str(je->iops[0], 4, 1, 0, 0); 502 iops_str[1] = num2str(je->iops[1], 4, 1, 0, 0); 503 iops_str[2] = num2str(je->iops[2], 4, 1, 0, 0); 512 …graph_add_xy_data(ui->graphs.iops_graph, ui->graphs.read_iops, je->elapsed_sec, je->iops[0], iops_… [all …]
|
D | stat.c | 368 unsigned long long bw, iops; in show_ddir_status() local 385 iops = (1000 * (uint64_t)ts->total_io_u[ddir]) / runt; in show_ddir_status() 386 iops_p = num2str(iops, 6, 1, 0, 0); in show_ddir_status() 605 unsigned long long bw, iops; in show_ddir_status_terse() local 613 iops = bw = 0; in show_ddir_status_terse() 618 iops = (1000 * (uint64_t) ts->total_io_u[ddir]) / runt; in show_ddir_status_terse() 622 (unsigned long long) ts->io_bytes[ddir] >> 10, bw, iops, in show_ddir_status_terse() 679 double mean, dev, iops; in add_ddir_status_json() local 697 iops = 0.0; in add_ddir_status_json() 702 iops = (1000.0 * (uint64_t) ts->total_io_u[ddir]) / runt; in add_ddir_status_json() [all …]
|
D | stat.h | 204 uint32_t iops[DDIR_RWDIR_CNT]; member
|
/external/fio/tools/plot/samples/ |
D | Makefile | 18 rm -rf m2sw1-128k-read-para-bw m2sw1-128k-read-para-iops
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFormats.td | 24 class I<dag oops, dag iops, list<dag> pattern, string asmstr = ""> 27 dag InOperandList = iops;
|
/external/fio/tools/ |
D | fio_generate_plots | 121 plot "I/O Operations Per Second" iops "IOPS" 1
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 43 class Pseudo<dag oops, dag iops, list<dag> pattern, string cstr = ""> 46 dag InOperandList = iops; 58 class I<dag oops, dag iops, string asm, string operands, string cstr, 62 dag InOperandList = iops; 834 class BaseSystemI<bit L, dag oops, dag iops, string asm, string operands, 836 : I<oops, iops, asm, operands, "", pattern> { 842 class SimpleSystemI<bit L, dag iops, string asm, string operands, 844 : BaseSystemI<L, (outs), iops, asm, operands, pattern> { 849 class RtSystemI<bit L, dag oops, dag iops, string asm, string operands> 850 : BaseSystemI<L, oops, iops, asm, operands>, [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/autoscale/ |
D | test_group.py | 377 iops=3000, 855 self.assertEqual(response[0].block_device_mappings['/dev/xvdp'].iops, 1000) 860 self.assertEqual(response[0].block_device_mappings['/dev/xvdh'].iops, 2000)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/rds/ |
D | test_snapshot.py | 93 self.assertEqual(response[0].iops, 1000)
|