HomeSort by relevance Sort by last modified time
    Searched refs:INT32_MAX (Results 226 - 250 of 313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 100 INT32_MAX = (2147483647)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 100 INT32_MAX = (2147483647)
  /system/chre/host/msm/daemon/
chre_daemon.cc 665 static_assert(kMaxPayloadSize <= INT32_MAX,
  /external/icu/icu4c/source/io/
uscanf_p.cpp     [all...]
  /frameworks/native/libs/binder/include/binder/
Parcel.h 580 if (size > INT32_MAX) {
626 if (val.size() > INT32_MAX) {
    [all...]
  /system/tools/hidl/
ConstantExpression.cpp 225 if(rawValue <= INT32_MAX) // rawValue always >= 0
236 if(rawValue <= INT32_MAX) // rawValue always >= 0
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp     [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 170 if(count > (INT32_MAX / 2)) {
    [all...]
normalizer2impl.cpp 212 U_ASSERT((otherLimit - otherStart) <= INT32_MAX); // ensured by caller
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp     [all...]
  /external/libxcam/tests/
test-cl-image.cpp 269 XCAM_ASSERT (kernel_loop_count >= 0 && kernel_loop_count < INT32_MAX);
  /external/nanopb-c/tests/alltypes_callback/
encode_alltypes_callback.c 147 limits.int32_max = INT32_MAX;
  /external/python/cpython2/Lib/plat-atheos/
IN.py 233 INT32_MAX = (2147483647)
  /external/syslinux/gpxe/src/drivers/net/
wlan_compat.h 249 #define INT32_MAX (0x7fffffffL)
  /frameworks/av/media/extractors/mp4/
SampleTable.cpp 685 INT32_MAX : uint32_t(-compTimeDelta)))
MPEG4Extractor.cpp 470 delay > INT32_MAX ||
511 paddingsamples > INT32_MAX) {
    [all...]
  /frameworks/av/media/libaaudio/examples/loopback/src/
loopback.cpp 60 int32_t minNumFrames = INT32_MAX;
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.cpp 613 if (numFrames > (INT32_MAX / bytesPerFrame)) {
  /frameworks/av/media/mtp/
MtpProperty.cpp 555 length >= INT32_MAX / sizeof(MtpPropertyValue)) ) {
  /frameworks/native/services/surfaceflinger/TimeStats/
TimeStats.cpp 147 delta = std::clamp(delta, int64_t(INT32_MIN), int64_t(INT32_MAX));
  /hardware/google/av/media/sfplugin/
Codec2Mapper.cpp 26 #include <stdint.h> // for INT32_MAX
280 if (from >= (T)C2_PROFILE_LEVEL_VENDOR_START && from < (T)INT32_MAX) {
ReflectedParamUpdater.cpp 303 if (size > INT32_MAX - offset || offset < sizeof(C2Param)) {
  /external/mesa3d/src/mesa/main/
pack.c     [all...]
  /external/selinux/libselinux/src/android/
android_platform.c 438 if (('\0' != *endptr) || (minTargetSdkVersion < 0) || (minTargetSdkVersion > INT32_MAX)) {
817 || (targetSdkVersion < 0) || (targetSdkVersion > INT32_MAX)) {
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 91011>>