Home
last modified time | relevance | path

Searched refs:size (Results 19351 - 19375 of 41759) sorted by relevance

1...<<771772773774775776777778779780>>...1671

/kernel/liteos_a/fs/proc/os_adapt/
H A Dvmm_proc.c66 (VOID)LosBufPrintf(seqBuf, "\r\n PID aspace name base size pages \n"); in OsVmDumpSeqSpaces()
69 pcb->processID, space, pcb->processName, space->base, space->size, spacePages); in OsVmDumpSeqSpaces()
71 "\r\n\t region name base size mmu_flags pages pg/ref\n"); in OsVmDumpSeqSpaces()
84 region->range.size, flagsStr, regionPages, pssPages); in OsVmDumpSeqSpaces()
/kernel/liteos_a/kernel/include/
H A Dlos_base.h88 * Align the tail of the object with the base address addr, with size bytes being the smallest unit of alignment.
90 #define TRUNCATE(addr, size) ((UINTPTR)(addr) & ~((size) - 1))
204 * @param boundary [IN] The align size what you want to align.
/kernel/liteos_a/lib/libc/musl/src/arch/arm/
H A Dmemset.S135 .size __memset, Lfunc_end - __memset
137 .size memset, Lfunc_end - memset
/kernel/linux/linux-6.6/sound/pci/asihpi/
H A Dhpios.h39 size_t size; member
61 return locked_mem_handle->size != 0; in hpios_locked_mem_valid()
/kernel/liteos_m/components/iar_tls/
H A Dlos_iar_tls.c107 STATIC __iar_Rmtx IarMtxCreate(struct IarMutexInfo *mutexArray, UINT32 size) in IarMtxCreate() argument
111 for (i = 0; i < size; i++) { in IarMtxCreate()
/kernel/liteos_m/components/shell/src/base/
H A Dshcmd.c103 * size : cmdKey length
105 LITE_OS_SEC_TEXT_MINOR UINT32 OsCmdKeyShift(const CHAR *cmdKey, CHAR *cmdOut, UINT32 size) in OsCmdKeyShift() argument
118 if (len >= size) { in OsCmdKeyShift()
159 ret = strncpy_s(cmdOut, size, output, len); in OsCmdKeyShift()
/kernel/liteos_m/utils/
H A Dlos_debug.h58 UINT32 size; member
65 UINT32 size; member
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dvfio_ccw_private.h51 size_t size; member
58 size_t size, u32 flags, void *data);
/kernel/linux/linux-6.6/mm/
H A Dmemtest.c40 static void __init memtest(u64 pattern, phys_addr_t start_phys, phys_addr_t size) in memtest() argument
49 end = start + (size - (start_phys_aligned - start_phys)) / incr; in memtest()
/kernel/linux/linux-6.6/lib/
H A Dslub_kunit.c20 unsigned int size, slab_flags_t flags) in test_kmem_cache_create()
22 struct kmem_cache *s = kmem_cache_create(name, size, 0, in test_kmem_cache_create()
19 test_kmem_cache_create(const char *name, unsigned int size, slab_flags_t flags) test_kmem_cache_create() argument
/kernel/linux/linux-6.6/net/batman-adv/
H A Doriginator.h69 * @size: the size of the hash table
74 static inline u32 batadv_choose_orig(const void *data, u32 size) in batadv_choose_orig() argument
79 return hash % size; in batadv_choose_orig()
/kernel/linux/linux-6.6/net/ceph/
H A Dmsgpool.c39 int front_len, int max_data_items, int size, in ceph_msgpool_init()
46 pool->pool = mempool_create(size, msgpool_alloc, msgpool_free, pool); in ceph_msgpool_init()
38 ceph_msgpool_init(struct ceph_msgpool *pool, int type, int front_len, int max_data_items, int size, const char *name) ceph_msgpool_init() argument
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dstream-ipc.c33 if (!sps || !sdev->stream_box.size) { in sof_ipc_msg_data()
68 if (posn_offset > sdev->stream_box.size || in sof_set_stream_data_offset()
106 /* align to DMA minimum transfer size */ in sof_stream_pcm_open()
/kernel/linux/linux-6.6/tools/include/linux/
H A Doverflow.h72 * array_size() - Calculate size of 2-dimensional array.
77 * Calculates size of 2-dimensional array: @a * @b.
93 * array3_size() - Calculate size of 3-dimensional array.
99 * Calculates size of 3-dimensional array: @a * @b * @c.
116 static inline __must_check size_t __ab_c_size(size_t n, size_t size, size_t c) in __ab_c_size() argument
120 if (check_mul_overflow(n, size, &bytes)) in __ab_c_size()
129 * struct_size() - Calculate size of structure with trailing array.
134 * Calculates size of memory needed for structure @p followed by an
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsed-opal.h97 __u64 size; member
109 __u64 size; member
H A Dincrementalfs.h35 #define INCFS_XATTR_SIZE_NAME (XATTR_USER_PREFIX "incfs.size")
102 __aligned_u64 size; member
135 __aligned_u64 size; member
/kernel/linux/linux-6.6/samples/hidraw/
H A Dhid-example.c76 rpt_desc.size = desc_size; in main()
82 for (i = 0; i < rpt_desc.size; i++) in main()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsed-opal.h97 __u64 size; member
109 __u64 size; member
H A Dincrementalfs.h35 #define INCFS_XATTR_SIZE_NAME (XATTR_USER_PREFIX "incfs.size")
102 __aligned_u64 size; member
135 __aligned_u64 size; member
/kernel/liteos_a/apps/perf/src/
H A Dperf.c126 ssize_t PerfRead(int fd, char *buf, size_t size) in PerfRead() argument
134 len = read(fd, buf, size); in PerfRead()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dauto_dev-ioctl.h60 __u32 size; member
83 in->size = AUTOFS_DEV_IOCTL_SIZE; in init_autofs_dev_ioctl()
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/
H A DpopoverCheckBox.js37 <el-button size="small" type="primary" @click="reset" link>Reset </el-button>
38 <el-button type="primary" size="small" @click="confirm">Confirm </el-button>
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_cipher_sm4_test.cpp64 {.tag = OH_HUKS_TAG_IV, .blob = {.size = HKS_SM4_IV_SIZE, .data = (uint8_t *)g_hksSm4TestIv}},
73 {.tag = OH_HUKS_TAG_IV, .blob = {.size = HKS_SM4_IV_SIZE, .data = (uint8_t *)g_hksSm4TestIv}},
/test/xts/dcts/communication/softbus_standard/common/
H A Dnet_trans_common.h206 int SendData4Data(DataType type, int size);
207 int SendData4Message(DataType type, int size);
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H A Dcamera_hdi_test_securestream_v1_3.cpp39 * @tc.size: MediumTest
66 .bufferQueue = consumer_pre->CreateProducerSeq([this](void* addr, uint32_t size) { in HWTEST_F()
67 cameraTest->DumpImageFile(cameraTest->streamIdPreview, "yuv", addr, size); in HWTEST_F()
90 * @tc.size: MediumTest

Completed in 27 milliseconds

1...<<771772773774775776777778779780>>...1671