Home
last modified time | relevance | path

Searched defs:avg (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/libuv/test/
H A Dtest-get-loadavg.c27 double avg[3] = {-1, -1, -1}; in TEST_IMPL() local
/third_party/libuv/src/unix/
H A Dsysinfo-loadavg.c28 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
H A Dhurd.c123 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
H A Dhaiku.c29 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
H A Dqnx.c51 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
H A Ddarwin.c139 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
H A Dopenbsd.c48 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
/third_party/node/deps/uv/src/unix/
H A Dsysinfo-loadavg.c28 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
H A Dhurd.c123 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
H A Dhaiku.c29 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
H A Dqnx.c51 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
H A Dopenbsd.c48 void uv_loadavg(double avg[3]) { in uv_loadavg() argument
/third_party/ltp/testcases/realtime/func/measurement/
H A Dpreempt_timing.c85 unsigned long long i, j, delta, min, max, avg; in main() local
H A Drdtsc-latency.c104 unsigned long long max, min, avg, tsc_a, tsc_b, tsc_period; in main() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_sw.c155 double avg = in fd_sw_get_query_result() local
/third_party/ninja/src/
H A Dmetrics.cc105 double avg = micros / (double)metric->count; in Report() local
/third_party/node/deps/v8/tools/
H A Deval_gc_nvp.py100 def avg(self): member in Category
/third_party/skia/third_party/externals/libpng/intel/
H A Dfilter_sse2_intrinsics.c129 __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 Ddeshake.h71 Transform avg; member
H A Dcolorspacedsp_template.c23 #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 Dlibinput-measure-touchpad-pressure.py149 def avg(self): member in TouchSequence
/third_party/ffmpeg/libavcodec/
H A Dintrax8dsp.c124 int avg = (sum + 4) >> 3; in x8_setup_spatial_compensation() local
H A Dh274.c116 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 Dvc1_mc.c452 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 Dmsvideo1enc.c49 int avg[3]; member

Completed in 11 milliseconds

1234