HomeSort by relevance Sort by last modified time
    Searched full:size_max (Results 76 - 100 of 206) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 203 #ifndef SIZE_MAX
205 #define SIZE_MAX UINT64_MAX
207 #define SIZE_MAX UINT32_MAX
  /external/eigen/bench/btl/data/
mean.cxx 31 double mean_calc(const vector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int size_max);
153 double mean_calc(const vector<int> & tab_sizes, const vector<double> & tab_mflops, const int size_min, const int size_max){
162 if ((tab_sizes[i]>=size_min)&&(tab_sizes[i]<=size_max)){
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 40 #ifndef SIZE_MAX
41 # define SIZE_MAX ((size_t) -1)
178 If ARGSIZE is SIZE_MAX, use the string length of the argument for ARGSIZE.
279 for (i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++)
379 if (! (argsize == SIZE_MAX ? arg[1] == '\0' : argsize == 1))
455 if (argsize == SIZE_MAX)
576 If ARGSIZE is SIZE_MAX, use the string length of the argument for
602 embedded null bytes only if ARGSIZE is not SIZE_MAX, SIZE is not
660 ARG is of size ARGSIZE, but if that is SIZE_MAX, ARG is a
726 return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options)
    [all...]
  /external/scrypt/lib/crypto/
crypto_scrypt-neon.c 204 #if SIZE_MAX > UINT32_MAX
218 if ((r > SIZE_MAX / 128 / p) ||
219 #if SIZE_MAX / 256 <= UINT32_MAX
220 (r > SIZE_MAX / 256) ||
222 (N > SIZE_MAX / 128 / r)) {
crypto_scrypt-ref.c 230 #if SIZE_MAX > UINT32_MAX
244 if ((r > SIZE_MAX / 128 / p) ||
245 #if SIZE_MAX / 256 <= UINT32_MAX
246 (r > SIZE_MAX / 256) ||
248 (N > SIZE_MAX / 128 / r)) {
  /external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.c 31 /* Android defines SIZE_MAX in limits.h, instead of the standard stdint.h */
174 if (count > SIZE_MAX/size)
183 if (count > SIZE_MAX/size)
192 if (count > SIZE_MAX/size)
  /external/mesa3d/src/glsl/
ralloc.c 31 /* Android defines SIZE_MAX in limits.h, instead of the standard stdint.h */
174 if (count > SIZE_MAX/size)
183 if (count > SIZE_MAX/size)
192 if (count > SIZE_MAX/size)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdint 79 SIZE_MAX
  /external/safe-iop/src/
safe_iop.c 333 a=1; b=SIZE_MAX; EXPECT_FALSE(safe_add(NULL, a, b));
334 a=SIZE_MAX/2; b=a+2; EXPECT_FALSE(safe_add(NULL, a, b));
335 a=SIZE_MAX/2; b=a; EXPECT_TRUE(safe_add(NULL, a, b));
336 a=SIZE_MAX/2; b=a+1; EXPECT_TRUE(safe_add(NULL, a, b));
338 a=0; b=SIZE_MAX; EXPECT_TRUE(safe_add(NULL, a, b));
543 a=SIZE_MAX-1; b=SIZE_MAX; EXPECT_FALSE(safe_sub(NULL, a, b));
544 a=SIZE_MAX; b=SIZE_MAX; EXPECT_TRUE(safe_sub(NULL, a, b));
788 a=SIZE_MAX-1; b=2; EXPECT_FALSE(safe_mul(NULL, a, b))
    [all...]
  /external/bison/lib/
bitrotate.h 75 return ((x << n) | (x >> ((CHAR_BIT * sizeof x) - n))) & SIZE_MAX;
84 return ((x >> n) | (x << ((CHAR_BIT * sizeof x) - n))) & SIZE_MAX;
  /external/qemu/
buffered_file.c 214 if (new_rate > SIZE_MAX) {
215 new_rate = SIZE_MAX;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 208 #define SIZE_MAX UINT64_MAX
210 #define SIZE_MAX UINT32_MAX
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
stdint-gcc.h 219 #undef SIZE_MAX
220 #define SIZE_MAX __SIZE_MAX__

Completed in 1461 milliseconds

1 2 34 5 6 7 8 9