HomeSort by relevance Sort by last modified time
    Searched defs:max (Results 426 - 450 of 3625) sorted by null

<<11121314151617181920>>

  /external/libmicrohttpd/src/testzzuf/
test_put.c 232 int max; local
294 max = 0;
299 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max);
309 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
320 select (max + 1, &rs, &ws, &es, &tv);
test_put_chunked.c 244 int max; local
305 max = 0;
310 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max);
320 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
331 select (max + 1, &rs, &ws, &es, &tv);
test_put_large.c 247 int max; local
312 max = 0;
317 mret = curl_multi_fdset (multi, &rs, &ws, &es, &max);
327 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
338 select (max + 1, &rs, &ws, &es, &tv);
  /external/libmojo/base/android/javatests/src/org/chromium/base/metrics/
RecordHistogramTest.java 180 final int max = 3; local
187 RecordHistogram.recordLinearCountHistogram(histogram, 0, min, max, numBuckets);
192 RecordHistogram.recordLinearCountHistogram(histogram, 0, min, max, numBuckets);
197 RecordHistogram.recordLinearCountHistogram(histogram, 2, min, max, numBuckets);
  /external/libmojo/base/android/
record_histogram.cc 111 int32_t max = static_cast<int32_t>(j_max); local
115 CheckHistogramArgs(env, j_histogram_name, min, max, num_buckets,
124 Histogram::FactoryGet(histogram_name, min, max, num_buckets,
137 int32_t max = static_cast<int32_t>(j_max); local
141 CheckHistogramArgs(env, j_histogram_name, min, max, num_buckets,
148 LinearHistogram::FactoryGet(histogram_name, min, max, num_buckets,
176 int32_t max = static_cast<int32_t>(j_max); local
179 CheckHistogramArgs(env, j_histogram_name, min, max, bucket_count,
188 histogram = Histogram::FactoryGet(histogram_name, min, max, bucket_count,
  /external/libnetfilter_conntrack/src/conntrack/
snprintf_default.c 303 unsigned int i, max; local
306 max = nfct_bitmask_maxbit(b);
307 for (i = 0; i <= max && len; i++) {
  /external/libnl/include/netlink-private/
netlink.h 164 #define max(x,y) ({ \ macro
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct32x32_1024_add_neon.c 50 const int16x8_t max) {
70 o[0] = vminq_s16(o[0], max);
71 o[1] = vminq_s16(o[1], max);
72 o[2] = vminq_s16(o[2], max);
73 o[3] = vminq_s16(o[3], max);
290 const int16x8_t max,
299 max);
309 max);
325 max);
335 max);
631 const int16x8_t max = vdupq_n_s16((1 << bd) - 1); local
    [all...]
highbd_idct4x4_add_neon.c 20 const int16x8_t max) {
27 const int16x8_t c = vminq_s16(b, max);
39 const int16x8_t max) {
46 const int16x8_t c = vminq_s16(b, max);
56 const int16x8_t max = vdupq_n_s16((1 << bd) - 1); local
64 highbd_idct4x4_1_add_kernel1(&dest, stride, dc, max);
65 highbd_idct4x4_1_add_kernel1(&dest, stride, dc, max);
137 const int16x8_t max = vdupq_n_s16((1 << bd) - 1); local
171 highbd_idct4x4_1_add_kernel1(&dest, stride, a0, max);
172 highbd_idct4x4_1_add_kernel2(&dest, stride, a1, max);
    [all...]
idct16x16_add_neon.c 90 const int16x8_t max = vdupq_n_s16((1 << 8) - 1); local
107 highbd_idct16x16_add8x1(out[0], max, &dest, stride);
108 highbd_idct16x16_add8x1(out[1], max, &dest, stride);
109 highbd_idct16x16_add8x1(out[2], max, &dest, stride);
110 highbd_idct16x16_add8x1(out[3], max, &dest, stride);
111 highbd_idct16x16_add8x1(out[4], max, &dest, stride);
112 highbd_idct16x16_add8x1(out[5], max, &dest, stride);
113 highbd_idct16x16_add8x1(out[6], max, &dest, stride);
114 highbd_idct16x16_add8x1(out[7], max, &dest, stride);
115 highbd_idct16x16_add8x1(out[8], max, &dest, stride)
    [all...]
  /external/libxaac/decoder/
ixheaacd_mps_temp_process.c 67 #define max(a, b) ((a > b) ? (a) : (b)) macro
157 min(max(scale[ch], (FLOAT32)(1.0 / STP_SCALE_LIMIT)), STP_SCALE_LIMIT);
ixheaacd_mps_temp_reshape.c 30 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
185 ratio = min(max((gain + amp_ratio * (gain - 1)), 1 / LAMDA), LAMDA);
  /external/libxkbcommon/xkbcommon/src/
utils.h 119 max(int misc, int other) function
191 #define MAX(a, b) ((a) > (b) ? (a) : (b))
192 #define MAX3(a, b, c) MAX(MAX((a), (b)), (c))
  /external/linux-kselftest/tools/testing/selftests/timers/
adjtick.c 170 long tick, max, interval, err; local
185 max = systick/10; /* +/- 10% */
186 interval = max/4; /* in 4 steps each side */
188 for (tick = (systick - max); tick < (systick + max); tick += interval) {
  /external/ltp/testcases/kernel/syscalls/getcpu/
getcpu01.c 185 * This will set the affinity to max cpu on which process can run
248 unsigned int index, max = 0; local
255 max = index;
256 return max;
  /external/ltp/testcases/realtime/func/async_handler/
async_handler.c 117 long delta, max, min; local
125 min = max = 0;
149 min = max = delta;
152 max = MAX(max, delta);
159 printf("Max: %ld us\n", max);
async_handler_tsc.c 132 long delta, max, min; local
140 min = max = 0;
169 min = max = delta;
172 max = MAX(max, delta);
179 printf("Maximum: %ld\n", max);
  /external/ltp/testcases/realtime/func/gtod_latency/
gtod_latency.c 231 unsigned long long max, min; local
297 max = min = 0;
319 if (delta > max)
320 max = delta;
345 printf("Max: %llu ns\n", max);
  /external/ltp/testcases/realtime/func/pthread_kill_latency/
pthread_kill_latency.c 116 long max, min; local
155 max = min = 0;
170 if (delta > max)
171 max = delta;
176 debug(DBG_INFO, "Iteration %d: Took %ld us. Max = %ld us, "
177 "Min = %ld us\n", i, delta, max, min);
212 printf("Max: %lu us\n", stats_max(&dat));
  /external/ltp/testcases/realtime/func/sched_jitter/
sched_jitter.c 120 unsigned long long min = -1, max = 0; local
136 /* calc delta, min and max */
140 if (delta > max)
141 max = delta;
150 printf("max jitter: ");
151 print_unit(max - min);
  /external/ltp/testcases/realtime/perf/latency/
pthread_cond_many.c 192 unsigned long max = 0; local
236 max = MAX(max, latency);
240 printf("Maximum: %lu us\n", max);
  /external/mesa3d/src/amd/vulkan/
vk_format_parse.py 79 def max(self): member in class:Channel
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_sensors_temp.c 72 double current, min, max, critical; member in struct:sensors_temp_info
141 sti->max = get_value(sti->chip, sf);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 75 def max(self): member in class:Channel
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_clear.c 111 const int max = 1 << 24; local
112 return (color->i[0] <= max &&
113 color->i[1] <= max &&
114 color->i[2] <= max &&
115 color->i[3] <= max);

Completed in 654 milliseconds

<<11121314151617181920>>