Home
last modified time | relevance | path

Searched refs:a_size (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/perf/req-gen/
H A Dperf.h82 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) \ argument
83 __field_(r_name, r_value, r_idx_1, a_offset, a_size, a_name)
112 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) argument
138 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) argument
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_native.c721 int size, a_size, shift; in hpte_decode() local
731 a_size = MMU_PAGE_4K; in hpte_decode()
734 a_size = hpte_page_sizes[lp] >> 4; in hpte_decode()
771 *apsize = a_size; in hpte_decode()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dattributes.hpp41 struct a_size { struct
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h120 int a_size; /* Size of script A */ member
H A Dsym_hipd.c5587 np->scripta_sz = fw->a_size;
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c80 unsigned short a_height, int *a_size);
675 unsigned short a_height, int *a_size) in ephyrXVPrivGetImageBufSize() argument
682 EPHYR_RETURN_VAL_IF_FAIL(a_size, FALSE); in ephyrXVPrivGetImageBufSize()
693 *a_size = reply->data_size; in ephyrXVPrivGetImageBufSize()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_datastorage_api.h1570 uint32_t a_size, in Invoke_InitValueAttribute() argument
1884 #define Check_ObjectValueAttribute(c, a, a_size, b, b_size) \ argument
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dxattr.c626 int s_size = 0, a_size = 0, acl_len = 0, new_clusters; in ocfs2_calc_xattr_init() local
639 a_size = ocfs2_xattr_entry_real_size(0, acl_len); in ocfs2_calc_xattr_init()
641 a_size <<= 1; in ocfs2_calc_xattr_init()
649 if (!(s_size + a_size)) in ocfs2_calc_xattr_init()
666 (s_size + a_size) > OCFS2_XATTR_FREE_IN_IBODY) { in ocfs2_calc_xattr_init()
672 (s_size + a_size) > OCFS2_XATTR_FREE_IN_BLOCK(dir)) { in ocfs2_calc_xattr_init()