Searched defs:first_time (Results 1 - 9 of 9) sorted by relevance

/external/v8/test/mjsunit/
H A Dstring-compare-alignment.js42 var first_time = true; variable
46 assertTrue(first_time, "once only");
47 first_time = false;
/external/mesa3d/src/mesa/math/
H A Dm_debug_xform.c284 static int first_time = 1; local
286 if ( first_time ) {
287 first_time = 0;
H A Dm_debug_clip.c354 static int first_time = 1; local
356 if ( first_time ) {
357 first_time = 0;
H A Dm_debug_norm.c338 static int first_time = 1; local
340 if ( first_time ) {
341 first_time = 0;
/external/webrtc/src/system_wrappers/source/
H A Dcpu_win.cc500 const bool first_time = (previous_processor_timestamp_[i] == 0) || local
502 if (wrapparound || first_time)
/external/linux-tools-perf/src/tools/perf/util/
H A Dsvghelper.c23 static u64 first_time, last_time; variable
51 X = 1.0 * svg_page_width * (__time - first_time) / (last_time - first_time);
83 first_time = start;
84 first_time = first_time / 100000000 * 100000000;
91 new_width = (last_time - first_time) / 5000000;
246 time2pixels(first_time),
247 time2pixels(last_time)-time2pixels(first_time),
252 10+time2pixels(first_time), cpu2
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_s3tc.c105 static boolean first_time = TRUE; local
113 if (!first_time)
115 first_time = FALSE;
/external/libpcap/
H A Dpcap-sita.c68 int first_time; /* 0 = just opened via acn_open_live(), ie. the first time, NZ = nth time */ member in struct:unit
339 u->first_time = 0;
363 u->first_time = 0;
851 if (u->first_time == 0) {
859 u->first_time = 1;
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-timechart.c49 static u64 first_time, last_time; variable
387 pwr->start_time = first_time;
476 if (!first_time || first_time > sample->time)
477 first_time = sample->time;
605 pwr->start_time = first_time;
865 p->start_time = first_time;
877 c->start_time = first_time;
908 p->start_time = first_time;
922 c->start_time = first_time;
[all...]

Completed in 386 milliseconds