/kernel/liteos_a/fs/proc/os_adapt/ |
H A D | vmm_proc.c | 66 (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 D | los_base.h | 88 * 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 D | memset.S | 135 .size __memset, Lfunc_end - __memset 137 .size memset, Lfunc_end - memset
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpios.h | 39 size_t size; member 61 return locked_mem_handle->size != 0; in hpios_locked_mem_valid()
|
/kernel/liteos_m/components/iar_tls/ |
H A D | los_iar_tls.c | 107 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 D | shcmd.c | 103 * 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 D | los_debug.h | 58 UINT32 size;
member 65 UINT32 size;
member
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | vfio_ccw_private.h | 51 size_t size; member 58 size_t size, u32 flags, void *data);
|
/kernel/linux/linux-6.6/mm/ |
H A D | memtest.c | 40 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 D | slub_kunit.c | 20 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 D | originator.h | 69 * @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 D | msgpool.c | 39 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 D | stream-ipc.c | 33 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 D | overflow.h | 72 * 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 D | sed-opal.h | 97 __u64 size; member 109 __u64 size; member
|
H A D | incrementalfs.h | 35 #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 D | hid-example.c | 76 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 D | sed-opal.h | 97 __u64 size; member 109 __u64 size; member
|
H A D | incrementalfs.h | 35 #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 D | perf.c | 126 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 D | auto_dev-ioctl.h | 60 __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 D | popoverCheckBox.js | 37 <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 D | huks_cipher_sm4_test.cpp | 64 {.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 D | net_trans_common.h | 206 int SendData4Data(DataType type, int size);
207 int SendData4Message(DataType type, int size);
|
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
H A D | camera_hdi_test_securestream_v1_3.cpp | 39 * @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
|