/kernel/linux/linux-6.6/drivers/cxl/ |
H A D | pci.c | 494 map->max_size = CXL_COMPONENT_REG_BLOCK_SIZE; in cxl_rcrb_get_comp_regs()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_vnifilter.c | 34 .max_size = VXLAN_N_VID,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | hal.h | 766 u32 max_size; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | hal.h | 663 u32 max_size; member
|
/kernel/linux/linux-6.6/net/ceph/crush/ |
H A D | mapper.c | 51 map->rules[i]->mask.max_size >= size) in crush_find_rule()
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 183 out_temp = tempfile.SpooledTemporaryFile(max_size=10 * 1000)
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | layout.h | 624 /* 98*/ sle64 max_size; /* Maximum size of attribute. */ member
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitLir.h | 1770 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data);
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvenc2.c | 441 int max_size = ARRAY_SIZE(rcb_inf->elem);
in rkvenc2_extract_rcb_info() local 445 mpp_err("count %d,max_size %d\n", cnt, max_size);
in rkvenc2_extract_rcb_info()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_escan.c | 1027 struct iw_request_info *info, char *extra, wl_bss_info_t *bi, int *len, int max_size) in wl_escan_merge_scan_results() 1032 char *event = extra, *end = extra + max_size - WE_ADD_EVENT_FIX, *value; in wl_escan_merge_scan_results() 1026 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
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvenc2.c | 432 int max_size = ARRAY_SIZE(rcb_inf->elem); in rkvenc2_extract_rcb_info() local 436 mpp_err("count %d,max_size %d\n", cnt, max_size); in rkvenc2_extract_rcb_info()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | qat_asym_algs.c | 1260 .max_size = qat_rsa_max_size, 1277 .max_size = qat_dh_max_size,
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | ptrace.c | 772 header->max_size = SVE_PT_SIZE(sve_vq_from_vl(header->max_vl), in sve_init_header_from_task() 1038 header.max_size = ZA_PT_SIZE(vq); in za_get()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | attrib.c | 1371 ((sle64_to_cpu(ad->max_size) > 0) && size > in ntfs_attr_size_bounds_check() 1372 sle64_to_cpu(ad->max_size))) in ntfs_attr_size_bounds_check()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | client.c | 262 * @max_size: Maximum packet size for this request. 268 p9_tag_alloc(struct p9_client *c, int8_t type, unsigned int max_size) in p9_tag_alloc() argument 271 int alloc_msize = min(c->msize, max_size); in p9_tag_alloc()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | attrib.c | 1371 ((sle64_to_cpu(ad->max_size) > 0) && size > in ntfs_attr_size_bounds_check() 1372 sle64_to_cpu(ad->max_size))) in ntfs_attr_size_bounds_check()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | delayed-inode.c | 656 const int max_size = BTRFS_LEAF_DATA_SIZE(fs_info); in btrfs_insert_delayed_item() local 710 if (total_size + next_size > max_size) in btrfs_insert_delayed_item()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | super.c | 1455 sbi->reparse.max_size = MAXIMUM_REPARSE_DATA_BUFFER_SIZE; in ntfs_fill_super() 1466 sbi->reparse.max_size = sz; in ntfs_fill_super()
|
H A D | inode.c | 1156 if (*nsize > sbi->reparse.max_size) { in ntfs_create_reparse_buffer() 1948 if (size > sbi->reparse.max_size || size <= sizeof(u32)) in ntfs_readlink_hlp()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_asym_algs.c | 1254 .max_size = qat_rsa_max_size, 1270 .max_size = qat_dh_max_size,
|
/third_party/EGL/api/EGL/ |
H A D | eglext.h | 716 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEBINARYEXTPROC) (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size); 718 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size);
|
/third_party/mesa3d/include/EGL/ |
H A D | eglext.h | 715 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEBINARYEXTPROC) (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size); 717 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size);
|
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-helpers-string.c | 1330 const uint32_t max_size = 9; in ecma_string_get_uint32_size() local 1332 while (size < max_size && uint32_number >= next_number) in ecma_string_get_uint32_size()
|
/third_party/json/docs/docset/ |
H A D | docSet.sql | 76 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::max_size', 'Method', 'api/basic_json/max_size/index.html');
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | runlist.c | 1327 const runlist_element *rl, const VCN start_vcn, int max_size) in ntfs_get_size_for_mapping_pairs() 1386 for (; rl->length && (rls <= max_size); rl++) { in ntfs_get_size_for_mapping_pairs() 1326 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN start_vcn, int max_size) ntfs_get_size_for_mapping_pairs() argument
|