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

1 2 3 4 5 6 7 891011>>

  /external/libvpx/libvpx/vp8/encoder/
denoising.c 375 denoiser->denoise_pars.consec_zerolast = UINT_MAX;
rdopt.c     [all...]
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress10.c 111 #define SIZE_MAX UINT_MAX
  /external/mesa3d/src/mesa/state_tracker/
st_sampler_view.c 96 new_max > (UINT_MAX - sizeof(*views)) / sizeof(views->views[0])) {
  /external/pcre/pcrecpp/
pcrecpp.cc 607 if (r > UINT_MAX) return false; // Out of range
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 110 if (zcount > (UINT_MAX - space_for_non_zeroes) / 4)
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_unittest.cpp 434 {32, true}, {33, false}, {34, false}, {UINT_MAX, false}};
  /external/python/cpython2/Lib/ctypes/test/
test_structures.py 210 "_pack_": _testcapi.UINT_MAX + 2}
  /external/python/cpython2/Lib/plat-atheos/
IN.py 208 UINT_MAX = 4294967295
  /external/python/cpython3/Lib/ctypes/test/
test_structures.py 213 "_pack_": _testcapi.UINT_MAX + 2}
  /external/strace/tests/
perf_event_open.c 50 # if ULONG_MAX > UINT_MAX /* Poor man's "whether long is 8 bytes?" */
52 # else /* !(ULONG_MAX > UINT_MAX) */
54 # endif /* ULONG_MAX > UINT_MAX */
  /external/strace/tests-m32/
perf_event_open.c 50 # if ULONG_MAX > UINT_MAX /* Poor man's "whether long is 8 bytes?" */
52 # else /* !(ULONG_MAX > UINT_MAX) */
54 # endif /* ULONG_MAX > UINT_MAX */
  /external/strace/tests-mx32/
perf_event_open.c 50 # if ULONG_MAX > UINT_MAX /* Poor man's "whether long is 8 bytes?" */
52 # else /* !(ULONG_MAX > UINT_MAX) */
54 # endif /* ULONG_MAX > UINT_MAX */
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
OptTable.cpp 256 unsigned BestDistance = UINT_MAX;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 357 unsigned Dim = UINT_MAX;
  /external/iputils/
ping6.c 687 if (val > UINT_MAX) {
689 return UINT_MAX;
    [all...]
  /external/python/cpython2/Modules/zlib/
zconf.h.cmakein 421 # if (UINT_MAX == 0xffffffffUL)
zconf.h.in 419 # if (UINT_MAX == 0xffffffffUL)
  /external/zlib/src/
zconf.h.cmakein 421 # if (UINT_MAX == 0xffffffffUL)
zconf.h.in 419 # if (UINT_MAX == 0xffffffffUL)
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]
  /external/libmtp/src/
ptp-pack.c 30 #ifndef UINT_MAX
31 # define UINT_MAX 0xFFFFFFFF
282 if (n >= UINT_MAX/sizeof(uint32_t))
323 if (n >= UINT_MAX/sizeof(uint16_t))
749 if (n >= UINT_MAX/sizeof(val->a.v[0])) \
    [all...]
  /external/python/cpython2/Lib/test/
test_socket.py 876 2 + (_testcapi.UINT_MAX + 1))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp     [all...]

Completed in 1530 milliseconds

1 2 3 4 5 6 7 891011>>