Searched defs:ge (Results 1 - 24 of 24) sorted by relevance

/external/clang/test/PCH/
H A Dremap-file-from-pch.cpp7 int ge = zool; variable
/external/openssl/crypto/
H A Dconstant_time_locl.h152 unsigned int ge; local
154 ge = ~((a ^ b) | (a - b));
156 ge |= a & ~b;
157 return constant_time_msb(ge);
/external/fio/
H A Dgerror.c22 static void report_error(struct gui_entry *ge, GError *error) argument
24 struct gui *ui = ge->ui;
48 void gfio_report_error(struct gui_entry *ge, const char *format, ...) argument
57 report_error(ge, error);
H A Dprinting.c90 struct gui_entry *ge = data; local
96 printing_error_dialog(ge->results_window, print_error);
100 void gfio_print_results(struct gui_entry *ge) argument
118 GTK_WINDOW(ge->results_window), &print_error);
129 printing_error_dialog(ge->results_window, print_error);
H A Dgfio.h150 struct gui_entry *ge; member in struct:gfio_client
172 extern void gfio_set_state(struct gui_entry *ge, unsigned int state);
173 extern void clear_ge_ui_info(struct gui_entry *ge);
H A Dgclient.c22 struct gui_entry *ge = (struct gui_entry *) data; local
25 ge->results_window = NULL;
26 ge->results_notebook = NULL;
32 struct gui_entry *ge = (struct gui_entry *) data; local
34 gtk_widget_destroy(ge->results_window);
39 struct gui_entry *ge = (struct gui_entry *) data; local
41 gfio_print_results(ge);
65 static GtkWidget *get_results_menubar(GtkWidget *window, struct gui_entry *ge) argument
71 ge->results_uimanager = gtk_ui_manager_new();
74 gtk_action_group_add_actions(action_group, results_menu_items, results_nmenu_items, ge);
85 get_results_window(struct gui_entry *ge) argument
118 struct gui_entry *ge = gc->ge; local
146 struct gui_entry *ge = (struct gui_entry *) data; local
152 gfio_disk_util_get_vbox(struct gui_entry *ge) argument
178 struct gui_entry *ge = gc->ge; local
244 struct gui_entry *ge = gc->ge; local
267 struct gui_entry *ge = gc->ge; local
317 gfio_update_thread_status(struct gui_entry *ge, char *status_message, double perc) argument
347 struct gui_entry *ge = gc->ge; local
539 struct gui_entry *ge = gc->ge; local
594 struct gui_entry *ge = gc->ge; local
967 struct gui_entry *ge = gc->ge; local
1128 struct gui_entry *ge = gc->ge; local
1340 struct gui_entry *ge = gc->ge; local
1360 struct gui_entry *ge = gc->ge; local
[all...]
H A Dgfio.c124 void clear_ge_ui_info(struct gui_entry *ge) argument
126 gtk_label_set_text(GTK_LABEL(ge->probe.hostname), "");
127 gtk_label_set_text(GTK_LABEL(ge->probe.os), "");
128 gtk_label_set_text(GTK_LABEL(ge->probe.arch), "");
129 gtk_label_set_text(GTK_LABEL(ge->probe.fio_ver), "");
132 gtk_entry_set_text(GTK_ENTRY(ge->eta.name), "");
134 multitext_update_entry(&ge->eta.iotype, 0, "");
135 multitext_update_entry(&ge->eta.bs, 0, "");
136 multitext_update_entry(&ge->eta.ioengine, 0, "");
137 multitext_update_entry(&ge
204 add_buttons(struct gui_entry *ge, struct button_spec *buttonlist, int nbuttons) argument
217 update_button_states(struct gui *ui, struct gui_entry *ge) argument
289 gfio_set_state(struct gui_entry *ge, unsigned int state) argument
384 ge_destroy(struct gui_entry *ge) argument
407 struct gui_entry *ge = (struct gui_entry *) data; local
435 send_job_file(struct gui_entry *ge) argument
481 struct gui_entry *ge = data; local
531 get_connection_details(struct gui_entry *ge) argument
635 gfio_client_added(struct gui_entry *ge, struct fio_client *client) argument
665 struct gui_entry *ge = data; local
716 struct gui_entry *ge = data; local
726 struct gui_entry *ge; local
737 struct gui_entry *ge; local
756 struct gui_entry *ge; local
799 struct gui_entry *ge; local
840 do_file_open(struct gui_entry *ge, const gchar *uri) argument
871 struct gui_entry *ge; local
1030 struct gui_entry *ge; local
1040 struct gui_entry *ge; local
1050 struct gui_entry *ge; local
1060 struct gui_entry *ge; local
1071 struct gui_entry *ge; local
1095 struct gui_entry *ge = (struct gui_entry *) value; local
1335 struct gui_entry *ge = (struct gui_entry *) data; local
1348 struct gui_entry *ge = (struct gui_entry *) data; local
1356 new_client_page(struct gui_entry *ge) argument
1550 struct gui_entry *ge; local
[all...]
/external/bzip2/
H A Dcompress.c241 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
288 ge = gs-1;
290 while (aFreq < tFreq && ge < alphaSize-1) {
291 ge++;
292 aFreq += s->mtfFreq[ge];
295 if (ge > gs
298 aFreq -= s->mtfFreq[ge];
299 ge--;
305 nPart, gs, ge, aFreq,
309 if (v >= gs && v <= ge)
[all...]
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc1058 CompareAndBranchOrBacktrack(to_compare, comparand, ge, if_ge);
1171 __ B(ge, &after_position);
1394 ge, local
H A Dconstants-arm64.h254 ge = 10, enumerator in enum:v8::internal::Condition
284 case ge:
287 return ge;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h169 CaseRec(MachineBasicBlock *bb, const Constant *lt, const Constant *ge, argument
171 CaseBB(bb), LT(lt), GE(ge), Range(r) {}
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h71 ge = 10 << 28, // N == V Greater or equal. enumerator in enum:v8::internal::Condition
107 case ge:
110 return ge;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c3644 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
3691 ge = gs-1;
3693 while (aFreq < tFreq && ge < alphaSize-1) {
3694 ge++;
3695 aFreq += s->mtfFreq[ge];
3698 if (ge > gs
3701 aFreq -= s->mtfFreq[ge];
3702 ge--;
3708 nPart, gs, ge, aFreq,
3712 if (v >= gs && v <= ge)
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c3668 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
3715 ge = gs-1;
3717 while (aFreq < tFreq && ge < alphaSize-1) {
3718 ge++;
3719 aFreq += s->mtfFreq[ge];
3722 if (ge > gs
3725 aFreq -= s->mtfFreq[ge];
3726 ge--;
3732 nPart, gs, ge, aFreq,
3736 if (v >= gs && v <= ge)
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c3659 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
3706 ge = gs-1;
3708 while (aFreq < tFreq && ge < alphaSize-1) {
3709 ge++;
3710 aFreq += s->mtfFreq[ge];
3713 if (ge > gs
3716 aFreq -= s->mtfFreq[ge];
3717 ge--;
3723 nPart, gs, ge, aFreq,
3727 if (v >= gs && v <= ge)
[all...]
H A Dvarinfo6.c3696 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
3743 ge = gs-1;
3745 while (aFreq < tFreq && ge < alphaSize-1) {
3746 ge++;
3747 aFreq += s->mtfFreq[ge];
3750 if (ge > gs
3753 aFreq -= s->mtfFreq[ge];
3754 ge--;
3760 nPart, gs, ge, aFreq,
3764 if (v >= gs && v <= ge)
[all...]
/external/valgrind/main/perf/
H A Dbz2.c3659 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
3706 ge = gs-1;
3708 while (aFreq < tFreq && ge < alphaSize-1) {
3709 ge++;
3710 aFreq += s->mtfFreq[ge];
3713 if (ge > gs
3716 aFreq -= s->mtfFreq[ge];
3717 ge--;
3723 nPart, gs, ge, aFreq,
3727 if (v >= gs && v <= ge)
[all...]
H A Dtest_input_for_tinycc.c3032 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
3068 ge = gs-1;
3070 while (aFreq < tFreq && ge < alphaSize-1) {
3071 ge++;
3072 aFreq += s->mtfFreq[ge];
3075 if (ge > gs
3078 aFreq -= s->mtfFreq[ge];
3079 ge--;
3083 vex_printf(" initial group %d, [%d .. %d], " "has %d syms (%4.1f%%)\n",nPart,gs,ge,aFreq,(100.0 * (float)aFreq) / (float)(s->nMTF));
3089 if (v >= gs && v <= ge)
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c7102 double ge = that->greene; local
7111 if (err < ge) err = ge;
7127 err = re * data.red_coefficient + ge * data.green_coefficient +
7149 ghi = g + ge + in_qe; if (ghi > 1) ghi = 1;
7150 g -= ge + in_qe; if (g < 0) g = 0;
/external/vixl/src/a64/
H A Dconstants-a64.h175 ge = 10, enumerator in enum:vixl::Condition
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js295 function ge(a,b,c){co(a.c,b)&&!ti(go(a.c,b),1).length&&lo(a.c,b,c)}
522 function _d(a,b,c){var d,e,f,g,h,i,j,k,l,m;h=null;g=b.hasAttribute('ITEMSCOPE')&&b.hasAttribute(pw);i=c?ce(b):ji(Zk,Ku,1,0,0);if(g){h=Yd(b);!!h&&h.d!=(De(),Ce)&&(!c||c.d!=(De(),Ce)||i.length==0)&&js(a.c,h)}if(i.length>0&&c.d!=(De(),Ce)&&(!h||h.d!=(De(),Ce))){for(f=0;f<i.length;++f){h?(co(c.b,i[f])&&lo(c.b,i[f],h),undefined):ge(c,i[f],(j=$u,k=b.tagName,co(Vd,k)&&(j=bi(b,ti(go(Vd,k),1))),!j.length&&(j=b.textContent),j))}}!a.b.length&&(a.b=(l=$u,m=b.tagName,(Dp(m,av)||Dp(m,lw))&&Dp(b.getAttribute('REL')||$u,Qv)&&(l=b.textContent),l));e=b.childNodes;for(f=0;f<e.length;++f){d=e[f];if(d.nodeType!=1)continue;_d(a,d,h?h:c)}}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 743 milliseconds