Home
last modified time | relevance | path

Searched defs:max_size (Results 126 - 150 of 256) sorted by relevance

1234567891011

/third_party/python/Lib/asyncio/
H A Dunix_events.py460 max_size = 256 * 1024 # max bytes we read in one event loop iteration variable in _UnixReadPipeTransport
H A Dselector_events.py755 max_size = 256 * 1024 # Buffer size passed to recv(). variable in _SelectorTransport
H A Dsslproto.py261 max_size = 256 * 1024 # Buffer size passed to read() variable in SSLProtocol
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftdbgmem.c67 FT_Long max_size; /* maximum cumulative allocated size */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h136 size_type max_size() const { return size_type(-1) / sizeof(T); } in max_size() function in llvm::SmallVectorTemplateCommon
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallVector.h139 size_type max_size() const { return size_type(-1) / sizeof(T); } in max_size() function in llvm::SmallVectorTemplateCommon
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test.cc124 const size_t max_size = s.size() / 5; // Make approx. 10 fragments in AppendWithFragments() local
254 size_t max_size = 2 * one_gig; in TEST_P() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dpdu.h297 size_t max_size; /**< maximum size for token, options and payload, or zero for variable size pdu */ member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.h679 static inline void kbase_mem_pool_config_set_max_size(struct kbase_mem_pool_config *const config, size_t const max_size) in kbase_mem_pool_config_set_max_size() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_escan.c1026 wl_escan_merge_scan_results(struct net_device *dev, struct wl_escan_info *escan, struct iw_request_info *info, char *extra, wl_bss_info_t *bi, int *len, int max_size) wl_escan_merge_scan_results() argument
/third_party/ffmpeg/libavcodec/
H A Dimc.c767 int middle_value, cw_len, max_size; in inverse_quant_coeff() local
H A Dcbs_h2645.c1242 size_t max_size, dp, sp; in cbs_h2645_assemble_fragment() local
/third_party/ffmpeg/libavfilter/
H A Daf_dynaudnorm.c52 int max_size; member
147 static cqueue *cqueue_create(int size, int max_size) in cqueue_create() argument
/third_party/ffmpeg/libavformat/
H A Davienc.c86 int max_size; member
/third_party/gn/src/base/files/
H A Dfile_util_posix.cc545 int ReadFile(const FilePath& filename, char* data, int max_size) { in ReadFile() argument
/third_party/backends/backend/escl/
H A Descl.c332 size_t max_size = 0; in max_string_size() local
/third_party/backends/backend/
H A Dapple.c620 size_t size, max_size = 0; in max_string_size() local
H A Depson2.c312 size_t size, max_size = 0; in max_string_size() local
H A Dabaton.c621 size_t size, max_size = 0; in max_string_size() local
H A Dbh.c87 size_t size, max_size = 0; in max_string_size() local
H A Dma1509.c464 size_t size, max_size = 0; in max_string_size() local
H A Dmustek_usb2.c178 size_t size, max_size = 0; in max_string_size() local
H A Dplustek.c372 size_t size, max_size = 0; in max_string_size() local
H A Dhpljm1005.c245 size_t size, max_size = 0; in max_string_size() local
H A Dsp15c.c1926 size_t size, max_size = 0; in max_string_size() local

Completed in 50 milliseconds

1234567891011