HomeSort by relevance Sort by last modified time
    Searched full:int_max (Results 851 - 875 of 1058) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py 205 "_pack_": _testcapi.INT_MAX + 1}
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 348 self.assertRaises(TypeError, _FileIO, _testcapi.INT_MAX + 1)
  /system/core/libpixelflinger/
fixed.cpp 318 // overflows (e.g. division by 0) are handled and return INT_MAX
  /system/core/libsparse/
output_file.c 280 to_write = min(off, (int64_t)INT_MAX);
  /system/core/run-as/
package.c 377 * If the value is larger than INT_MAX, -1 will be returned,
  /system/core/toolbox/
ls.c 48 const int max_cap = INT_MAX/sizeof(void*);
  /art/compiler/optimizing/
bounds_check_elimination_test.cc 165 HInstruction* constant_max_int = graph->GetIntConstant(INT_MAX);
237 HInstruction* constant_max_int = graph->GetIntConstant(INT_MAX);
    [all...]
  /bionic/libc/kernel/uapi/linux/
cdrom.h 280 #define CDSL_NONE (INT_MAX - 1)
281 #define CDSL_CURRENT INT_MAX
  /development/ndk/platforms/android-21/include/linux/
cdrom.h 297 #define CDSL_NONE (INT_MAX-1)
299 #define CDSL_CURRENT INT_MAX
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 85 // to traverse: use 1 for matching the children and INT_MAX for
444 return memoizedMatchesRecursively(Node, Matcher, Builder, INT_MAX,
    [all...]
  /external/libusb/libusb/
libusb.h     [all...]
  /external/libxml2/
dict.c 842 (l > INT_MAX / 2))
979 (l > INT_MAX / 2))
  /external/llvm/include/llvm/ADT/
DenseMap.h 935 assert(Num < INT_MAX && "Cannot support more than INT_MAX entries");
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 756 int linesMax = INT_MAX;
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc     [all...]
  /frameworks/base/libs/hwui/
RenderNode.cpp 140 info.damageAccumulator->dirty(INT_MIN, INT_MIN, INT_MAX, INT_MAX);
    [all...]
  /frameworks/native/libs/ui/
Region.cpp 119 beginLastSpan = INT_MAX;
428 : bounds(INT_MAX, 0, INT_MIN, 0), storage(reg.mStorage), head(), tail(), cur() {
  /ndk/sources/android/support/src/stdio/
vfprintf.c 488 if (l > INT_MAX - cnt) {
725 if (n-1 > INT_MAX-1) {
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
cdrom.h 297 #define CDSL_NONE (INT_MAX-1)
299 #define CDSL_CURRENT INT_MAX
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
cdrom.h 297 #define CDSL_NONE (INT_MAX-1)
299 #define CDSL_CURRENT INT_MAX
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
cdrom.h 297 #define CDSL_NONE (INT_MAX-1)
299 #define CDSL_CURRENT INT_MAX
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
cdrom.h 297 #define CDSL_NONE (INT_MAX-1)
299 #define CDSL_CURRENT INT_MAX
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
cdrom.h 297 #define CDSL_NONE (INT_MAX-1)
299 #define CDSL_CURRENT INT_MAX
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
cdrom.h 297 #define CDSL_NONE (INT_MAX-1)
299 #define CDSL_CURRENT INT_MAX
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h     [all...]

Completed in 827 milliseconds

<<31323334353637383940>>