HomeSort by relevance Sort by last modified time
    Searched refs:MAX (Results 1 - 25 of 523) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
enum2.c 3 enum e { MAX };
7 v = MAX;
  /external/ltp/testcases/kernel/fs/racer/
fs_racer_file_rename.sh 23 MAX=$2
26 file=$(($RANDOM%$MAX))
27 new_file=$((($file + 1)%$MAX))
fs_racer_file_rm.sh 23 MAX=$2
26 file=$(($RANDOM%$MAX))
fs_racer_file_link.sh 23 MAX=$2
26 file=$(($RANDOM%$MAX))
27 new_file=$((($file + 1)%$MAX))
fs_racer_file_symlink.sh 23 MAX=$2
26 file=$(($RANDOM%$MAX))
27 new_file=$((($file + 1)%$MAX))
fs_racer_dir_create.sh 23 MAX=$2
30 file=$(($RANDOM%$MAX))
fs_racer_file_concat.sh 23 MAX=$2
32 file=$(($RANDOM%$MAX))
33 new_file=$(($RANDOM%$MAX))
fs_racer_file_create.sh 23 MAX=$2
33 file=$(($RANDOM%$MAX))
  /external/clang/test/SemaCXX/
constexpr-depth.cpp 7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'depth(}}
8 constexpr int kGood = depth(MAX);
constexpr-steps.cpp 16 static_assert(steps((MAX - 4)), ""); // ok
17 static_assert(steps((MAX - 3)), ""); // expected-error {{constant}} expected-note{{call}}
operator-arrow-depth.cpp 11 #if MAX != 2
21 A<MAX/2> good;
24 B<MAX/2 + 1> bad;
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-max.sh 8 MAX OUT[0], IN[0], IMM[0]
  /external/ltp/testcases/kernel/fs/fsstress/
xfscompat.h 7 #define MAX(a,b) ((a)>(b) ? (a):(b))
  /external/swiftshader/third_party/subzero/src/
IceRNG.cpp 23 constexpr unsigned MAX = 2147483647;
45 uint64_t RandomNumberGenerator::next(uint64_t Max) {
47 State = (16807 * State) % MAX;
48 return State % Max;
52 return RNG.next(MAX) < Probability * MAX;
  /external/ltp/include/
tst_minmax.h 29 #ifndef MAX
30 # define MAX(a, b) ({ \
35 #endif /* MAX */
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 30 public long toNanos(long d) { return x(d, C1/C0, MAX/(C1/C0)); }
41 public long toNanos(long d) { return x(d, C2/C0, MAX/(C2/C0)); }
42 public long toMicros(long d) { return x(d, C2/C1, MAX/(C2/C1)); }
52 public long toNanos(long d) { return x(d, C3/C0, MAX/(C3/C0)); }
53 public long toMicros(long d) { return x(d, C3/C1, MAX/(C3/C1)); }
54 public long toMillis(long d) { return x(d, C3/C2, MAX/(C3/C2)); }
63 public long toNanos(long d) { return x(d, C4/C0, MAX/(C4/C0)); }
64 public long toMicros(long d) { return x(d, C4/C1, MAX/(C4/C1)); }
65 public long toMillis(long d) { return x(d, C4/C2, MAX/(C4/C2)); }
66 public long toSeconds(long d) { return x(d, C4/C3, MAX/(C4/C3));
    [all...]
  /external/strace/
macros.h 43 #ifndef MAX
44 # define MAX(a, b) (((a) > (b)) ? (a) : (b))
49 #define CLAMP(val, min, max) MIN(MAX(min, val), max)
  /external/libpng/contrib/gregbook/
readpng.h 61 #ifndef MAX
62 # define MAX(a,b) ((a) > (b)? (a) : (b))
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-max.sh 11 MAX OUT[1], IN[1], IMM[0]
  /bionic/libc/system_properties/include/system_properties/
system_properties.h 81 MAX(alignof(ContextsSerialized), MAX(alignof(ContextsSplit), alignof(ContextsPreSplit)));
83 MAX(sizeof(ContextsSerialized), MAX(sizeof(ContextsSplit), sizeof(ContextsPreSplit)));
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACRate.txt 8 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_1.pcm > $LOGG
10 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_3.pcm >> $LOGG
12 ../Release/kenny.exe 13000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_5.pcm >> $LOGG
14 ../Release/kenny.exe 13000 -INIT_RATE 32000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_napi_7.pcm >> $LOGG
16 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/longspeech.pcm $OUTDIR/out_napi_11.pcm >> $LOGG
18 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/longspeech.pcm $OUTDIR/out_napi_13.pcm >> $LOGG
20 ../Release/kenny.exe 13000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/longspeech.pcm $OUTDIR/out_napi_15.pcm >> $LOGG
22 ../Release/kenny.exe 13000 -INIT_RATE 32000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/longspeech.pcm $OUTDIR/out_napi_17.pcm >> $LOGG
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
AttributesImplSerializer.java 57 private static final int MAX = 12;
63 private static final int MAXMinus1 = MAX - 1;
75 if (super.getLength() < MAX)
113 // so either compare (index+1) to MAX, or compare index to (MAX-1)
121 switchOverToHash(MAX);
175 if (MAX <= len)
201 if (MAX <= numAtts)
217 if (super.getLength() < MAX)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
localeutil.h 20 #undef MAX
23 #define MAX(x, y) ((x) < (y) ? (y) : (x))
160 l = MIN(l, MAX(MAX(remaining, min_width), 1));
161 n_zeros = MAX(0, l - remaining);
162 n_chars = MAX(0, MIN(remaining, l));
190 l = MAX(MAX(remaining, min_width), 1);
191 n_zeros = MAX(0, l - remaining);
192 n_chars = MAX(0, MIN(remaining, l));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/
localeutil.h 20 #undef MAX
23 #define MAX(x, y) ((x) < (y) ? (y) : (x))
160 l = MIN(l, MAX(MAX(remaining, min_width), 1));
161 n_zeros = MAX(0, l - remaining);
162 n_chars = MAX(0, MIN(remaining, l));
190 l = MAX(MAX(remaining, min_width), 1);
191 n_zeros = MAX(0, l - remaining);
192 n_chars = MAX(0, MIN(remaining, l));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
localeutil.h 20 #undef MAX
23 #define MAX(x, y) ((x) < (y) ? (y) : (x))
160 l = MIN(l, MAX(MAX(remaining, min_width), 1));
161 n_zeros = MAX(0, l - remaining);
162 n_chars = MAX(0, MIN(remaining, l));
190 l = MAX(MAX(remaining, min_width), 1);
191 n_zeros = MAX(0, l - remaining);
192 n_chars = MAX(0, MIN(remaining, l));
    [all...]

Completed in 877 milliseconds

1 2 3 4 5 6 7 8 91011>>