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

<<1112

  /system/bt/btif/src/
btif_a2dp_source.cc 415 btif_a2dp_source_cb.tx_audio_queue = fixed_queue_new(SIZE_MAX);
    [all...]
  /system/bt/stack/avrc/
avrc_api.cc     [all...]
  /system/bt/stack/bnep/
bnep_utils.cc 122 p_bcb->xmit_q = fixed_queue_new(SIZE_MAX);
    [all...]
  /system/bt/stack/gatt/
gatt_sr.cc 123 p_cmd->multi_rsp_q = fixed_queue_new(SIZE_MAX);
    [all...]
gatt_utils.cc 444 p_tcb->pending_ind_q = fixed_queue_new(SIZE_MAX);
    [all...]
  /system/chre/util/tests/
dynamic_vector_test.cc 909 ASSERT_FALSE(vector.reserve(SIZE_MAX));
  /system/libfmq/include/fmq/
MessageQueue.h 642 if (numElementsInQueue > SIZE_MAX / sizeof(T)) {
    [all...]
  /system/libfmq/tests/
mq_test.cpp 199 size_t numElementsInQueue = SIZE_MAX / sizeof(uint16_t) + 1;
  /system/media/camera/src/
camera_metadata.c 373 camera_metadata_type_size[type] > (SIZE_MAX - DATA_ALIGNMENT + 1) / data_count) {
    [all...]
  /external/flac/libFLAC/
metadata_object.c     [all...]
  /external/python/cpython3/Objects/
listobject.c 52 if (new_allocated > SIZE_MAX - newsize) {
62 if (new_allocated <= (SIZE_MAX / sizeof(PyObject *)))
    [all...]
obmalloc.c     [all...]
  /external/python/cpython3/Modules/
audioop.c     [all...]
_tkinter.c 979 #if SIZE_MAX > INT_MAX
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp 676 if (mNumMemRecords > SIZE_MAX / sizeof(iv_mem_rec_t)) {
    [all...]
  /hardware/google/av/media/codecs/avc/
C2SoftAvcEnc.cpp 681 if (mNumMemRecords > SIZE_MAX / sizeof(iv_mem_rec_t)) {
    [all...]
  /bionic/tests/
string_test.cpp     [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp     [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 787 if (SIZE_MAX - sizeof(DeviceMemory) <= alloc_info->allocationSize)
    [all...]
  /system/bt/stack/btm/
btm_ble_gap.cc     [all...]
  /system/libhwbinder/
Parcel.cpp     [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp     [all...]
  /external/elfutils/src/
unstrip.c 1055 if (unlikely ((shnum - 1) > SIZE_MAX / shsize))
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 307 if (2*len + 1 > SIZE_MAX / sizeof(EGLAttrib))
    [all...]
  /external/minijail/
libminijail.c 1099 if (ninstrs > (SIZE_MAX / sizeof(struct sock_filter)) ||
    [all...]

Completed in 1833 milliseconds

<<1112