/third_party/libuv/test/ |
H A D | test-get-loadavg.c | 27 double avg[3] = {-1, -1, -1}; in TEST_IMPL() local
|
/third_party/libuv/src/unix/ |
H A D | sysinfo-loadavg.c | 28 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
H A D | hurd.c | 123 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
H A D | haiku.c | 29 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
H A D | qnx.c | 51 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
H A D | darwin.c | 139 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
H A D | openbsd.c | 48 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
/third_party/node/deps/uv/src/unix/ |
H A D | sysinfo-loadavg.c | 28 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
H A D | hurd.c | 123 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
H A D | haiku.c | 29 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
H A D | qnx.c | 51 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
H A D | openbsd.c | 48 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
|
/third_party/ltp/testcases/realtime/func/measurement/ |
H A D | preempt_timing.c | 85 unsigned long long i, j, delta, min, max, avg; in main() local
|
H A D | rdtsc-latency.c | 104 unsigned long long max, min, avg, tsc_a, tsc_b, tsc_period; in main() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_sw.c | 155 double avg = in fd_sw_get_query_result() local
|
/third_party/ninja/src/ |
H A D | metrics.cc | 105 double avg = micros / (double)metric->count;
in Report() local
|
/third_party/node/deps/v8/tools/ |
H A D | eval_gc_nvp.py | 100 def avg(self): member in Category
|
/third_party/skia/third_party/externals/libpng/intel/ |
H A D | filter_sse2_intrinsics.c | 129 __m128i avg; in png_read_filter_row_avg3_sse2() local 146 __m128i avg; in png_read_filter_row_avg3_sse2() local 182 __m128i avg; png_read_filter_row_avg4_sse2() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | deshake.h | 71 Transform avg; member
|
H A D | colorspacedsp_template.c | 23 #undef avg macro 28 #define avg(a,b,c,d) (a) macro 31 #define avg(a,b,c,d) (((a) + (b) + 1) >> 1) macro 34 #define avg(a,b,c,d) (((a) + (b) + (c) + (d) + 2) >> 2) macro [all...] |
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-pressure.py | 149 def avg(self): member in TouchSequence
|
/third_party/ffmpeg/libavcodec/ |
H A D | intrax8dsp.c | 124 int avg = (sum + 4) >> 3; in x8_setup_spatial_compensation() local
|
H A D | h274.c | 116 uint16_t avg[8] = {0}; // summing over an array vectorizes better in avg_8x8_c() local 164 const uint16_t avg = avg_8x8_c(in, in_stride); generate() local [all...] |
H A D | vc1_mc.c | 452 void ff_vc1_mc_4mv_luma(VC1Context *v, int n, int dir, int avg) in ff_vc1_mc_4mv_luma() argument 839 void ff_vc1_mc_4mv_chroma4(VC1Context *v, int dir, int dir2, int avg) in ff_vc1_mc_4mv_chroma4() argument
|
H A D | msvideo1enc.c | 49 int avg[3]; member
|