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

1 2 3 4 5 6 7 891011>>

  /external/libmicrohttpd/src/examples/
fileserver_example_external_select.c 33 file_reader (void *cls, uint64_t pos, char *buf, size_t max)
38 return fread (buf, 1, max, file);
112 MHD_socket max; local
130 max = 0;
134 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
144 select (max + 1, &rs, &ws, &es, &tv);
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct32x32_add_neon.c 20 const int16x8_t max) {
29 const int16x8_t c0 = vminq_s16(b0, max);
30 const int16x8_t c1 = vminq_s16(b1, max);
31 const int16x8_t c2 = vminq_s16(b2, max);
32 const int16x8_t c3 = vminq_s16(b3, max);
73 const int16x8_t max = vdupq_n_s16((1 << bd) - 1); local
75 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max);
76 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max);
77 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max);
78 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max);
    [all...]
  /external/libxml2/
testAutomata.c 133 int min, max; local
160 max = scanNumber(&ptr);
168 BAD_CAST ptr, min, max, NULL);
  /external/llvm/unittests/Support/
EndianTest.cpp 18 #undef max macro
  /external/lzma/Java/Tukaani/src/
XZSeekEncDemo.java 38 Math.max(LZMA2Options.DICT_SIZE_MIN,
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.h 69 Limits(int min, int max) : min(min), max(max) { }
70 int min, max; member in struct:nv50_ir::NVC0LegalizePostRA::Limits
  /external/opencv/cvaux/src/
_cvvectrack.h 51 #undef max macro
54 #define max(a,b) ((a)<(b) ? (b) : (a)) macro
76 /* Simakov: modify __max to max */
77 return (max(abs(p1.x - p2.x), abs(p1.y - p2.y)) < err);
  /external/pdfium/third_party/freetype/include/
pstables.h 4147 int count, min, max; local
    [all...]
  /external/selinux/libsepol/src/
private.h 43 #undef max macro
44 #define max(a,b) ((a) >= (b) ? (a) : (b)) macro
  /external/skia/src/shaders/
SkBitmapProcShader.cpp 69 const int max = state.maxCountForBufferSize(sizeof(buffer[0]) * BUF_MAX); variable
74 int n = SkTMin(count, max);
  /external/skqp/src/shaders/
SkBitmapProcShader.cpp 69 const int max = state.maxCountForBufferSize(sizeof(buffer[0]) * BUF_MAX); variable
74 int n = SkTMin(count, max);
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/
predictor_test.cc 72 float max = 0; local
74 if (item.GetScore() > max) {
75 max = item.GetScore();
79 EXPECT_GT(max, 0.3);
92 float max = 0; local
94 if (item.GetScore() > max) {
95 max = item.GetScore();
99 EXPECT_GT(max, 0.3);
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
resolve_constant_unary.cc 166 float max = (*input_float_data)[0]; local
168 max = std::max(max, (*input_float_data)[i]);
170 output_float_data[0] = max;
  /external/tensorflow/tensorflow/core/kernels/
requantization_range_op.cc 38 Eigen::Tensor<qint32, 0, Eigen::RowMajor> max = input_array.maximum(); local
40 *used_max_quantized = max();
  /external/toybox/toys/other/
acpi.c 63 int cap = 0, curr = 0, max = 0; local
66 if ((max = read_int_at(dfd, "charge_full")) > 0)
68 else if ((max = read_int_at(dfd, "energy_full")) > 0)
70 if (max > 0 && curr >= 0) cap = 100 * curr / max;
110 int dfd=5, cur, max; local
124 max=read_int_at(dfd, "max_state");
127 else printf("Cooling %d: %s %d of %d\n", TT.cool++, toybuf, cur, max);
  /external/v8/testing/gmock/src/
gmock-cardinalities.cc 52 BetweenCardinalityImpl(int min, int max)
54 max_(max >= min_ ? max : min_) {
60 } else if (max < 0) {
62 << "but is actually " << max << "."; local
64 } else if (min > max) {
65 ss << "The invocation upper bound (" << max
148 // Creates a cardinality that allows between min and max calls.
149 GTEST_API_ Cardinality Between(int min, int max) {
150 return Cardinality(new BetweenCardinalityImpl(min, max));
    [all...]
  /external/v8/tools/
eval_gc_nvp.py 93 def max(self): member in class:Category
94 return max(self.values)
119 ret.append(self.max())
128 ret.append(" max: {0}".format(self.max()))
170 parser.add_argument('--rank', metavar='<no|min|max|avg>',
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.h 26 #define NUM_HIGH_BANDS_MAX 2 // Max number of high bands
46 float max; member in struct:Stats
  /frameworks/av/media/libaudioprocessing/
RecordBufferConverter.cpp 33 static inline T max(const T& a, const T& b) function
189 mBufFrameSize = max(mSrcChannelCount, (uint32_t)FCC_2)
  /frameworks/native/libs/binder/tests/
binderTextOutputTest.cpp 156 TypeParam max = std::numeric_limits<TypeParam>::max(); local
157 CHECK_VAL(max);
  /frameworks/native/libs/ui/
Rect.cpp 29 static inline int32_t max(int32_t a, int32_t b) { function in namespace:android
86 result->left = max(left, with.left);
87 result->top = max(top, with.top);
134 result.left = max(result.left, exclude.right);
136 result.top = max(result.top, exclude.bottom);
  /frameworks/native/services/sensorservice/
SensorFusion.cpp 121 template <typename T> inline T max(T a, T b) { return a>b ? a : b; } function in namespace:android
  /hardware/libhardware/include/hardware/
consumerir.h 31 int max; member in struct:consumerir_freq_range
  /libcore/ojluni/src/main/java/java/util/
DoubleSummaryStatistics.java 30 * A state object for collecting statistics such as count, min, max, sum, and
68 private double max = Double.NEGATIVE_INFINITY; field in class:DoubleSummaryStatistics
73 * max and zero average.
88 max = Math.max(max, value);
104 max = Math.max(max, other.max);
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
PropertyExpander.java 71 int max = value.length(); local
75 while (p < max) {
84 if (pe < max && value.charAt(pe) == '{') {
86 if (pe == -1 || pe+2 == max) {
96 while ((pe < max) && (value.charAt(pe) != '}')) {
99 if (pe == max) {
134 if (i < max) {
135 sb.append(value.substring(i, max));

Completed in 979 milliseconds

1 2 3 4 5 6 7 891011>>