Searched refs:je (Results 1 - 25 of 208) sorted by relevance

123456789

/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dundef2.s5 je .Lfoo
/external/fio/
H A Deta.c321 int calc_thread_status(struct jobs_eta *je, int force) argument
354 je->elapsed_sec = (mtime_since_genesis() + 999) / 1000;
363 je->is_pow2 = 1;
364 je->unit_base = td->o.unit_base;
371 je->nr_running++;
373 je->t_rate[0] += td->o.rate[DDIR_READ];
374 je->t_iops[0] += td->o.rate_iops[DDIR_READ];
375 je->m_rate[0] += td->o.ratemin[DDIR_READ];
376 je->m_iops[0] += td->o.rate_iops_min[DDIR_READ];
379 je
473 display_thread_status(struct jobs_eta *je) argument
568 struct jobs_eta *je; local
590 struct jobs_eta *je; local
[all...]
H A Dgclient.c344 static void gfio_update_client_eta(struct fio_client *client, struct jobs_eta *je) argument
360 if (je->eta_sec != INT_MAX && je->elapsed_sec) {
361 perc = (double) je->elapsed_sec / (double) (je->elapsed_sec + je->eta_sec);
362 eta_to_str(eta_str, je->eta_sec);
365 sprintf(tmp, "%u", je->nr_running);
367 sprintf(tmp, "%u", je->files_open);
371 if (je
444 gfio_update_all_eta(struct jobs_eta *je) argument
[all...]
H A Dclient.c1031 static void convert_jobs_eta(struct jobs_eta *je) argument
1035 je->nr_running = le32_to_cpu(je->nr_running);
1036 je->nr_ramp = le32_to_cpu(je->nr_ramp);
1037 je->nr_pending = le32_to_cpu(je->nr_pending);
1038 je->nr_setting_up = le32_to_cpu(je->nr_setting_up);
1039 je
1057 fio_client_sum_jobs_eta(struct jobs_eta *dst, struct jobs_eta *je) argument
1148 struct jobs_eta *je = (struct jobs_eta *) cmd->payload; local
1436 struct jobs_eta *je = (struct jobs_eta *) cmd->payload; local
[all...]
H A Dclient.h78 typedef void (client_eta_op)(struct jobs_eta *je);
80 typedef void (client_jobs_eta_op)(struct fio_client *client, struct jobs_eta *je);
115 extern void fio_client_sum_jobs_eta(struct jobs_eta *dst, struct jobs_eta *je);
H A Dserver.c706 struct jobs_eta *je; local
711 je = get_jobs_eta(1, &size);
712 if (!je)
717 je->nr_running = cpu_to_le32(je->nr_running);
718 je->nr_ramp = cpu_to_le32(je->nr_ramp);
719 je->nr_pending = cpu_to_le32(je->nr_pending);
720 je
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py143 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
[all...]
/external/llvm/test/MC/MachO/
H A Drelax-jumps.s16 je L1
H A Djcc.s17 je 1f
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Drelax-jumps.s20 je L1
H A Djcc.s17 je 1f
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique_copy.pass.cpp61 int je[se] = {-1}; local
62 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je));
63 assert(base(r) == je + 3);
64 assert(je[0] == 0);
65 assert(je[1] == 1);
66 assert(je[2] == 0);
H A Dunique_copy_pred.pass.cpp80 int je[se] = {-1}; local
82 r = std::unique_copy(InIter(ie), InIter(ie+se), OutIter(je), count_equal());
83 assert(base(r) == je + 3);
84 assert(je[0] == 0);
85 assert(je[1] == 1);
86 assert(je[2] == 0);
/external/llvm/test/MC/COFF/
H A Dweak.s19 je LBB0_2
/external/swiftshader/third_party/LLVM/test/MC/COFF/
H A Dweak.s18 je LBB0_2
/external/volley/src/main/java/com/android/volley/toolbox/
H A DJsonArrayRequest.java69 } catch (JSONException je) {
70 return Response.error(new ParseError(je));
H A DJsonObjectRequest.java72 } catch (JSONException je) {
73 return Response.error(new ParseError(je));
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Dbootpart.S75 je 99f
136 je 2f
138 je 2f
166 je 99f
/external/syslinux/core/
H A Ddiskfs.inc103 je .int18
H A Dadv.inc98 je .reset ; Then unconditionally reset
170 je .found
215 je .found
309 je .bad
312 je .bad
314 je .bad
/external/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp195 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) {
220 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) {
231 for (unsigned j = 0, je = vRaAllowed->size(); j != je; ++j) {
297 for (unsigned j = 0, je = vRrAllowed->size(); j != je; ++j) {
308 for (unsigned j = 0, je = vRrAllowed->size(); j != je;
[all...]
/external/mesa3d/src/mesa/x86/
H A Dread_rgba_span_x86.S104 je .L17
152 je .L20
215 je .L32
221 je .L31
303 je .L36
325 je .L35
376 je .L41
381 je .L40
440 je .L47
462 je
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dsubtract_sse2.asm27 je .case_4
29 je .case_8
31 je .case_16
33 je .case_32
H A Dvpx_convolve_copy_sse2.asm39 je .w4
42 je .w8
44 je .w16
46 je .w32
49 je .w64
/external/javassist/src/main/javassist/
H A DClassPoolTail.java142 JarEntry je = jarfile.getJarEntry(jarname);
143 if (je != null)
144 return jarfile.getInputStream(je);
155 JarEntry je = jarfile.getJarEntry(jarname);
156 if (je != null)

Completed in 570 milliseconds

123456789