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

1 2 3 4 5 6 7 891011>>

  /frameworks/av/drm/libmediadrm/
CryptoHal.cpp 310 SIZE_MAX - memory->offset() < memory->size()) {
  /system/bt/stack/rfcomm/
rfc_utils.cc 179 p_mcb->cmd_q = fixed_queue_new(SIZE_MAX);
  /system/connectivity/wificond/net/
netlink_utils.cpp 56 static_assert(NUM_NL80211_EXT_FEATURES <= SIZE_MAX,
  /bionic/tests/
stdlib_test.cpp 234 ASSERT_NE(0, posix_memalign(&ptr, 16, SIZE_MAX));
263 ASSERT_TRUE(aligned_alloc(16, SIZE_MAX) == nullptr);
  /external/elfutils/libelf/
elf32_updatefile.c 228 if (unlikely (shnum > SIZE_MAX / sizeof (Elf_Scn *)))
649 if (unlikely (shnum > SIZE_MAX / (sizeof (Elf_Scn *)
elf_begin.c 272 if (scncnt > SIZE_MAX / (sizeof (Elf_Scn) + sizeof (Elf32_Shdr)))
275 else if (scncnt > SIZE_MAX / (sizeof (Elf_Scn) + sizeof (Elf64_Shdr)))
    [all...]
  /external/flac/libFLAC/
md5.c 496 if ((size_t)channels > SIZE_MAX / (size_t)bytes_per_sample)
498 if ((size_t)channels * (size_t)bytes_per_sample > SIZE_MAX / (size_t)samples)
  /external/libjpeg-turbo/
jmemmgr.c 285 is close to SIZE_MAX. */
379 is close to SIZE_MAX. */
452 is close to SIZE_MAX. */
662 if (SIZE_MAX - maximum_space < new_space)
674 if (SIZE_MAX - maximum_space < new_space)
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
io.c 59 while (--n != SIZE_MAX) {
102 while (--len != SIZE_MAX) {
    [all...]
  /external/skia/tests/
MathTest.cpp 672 test_nextsizepow2(reporter, SIZE_MAX, SIZE_MAX);
  /external/skqp/tests/
MathTest.cpp 672 test_nextsizepow2(reporter, SIZE_MAX, SIZE_MAX);
  /system/bt/stack/gap/
gap_conn.cc     [all...]
  /system/bt/stack/gatt/
gatt_main.cc 107 gatt_cb.sign_op_queue = fixed_queue_new(SIZE_MAX);
108 gatt_cb.srv_chg_clt_q = fixed_queue_new(SIZE_MAX);
    [all...]
  /external/ImageMagick/coders/
dds.c 109 #ifndef SIZE_MAX
110 #define SIZE_MAX ((size_t) -1)
    [all...]
  /external/mksh/src/
sh.h 343 #ifndef SIZE_MAX
345 #define SIZE_MAX SIZE_T_MAX
347 #define SIZE_MAX ((size_t)-1)
    [all...]
  /system/bt/stack/l2cap/
l2c_utils.cc 92 p_lcb->le_sec_pending_q = fixed_queue_new(SIZE_MAX);
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
dwt.c     [all...]
  /bionic/libc/stdio/
vfscanf.cpp 419 if (width == 0) width = SIZE_MAX;
  /external/elfutils/libdw/
dwarf_getlocation.c 739 maxlocs = SIZE_MAX;
  /external/iputils/ninfod/
ninfod.c 174 buflen < SIZE_MAX / 2;
  /frameworks/av/media/extractors/mp4/
SampleTable.cpp 472 if (((SIZE_MAX / 8) - 1 < numEntries) || (data_size != (numEntries + 1) * 8)) {
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2CCDecoder.cpp 260 if (payload_size > SIZE_MAX / 8
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.cpp 261 if (payload_size > SIZE_MAX / 8
  /frameworks/base/core/jni/
android_os_HwBlob.cpp 104 mSize = SIZE_MAX; // XXX
  /system/bt/bta/pan/
bta_pan_act.cc 113 p_scb->data_queue = fixed_queue_new(SIZE_MAX);

Completed in 1931 milliseconds

1 2 3 4 5 6 7 891011>>