HomeSort by relevance Sort by last modified time
    Searched defs:max (Results 626 - 650 of 2969) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
moduleparam.h 55 unsigned int max; member in struct:kparam_array
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
moduleparam.h 55 unsigned int max; member in struct:kparam_array
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
moduleparam.h 55 unsigned int max; member in struct:kparam_array
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
moduleparam.h 55 unsigned int max; member in struct:kparam_array
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
moduleparam.h 55 unsigned int max; member in struct:kparam_array
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
moduleparam.h 55 unsigned int max; member in struct:kparam_array
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
moduleparam.h 55 unsigned int max; member in struct:kparam_array
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 195 value_type max() const;
311 _Expr<_Clos, _Tp>::max() const function in class:_Expr
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 82 // Get rid of Watcom's min and max macros
84 #undef max macro
  /system/bt/stack/mcap/
mca_api.c 290 int i, max; local
302 max = MCA_NUM_MDLS*MCA_NUM_LINKS;
303 p_dcb = &mca_cb.dcb[i*max];
305 for (i=0; i<max; i++, p_dcb++)
  /system/core/libsysutils/src/
SocketListener.cpp 160 int max = -1; local
165 max = mSock;
170 if (mCtrlPipe[0] > max)
171 max = mCtrlPipe[0];
178 if (fd > max) {
179 max = fd;
183 SLOGV("mListen=%d, max=%d, mSocketName=%s", mListen, max, mSocketName);
184 if ((rc = select(max + 1, &read_fds, NULL, NULL, NULL)) < 0) {
187 SLOGE("select failed (%s) mListen=%d, max=%d", strerror(errno), mListen, max)
    [all...]
  /system/core/libutils/
VectorImpl.cpp 40 static inline size_t max(size_t a, size_t b) { function in namespace:android
404 new_capacity = max(kMinVectorCapacity, new_capacity);
472 const size_t new_capacity = max(kMinVectorCapacity, new_size * 2);
  /system/core/metricsd/include/metrics/
timer.h 134 // |min|, |max| and |num_buckets| attributes for the histogram.
135 TimerReporter(const std::string& histogram_name, int min, int max,
151 int max() const { return max_; } function in class:chromeos_metrics::TimerReporter
  /system/core/metricsd/
metrics_client.cc 35 "Usage: metrics_client [-t] name sample min max nbuckets\n"
36 " metrics_client -e name sample max\n"
42 " |min| > 0, |min| <= sample < |max|\n"
105 int max = ParseInt(argv[name_index + 2]); local
106 metrics_lib.SendEnumToUMA(name, sample, max);
109 int max = ParseInt(argv[name_index + 3]); local
111 metrics_lib.SendToUMA(name, sample, min, max, nbuckets);
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/kernel/
kernel.h 33 #ifndef max
34 #define max(x, y) ({ \ macro
  /system/extras/tests/audio/alsa/
pcmtest.cpp 134 unsigned int max; local
142 max = pcm_params_get_max(params, PCM_PARAM_RATE);
143 EXPECT_LE(min, max);
144 /* printf(" Rate:\tmin=%uHz\tmax=%uHz\n", min, max); */
146 max = pcm_params_get_max(params, PCM_PARAM_CHANNELS);
147 EXPECT_LE(min, max);
148 /* printf(" Channels:\tmin=%u\t\tmax=%u\n", min, max); */
150 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS);
151 EXPECT_LE(min, max);
152 /* printf(" Sample bits:\tmin=%u\t\tmax=%u\n", min, max); */
    [all...]
  /system/extras/tests/ext4/
rand_emmc_perf.c 55 struct timeval max = { 0 }; local
74 if (timercmp(&t, &max, >)) {
75 max = t;
87 max_usecs = (max.tv_sec * 1000000LL) + max.tv_usec;
  /system/extras/tests/kernel.config/
aslr_test.cpp 142 unsigned int AslrMmapTest::def, AslrMmapTest::min, AslrMmapTest::max; member in class:AslrMmapTest
151 max = 32;
163 max = 16;
179 max = 24;
192 max = 16;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-d30v.c 157 int mask, max; local
215 max = (1 << (howto->bitsize + 2)) - 1;
232 if (~ (int) relocation > max)
237 if ((int) relocation > max)
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-dis.c 269 long max; local
270 max = (1 << (bits - 1));
271 if (val & max)
301 int max = (1 << (bits - 1)); local
303 if (val & max)
epiphany-ibld.c 41 #undef max macro
42 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
    [all...]
fr30-asm.c 43 #undef max macro
44 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
fr30-ibld.c 41 #undef max macro
42 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
    [all...]
frv-ibld.c 41 #undef max macro
42 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
    [all...]
ip2k-ibld.c 41 #undef max macro
42 #define max(a,b) ((a) > (b) ? (a) : (b)) macro

Completed in 2249 milliseconds

<<21222324252627282930>>