/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_bpf_ma.c | 84 #define CALL_BATCH_ALLOC_FREE(size, batch, idx) \ 85 batch_alloc_free((struct bpf_map *)(&array_##size), batch, idx)
|
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.h | 51 extern int alloc_pagecache(int fd, size_t size); 58 extern ssize_t proc_read_text(int pid, bool thread, const char *item, char *buf, size_t size);
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/ |
H A D | sigcontext.h | 33 __u32 size; member 51 __u32 size; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | omap_drm.h | 47 union omap_gem_size size; member 70 __u32 size; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btf.h | 41 __u32 size; member 108 __u32 size; member
|
H A D | qemu_fw_cfg.h | 61 __be32 size; member 83 __le32 size; member
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | report_tags.c | 58 for (u64 i = pos - 1; i != pos - 1 - stack_ring.size; i--) { in kasan_complete_mode_report_info() 62 entry = &stack_ring.entries[i % stack_ring.size]; in kasan_complete_mode_report_info()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | hwbm.c | 51 if (bm_pool->buf_num == bm_pool->size) { in hwbm_pool_add() 57 if (buf_num + bm_pool->buf_num > bm_pool->size) { in hwbm_pool_add()
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | btf.h | 42 /* "size" is used by INT, ENUM, STRUCT, UNION, DATASEC and ENUM64. 43 * "size" tells the size of the type it is describing. 50 __u32 size; member 126 * contains both member bitfield size and bit offset. The 127 * bitfield size is set for bitfield members. If the type 171 * in-section offset as well as size. 176 __u32 size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/ |
H A D | sigcontext.h | 33 __u32 size; member 51 __u32 size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | qemu_fw_cfg.h | 61 __be32 size; member 83 __le32 size; member
|
H A D | btf.h | 41 __u32 size; member 108 __u32 size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | omap_drm.h | 47 union omap_gem_size size; member 70 __u32 size; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | qemu_fw_cfg.h | 48 __be32 size; member 70 __le32 size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/ |
H A D | video.h | 84 video_size_t size; member 98 __s32 size; member
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | trace_output_user.c | 22 static void print_bpf_output(void *ctx, int cpu, void *data, __u32 size) in print_bpf_output() argument 31 e->pid, e->cookie, size); in print_bpf_output()
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/ |
H A D | video.h | 84 video_size_t size; member 98 __s32 size; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/ |
H A D | video.h | 75 video_size_t size; member 89 __s32 size; member
|
/test/ostest/wukong/test/unittest/ |
H A D | wukong_test.cpp | 44 return resvec.size() >= 0 ? true : false; in ExecCmd() 87 EXPECT_EQ(result.size() > 0, true); in HWTEST_F()
|
/test/ostest/wukong/component_event/src/ |
H A D | page_tree.cpp | 40 uint32_t childCount = parent->GetChildren().size(); in RecursStatistics() 99 uint32_t twoWidth = componentTree->GetChildren().size(); in SetNodeId()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/ |
H A D | drag_setGetUdmfData.cpp | 60 float size = 50; in drag_setGetUdmfData_003() local 61 ArkUI_NumberValue value[] = {{.f32 = size}}; in drag_setGetUdmfData_003()
|
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
H A D | hap_manager_test.cpp | 125 EXPECT_EQ(static_cast<size_t>(1), idValues->GetLimitPathsConst().size()); in HWTEST_F() 147 EXPECT_EQ(static_cast<size_t>(2), idValues->GetLimitPathsConst().size()); in HWTEST_F()
|
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
H A D | image_receiver_module_test.h | 54 Image_ErrorCode GetImageSize(OH_ImageNative *image, Image_Size *size); 57 Image_ErrorCode GetImageBufferSize(OH_ImageNative *image, int32_t type, size_t *size);
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | stream_customer.cpp | 39 int32_t size = buff->GetSize(); in CamFrame() local 41 callback(static_cast<const unsigned char*>(addr), size); in CamFrame() local
|
/test/xts/hats/hdf/hdf_lite/display/ |
H A D | loadbmp_test.h | 65 uint16_t size;
member 79 uint32_t size;
member
|