HomeSort by relevance Sort by last modified time
    Searched refs:UINT_MAX (Results 201 - 225 of 536) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 829 unsigned ScalarizationCost = UINT_MAX;
    [all...]
  /external/syslinux/lzo/src/
miniacc.h 135 #undef UINT_MAX
138 #define UINT_MAX (INT_MAX * 2U + 1U)
179 #if (UINT_MAX == ACC_0xffffL)
198 #if defined(_MSC_VER) && defined(M_I86HM) && (UINT_MAX == ACC_0xffffL)
202 #if (UINT_MAX == ACC_0xffffL)
271 #if (UINT_MAX == ACC_0xffffL)
379 # if (UINT_MAX == ACC_0xffffL)
382 # elif (UINT_MAX == ACC_0xffffffffL)
398 # if (UINT_MAX == ACC_0xffffL)
401 # elif (UINT_MAX == ACC_0xffffffffL
    [all...]
  /external/clang/lib/Format/
WhitespaceManager.cpp 202 unsigned MaxColumn = UINT_MAX;
238 MaxColumn = UINT_MAX;
344 unsigned MaxColumn = UINT_MAX;
FormatToken.cpp 239 MinSizeInColumn.assign(Columns, UINT_MAX);
  /external/libchrome/base/strings/
string_number_conversions_unittest.cc 199 {"4294967295", UINT_MAX, true},
200 {"4294967296", UINT_MAX, false},
201 {"99999999999", UINT_MAX, false},
  /frameworks/minikin/libs/minikin/
CmapCoverage.cpp 309 if (sizeToRead > UINT_MAX) {
341 if (sizeToRead > UINT_MAX) {
391 if (sizeToRead > UINT_MAX) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse.c 264 #ifndef UINT_MAX
265 #define UINT_MAX 0x7FFFFFFF
280 pInfo->SliceHeader.pic_order_cnt_lsb = UINT_MAX;
  /external/python/cpython2/Lib/test/
test_getargs2.py 21 > I * unsigned int 0..UINT_MAX
45 from _testcapi import UCHAR_MAX, USHRT_MAX, UINT_MAX, ULONG_MAX, INT_MAX, \
186 self.assertEqual(UINT_MAX, getargs_I(-1))
188 self.assertEqual(UINT_MAX, getargs_I(UINT_MAX))
189 self.assertEqual(0, getargs_I(UINT_MAX+1))
194 self.assertEqual(VERY_LARGE & UINT_MAX, getargs_I(VERY_LARGE))
    [all...]
  /system/extras/simpleperf/
cmd_record.cpp 564 if (*endptr != '\0' || size > UINT_MAX) {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
primtypes.swg 131 %numeric_ulong(unsigned int, "<limits.h>", UINT_MAX)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
structmember.c 272 if (ulong_val > UINT_MAX)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
crc32.c 38 # if (UINT_MAX == 0xffffffffUL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
structmember.c 272 if (ulong_val > UINT_MAX)
  /external/boringssl/src/crypto/pkcs8/
p5_pbev2.c 247 if (iterations == 0 || iterations > UINT_MAX) {
  /external/libnl/lib/
object.c 366 return UINT_MAX;
  /external/libvpx/libvpx/
args.c 128 if (rawval <= UINT_MAX) return rawval;
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c 193 const int sse_diff = (ctx->newmv_sse == UINT_MAX)
499 ctx->zeromv_sse = UINT_MAX;
500 ctx->newmv_sse = UINT_MAX;
501 ctx->zeromv_lastref_sse = UINT_MAX;
  /external/libxkbcommon/xkbcommon/src/
darray.h 178 assert(need < UINT_MAX / itemSize / 2); /* Overflow. */
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 36 UP.MaxCount = UINT_MAX;
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_stats.c 88 fsd->mins[i] = UINT_MAX;
  /external/mesa3d/src/compiler/glsl/
lower_if_to_cond_assign.cpp 108 if (max_depth == UINT_MAX)
standalone_scaffolding.cpp 248 options.MaxIfDepth = UINT_MAX;
  /external/python/cpython2/Python/
structmember.c 272 if (ulong_val > UINT_MAX)
  /external/python/cpython3/Python/
structmember.c 200 if (ulong_val > UINT_MAX)
  /external/selinux/libselinux/src/
label_media.c 113 maxnspec = UINT_MAX / sizeof(spec_t);

Completed in 692 milliseconds

1 2 3 4 5 6 7 891011>>