HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_MAX (Results 151 - 175 of 209) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 191 SIZE_MAX is part of C99, so it might be defined on some
195 #ifdef SIZE_MAX
196 #define PY_SIZE_MAX SIZE_MAX
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 191 SIZE_MAX is part of C99, so it might be defined on some
195 #ifdef SIZE_MAX
196 #define PY_SIZE_MAX SIZE_MAX
    [all...]
  /bionic/tests/
fcntl_test.cpp 220 ssize_t bytes_teed = tee(pipe1[0], pipe2[1], SIZE_MAX, 0);
  /external/bison/lib/
error.c 240 if (__builtin_expect (len >= SIZE_MAX / 2, 0))
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 236 // SIZE_MAX
237 assert(SIZE_MAX == std::numeric_limits<size_t>::max());
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 236 // SIZE_MAX
237 assert(SIZE_MAX == std::numeric_limits<std::size_t>::max());
  /external/pixman/pixman/
pixman-utils.c 36 return a >= SIZE_MAX / b;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 236 // SIZE_MAX
237 assert(SIZE_MAX == std::numeric_limits<size_t>::max());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 236 // SIZE_MAX
237 assert(SIZE_MAX == std::numeric_limits<std::size_t>::max());
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.c 177 if (__builtin_expect (len >= SIZE_MAX / 2, 0))
regex_internal.h 86 #ifndef SIZE_MAX
87 # define SIZE_MAX ((size_t) -1)
  /external/clang/lib/Headers/
stdint.h 667 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
672 #define RSIZE_MAX (SIZE_MAX >> 1)
  /external/elfutils/0.153/src/
strings.c 474 # if SIZE_MAX > 0xffffffff
482 const size_t map_size_min = MAX (MAX (SIZE_MAX / 16, 2 * ps),
  /external/flac/libFLAC/
md5.c 403 if((size_t)channels > SIZE_MAX / (size_t)bytes_per_sample)
405 if((size_t)channels * (size_t)bytes_per_sample > SIZE_MAX / (size_t)samples)
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 199 #ifndef SIZE_MAX
200 #error SIZE_MAX not defined
  /external/lldb/source/Commands/
CommandCompletions.cpp 428 size_t exact_matches_idx = SIZE_MAX;
430 word_complete = exact_matches_idx != SIZE_MAX;
  /external/lldb/source/Host/common/
FileSpec.cpp 770 if (((file_size == SIZE_MAX) && (mapped_length > 0)) || (mapped_length >= file_size))
864 size_t length = SIZE_MAX;
    [all...]
  /external/llvm/unittests/ADT/
HashingTest.cpp 212 #if SIZE_MAX == UINT64_MAX
265 #elif SIZE_MAX == UINT32_MAX
  /ndk/sources/android/support/src/stdio/
vfprintf.c 61 #if SIZE_MAX != ULONG_MAX || UINTMAX_MAX != ULLONG_MAX
735 if (n > (char *)0+SIZE_MAX-s-1) n = (char *)0+SIZE_MAX-s-1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 199 #ifndef SIZE_MAX
200 #error SIZE_MAX not defined
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
stdint.h 668 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
673 #define RSIZE_MAX (SIZE_MAX >> 1)
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
stdint.h 667 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
672 #define RSIZE_MAX (SIZE_MAX >> 1)
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
stdint.h 668 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
673 #define RSIZE_MAX (SIZE_MAX >> 1)
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
stdint.h 667 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
672 #define RSIZE_MAX (SIZE_MAX >> 1)
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdint.h 668 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__)
673 #define RSIZE_MAX (SIZE_MAX >> 1)

Completed in 966 milliseconds

1 2 3 4 5 67 8 9