/external/fio/ |
D | eta.c | 354 bool calc_thread_status(struct jobs_eta *je, int force) in calc_thread_status() argument 387 je->elapsed_sec = (mtime_since_genesis() + 999) / 1000; in calc_thread_status() 396 je->is_pow2 = 1; in calc_thread_status() 397 je->unit_base = td->o.unit_base; in calc_thread_status() 404 je->nr_running++; in calc_thread_status() 406 je->t_rate[0] += td->o.rate[DDIR_READ]; in calc_thread_status() 407 je->t_iops[0] += td->o.rate_iops[DDIR_READ]; in calc_thread_status() 408 je->m_rate[0] += td->o.ratemin[DDIR_READ]; in calc_thread_status() 409 je->m_iops[0] += td->o.rate_iops_min[DDIR_READ]; in calc_thread_status() 412 je->t_rate[1] += td->o.rate[DDIR_WRITE]; in calc_thread_status() [all …]
|
D | gclient.c | 341 static void gfio_update_client_eta(struct fio_client *client, struct jobs_eta *je) in gfio_update_client_eta() argument 357 if (je->eta_sec != INT_MAX && je->elapsed_sec) { in gfio_update_client_eta() 358 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec); in gfio_update_client_eta() 359 eta_to_str(eta_str, je->eta_sec); in gfio_update_client_eta() 362 sprintf(tmp, "%u", je->nr_running); in gfio_update_client_eta() 364 sprintf(tmp, "%u", je->files_open); in gfio_update_client_eta() 367 if (je->eta_sec != INT_MAX && je->nr_running) { in gfio_update_client_eta() 374 if ((!je->eta_sec && !eta_good) || je->nr_ramp == je->nr_running) in gfio_update_client_eta() 382 iops_str[0] = num2str(je->iops[0], 4, 1, 0, N2S_PERSEC); in gfio_update_client_eta() 383 iops_str[1] = num2str(je->iops[1], 4, 1, 0, N2S_PERSEC); in gfio_update_client_eta() [all …]
|
D | client.c | 1142 static void convert_jobs_eta(struct jobs_eta *je) in convert_jobs_eta() argument 1146 je->nr_running = le32_to_cpu(je->nr_running); in convert_jobs_eta() 1147 je->nr_ramp = le32_to_cpu(je->nr_ramp); in convert_jobs_eta() 1148 je->nr_pending = le32_to_cpu(je->nr_pending); in convert_jobs_eta() 1149 je->nr_setting_up = le32_to_cpu(je->nr_setting_up); in convert_jobs_eta() 1150 je->files_open = le32_to_cpu(je->files_open); in convert_jobs_eta() 1153 je->m_rate[i] = le64_to_cpu(je->m_rate[i]); in convert_jobs_eta() 1154 je->t_rate[i] = le64_to_cpu(je->t_rate[i]); in convert_jobs_eta() 1155 je->m_iops[i] = le32_to_cpu(je->m_iops[i]); in convert_jobs_eta() 1156 je->t_iops[i] = le32_to_cpu(je->t_iops[i]); in convert_jobs_eta() [all …]
|
D | server.c | 881 struct jobs_eta *je; in handle_send_eta_cmd() local 892 je = get_jobs_eta(true, &size); in handle_send_eta_cmd() 893 if (!je) { in handle_send_eta_cmd() 894 size = sizeof(*je); in handle_send_eta_cmd() 895 je = calloc(1, size); in handle_send_eta_cmd() 897 je->nr_running = cpu_to_le32(je->nr_running); in handle_send_eta_cmd() 898 je->nr_ramp = cpu_to_le32(je->nr_ramp); in handle_send_eta_cmd() 899 je->nr_pending = cpu_to_le32(je->nr_pending); in handle_send_eta_cmd() 900 je->nr_setting_up = cpu_to_le32(je->nr_setting_up); in handle_send_eta_cmd() 901 je->files_open = cpu_to_le32(je->files_open); in handle_send_eta_cmd() [all …]
|
D | client.h | 80 typedef void (client_eta_op)(struct jobs_eta *je); 82 typedef void (client_jobs_eta_op)(struct fio_client *client, struct jobs_eta *je); 114 extern void fio_client_sum_jobs_eta(struct jobs_eta *dst, struct jobs_eta *je);
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetDialogs.py | 143 self.je = JetEdit(self, "JETOPEN_CTRLS", self) 145 self.je.ctrls[JetDefs.F_JLIST].AppendItems(fileList) 147 self.je.ctrls[JetDefs.F_JFILE].SetValue(fileList[0]) 159 … sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection()) 160 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue) 164 … sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection()) 165 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue) 167 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue() 174 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue() 184 if len(self.je.ctrls[JetDefs.F_JFILE].GetValue()) == 0: [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | masked_memop.ll | 2241 ; AVX-NEXT: je LBB50_2 2248 ; AVX-NEXT: je LBB50_4 2254 ; AVX-NEXT: je LBB50_6 2260 ; AVX-NEXT: je LBB50_8 2266 ; AVX-NEXT: je LBB50_10 2272 ; AVX-NEXT: je LBB50_12 2278 ; AVX-NEXT: je LBB50_14 2284 ; AVX-NEXT: je LBB50_16 2290 ; AVX-NEXT: je LBB50_18 2296 ; AVX-NEXT: je LBB50_20 [all …]
|
D | xor-icmp.ll | 12 ; X32: je 18 ; X64: je 46 ; X32: je 54 ; X64: je
|
D | peep-test-4.ll | 8 ; CHECK-NEXT: je 26 ; CHECK-NEXT: je 44 ; CHECK-NEXT: je 62 ; CHECK-NEXT: je 80 ; CHECK-NEXT: je 98 ; CHECK-NEXT: je 139 ; CHECK-NEXT: je 158 ; CHECK-NEXT: je 177 ; CHECK-NEXT: je
|
D | clz.ll | 100 ; CHECK-NEXT: je .LBB8_2 119 ; CHECK-NEXT: je .LBB9_2 137 ; CHECK-NEXT: je .LBB10_2 154 ; CHECK-NEXT: je .LBB11_2 171 ; CHECK-NEXT: je .LBB12_2 189 ; CHECK-NEXT: je .LBB13_2 205 ; CHECK-NEXT: je .LBB14_2 221 ; CHECK-NEXT: je .LBB15_2 235 ; codegen doesn't know how to delete the movl and je. 241 ; CHECK-NEXT: je .LBB16_2 [all …]
|
D | atom-bypass-slow-division-64.ll | 12 ; CHECK-NEXT: je 26 ; CHECK-NEXT: je 40 ; CHECK-NEXT: je
|
D | peep-test-3.ll | 13 ; CHECK-NEXT: je 31 ; CHECK-NEXT: je 53 ; CHECK-NEXT: je 78 ; CHECK-NEXT: je
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/ |
D | x86-darwin.S | 192 je Lcls_retint 194 je Lcls_retfloat 196 je Lcls_retdouble 198 je Lcls_retldouble 200 je Lcls_retllong 202 je Lcls_retstruct1 204 je Lcls_retstruct1 206 je Lcls_retstruct2 208 je Lcls_retstruct2 210 je Lcls_retstruct [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
D | freebsd.S | 215 je .Lcls_retint 225 je .Lcls_retfloat 227 je .Lcls_retdouble 229 je .Lcls_retldouble 231 je .Lcls_retllong 233 je .Lcls_retstruct1b 235 je .Lcls_retstruct2b 237 je .Lcls_retstruct 303 je .Lrcls_retint 313 je .Lrcls_retfloat [all …]
|
D | darwin.S | 204 je .Lcls_retint 214 je .Lcls_retfloat 216 je .Lcls_retdouble 218 je .Lcls_retldouble 220 je .Lcls_retllong 222 je .Lcls_retstruct1b 224 je .Lcls_retstruct2b 226 je .Lcls_retstruct 291 je .Lrcls_retint 301 je .Lrcls_retfloat [all …]
|
D | sysv.S | 211 je .Lcls_retint 221 je .Lcls_retfloat 223 je .Lcls_retdouble 225 je .Lcls_retldouble 227 je .Lcls_retllong 229 je .Lcls_retstruct 300 je .Lrcls_retint 310 je .Lrcls_retfloat 312 je .Lrcls_retdouble 314 je .Lrcls_retldouble [all …]
|
/external/google-breakpad/src/client/mac/sender/sl.lproj/ |
D | Localizable.strings | 2 "crashDialogHeader" = "Program %@ se je nepričakovano zaprl."; 3 "crashDialogMsg" = "Sistem in ostali programi niso bili prizadeti. Ustvarjeno je bilo poročilo, ki … 5 "noCrashDialogHeader" = "Program %@ je naletel na težavo."; 6 "noCrashDialogMsg" = "Sistem in ostali programi niso bili prizadeti. Ustvarjeno je bilo poročilo, k… 8 …agajte nam razrešiti težavo z opisom dogodkov, ki so se zgodili, preden se je program sesul. Poroč…
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | unique_copy.pass.cpp | 61 int je[se] = {-1}; in test() local 62 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je)); in test() 63 assert(base(r) == je + 3); in test() 64 assert(je[0] == 0); in test() 65 assert(je[1] == 1); in test() 66 assert(je[2] == 0); in test()
|
D | unique_copy_pred.pass.cpp | 80 int je[se] = {-1}; in test() local 82 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je), count_equal()); in test() 83 assert(base(r) == je + 3); in test() 84 assert(je[0] == 0); in test() 85 assert(je[1] == 1); in test() 86 assert(je[2] == 0); in test()
|
/external/mesa3d/src/mesa/x86/ |
D | read_rgba_span_x86.S | 102 je .L17 150 je .L20 211 je .L32 217 je .L31 299 je .L36 321 je .L35 370 je .L41 375 je .L40 434 je .L47 456 je .L46 [all …]
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 195 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint() local 220 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint() local 231 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) { in addIntraChainConstraint() local 297 for (unsigned j = 0, je = vRrAllowed->size(); j != je; ++j) { in addInterChainConstraint() local 308 for (unsigned j = 0, je = vRrAllowed->size(); j != je; ++j) { in addInterChainConstraint() local
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | adv-switch-opt.ll | 163 ; CHECK-NEXT: je 165 ; CHECK-NEXT: je 168 ; CHECK-NEXT: je 170 ; CHECK-NEXT: je 222 ; X8632-NEXT: je 224 ; X8632-NEXT: je 227 ; X8632-NEXT: je 229 ; X8632-NEXT: je 270 ; X8632-NEXT: je 274 ; X8632-NEXT: je [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-13.ll | 33 ; CHECK-NEXT: je 46 ; CHECK-NEXT: je 59 ; CHECK-NEXT: je 72 ; CHECK-NEXT: je 85 ; CHECK-NEXT: je 98 ; CHECK-NEXT: je 147 ; CHECK-NEXT: je 160 ; CHECK-NEXT: je 173 ; CHECK-NEXT: je 186 ; CHECK-NEXT: je
|
D | int-cmp-48.ll | 55 ; CHECK: je {{\.L.*}} 68 ; CHECK: je {{\.L.*}} 151 ; CHECK: je {{\.L.*}} 165 ; CHECK: je {{\.L.*}} 179 ; CHECK: je {{\.L.*}} 194 ; CHECK: je {{\.L.*}} 208 ; CHECK: je {{\.L.*}} 223 ; CHECK: je {{\.L.*}} 237 ; CHECK: je {{\.L.*}}
|
/external/syslinux/gpxe/src/arch/i386/prefix/ |
D | bootpart.S | 75 je 99f 136 je 2f 138 je 2f 166 je 99f
|