/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ucn.py | 143 "needs UINT_MAX < SIZE_MAX")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ucn.py | 143 "needs UINT_MAX < SIZE_MAX")
|
/system/core/libcutils/ |
strdup8to16.c | 53 if (len && SIZE_MAX/len < sizeof(char16_t))
|
/external/bison/m4/ |
stdint.m4 | 170 int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; 210 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
|
/external/llvm/unittests/ADT/ |
HashingTest.cpp | 212 #if SIZE_MAX == UINT64_MAX 265 #elif SIZE_MAX == UINT32_MAX
|
/external/openssh/ |
defines.h | 300 #ifndef SIZE_MAX 301 #define SIZE_MAX SIZE_T_MAX
|
/external/oprofile/opjitconv/ |
jitsymbol.c | 257 if (strlen(split->symbol_name) > SIZE_MAX - 3) { 286 if (strlen(split->symbol_name) > SIZE_MAX - 3) {
|
/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
|
/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/m4/ |
stdint.m4 | 161 int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1; 201 int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
|
/external/pixman/pixman/ |
pixman-utils.c | 36 return a >= SIZE_MAX / b;
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_rt.c | 97 me->dSTS->size_max = me->dSTS->size_min = me->dSTS->capturing = 0; 623 ulSize > me->dSTS->size_max) 643 me->dSTS->size_max = ulSize; 663 ulSize <= me->dSTS->size_max) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/ |
xlocale.c | 159 int __res = vsnprintf_l(__s, SIZE_MAX, __l, __format, __va);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
error.c | 177 if (__builtin_expect (len >= SIZE_MAX / 2, 0))
|
/external/flac/libFLAC/ |
metadata_object.c | 553 if(to->data.seek_table.num_points > SIZE_MAX / sizeof(FLAC__StreamMetadata_SeekPoint)) { /* overflow check */ 946 if((size_t)new_num_points > SIZE_MAX / sizeof(FLAC__StreamMetadata_SeekPoint)) [all...] |
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)
|
/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...] |
/external/bison/lib/ |
error.c | 240 if (__builtin_expect (len >= SIZE_MAX / 2, 0))
|
/external/oprofile/libpopt/ |
config.h | 281 #undef SIZE_MAX
|
/external/chromium_org/third_party/smhasher/src/ |
pstdint.h | 293 #ifndef SIZE_MAX 294 # define SIZE_MAX (~(size_t)0)
|
/external/clang/lib/Headers/ |
stdint.h | 668 #define SIZE_MAX __UINTN_MAX(__SIZE_WIDTH__) 673 #define RSIZE_MAX (SIZE_MAX >> 1)
|
/external/elfutils/src/ |
strings.c | 474 # if SIZE_MAX > 0xffffffff 482 const size_t map_size_min = MAX (MAX (SIZE_MAX / 16, 2 * ps),
|
/external/openssh/openbsd-compat/ |
glob.c | 763 SIZE_MAX / sizeof(*pathv) <= newn || 764 SIZE_MAX / sizeof(*statv) <= newn) {
|
/external/safe-iop/include/ |
safe_iop.h | 567 MAKE_UADD(,szt, size_t, SIZE_MAX) 600 MAKE_UMUL(, szt, size_t, SIZE_MAX)
|