/foundation/communication/dsoftbus/adapter/common/net/wifi/include/ |
H A D | softbus_wifi_api_adapter.h | 56 void (*onSoftBusWifiScanResult)(int state, int size); 143 int32_t clientDevicesSize; /* the true size of clientDevices array */ 154 int32_t SoftBusGetWifiScanList(SoftBusWifiScanInfo **result, uint32_t *size);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_frame.h | 35 FILLP_UINT32 fragSize; /* the size of the fragment to which the pkt belongs */ 41 FILLP_UINT32 size; /* size of the fragment */ member 42 FILLP_UINT32 procSize; /* current size of received data of this fragment, 43 procSize == size means the slice is completed */ 50 FILLP_UINT32 size; /* frame size */ member 91 FILLP_UINT32 fragSize; /* size of the fragment the item belongs to */
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
H A D | text_blob.cpp | 70 std::shared_ptr<TextBlob> TextBlob::Deserialize(const void* data, size_t size, void* ctx) in Deserialize() argument 72 return StaticFactory::DeserializeTextBlob(data, size, ctx); in Deserialize()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | base_key_mock.cpp | 150 bool BaseKey::LoadKeyBlob(KeyBlob &blob, const std::string &path, const uint32_t size) in LoadKeyBlob() argument 155 return IBaseKeyMoc::baseKeyMoc->LoadKeyBlob(blob, path, size); in LoadKeyBlob()
|
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/ |
H A D | netlink_data_test.cpp | 79 EXPECT_TRUE(actions.size() == netlinkData.actionMaps.size()) in HWTEST_F()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context.cpp | 86 LOGD("WebGLRenderingContext properties %{public}d", static_cast<int>(properties.size())); in Export() 87 napi_status status = napi_define_properties(env, exports, properties.size(), properties.data()); in Export()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | input_window_monitor_test.cpp | 96 ASSERT_EQ(0, displayInfoVector.size()); in HWTEST_F() 114 ASSERT_NE(0, displayInfoVector.size()); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_agent_controller.cpp | 56 WLOGFD("tints size: %{public}u", static_cast<uint32_t>(tints.size()));
in UpdateSystemBarRegionTints() 79 WLOGFD("Size:%{public}zu", windowVisibilityInfos.size());
in UpdateWindowVisibilityInfo()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgv_sriovmsg.h | 107 /* the total structure size in byte */ 108 uint32_t size; member 116 /* header contains size and version */ 132 /* MEC FW size in BYTE */ 136 /* UVD FW size in BYTE */ 140 /* VCE FW size in BYTE */ 145 /* Bad pages block size in BYTE */ 157 /* the total structure size in byte */ 158 uint32_t size; member 166 /* header contains size an [all...] |
/kernel/linux/linux-5.10/drivers/firmware/imx/ |
H A D | imx-scu-soc.c | 43 hdr->size = 1; in imx_scu_soc_uid() 67 hdr->size = 3; in imx_scu_soc_id()
|
/kernel/linux/linux-5.10/drivers/fsi/ |
H A D | fsi-master.h | 128 uint32_t addr, void *val, size_t size); 130 uint32_t addr, const void *val, size_t size);
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | arm64-stub.c | 43 static bool check_image_region(u64 base, u64 size) in check_image_region() argument 60 * it covers base+size bytes. in check_image_region() 63 ret = (base + size) <= end; in check_image_region()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/ |
H A D | decode-insn.c | 142 unsigned long size = 0, offset = 0; in arm_kprobe_decode_insn() local 154 if (kallsyms_lookup_size_offset((unsigned long) addr, &size, &offset)) { in arm_kprobe_decode_insn()
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | ldm.h | 49 /* size of a vblk's static parts */ 144 u64 size; /* start, size and vol_off in sectors */ member 156 u64 size; member
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | oplib.h | 196 * indicated size. 198 extern char *prom_alloc(char *virt_hint, unsigned int size); 201 extern void prom_free(char *virt_addr, unsigned int size);
|
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/ |
H A D | board-v7.c | 87 u64 base, size; in mvebu_scan_mem() local 90 size = dt_mem_next_cell(dt_root_size_cells, ®); in mvebu_scan_mem()
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | board-sffsdr.c | 44 .size = 16 * SZ_128K, /* 2 Mb */ 50 .size = 256 * SZ_128K, /* 32 Mb */
|
/kernel/linux/linux-5.10/arch/x86/power/ |
H A D | hibernate.c | 74 int size = offsetof(struct e820_table, entries) + in compute_e820_crc32() local 77 return ~crc32_le(~0, (unsigned char const *)table, size); in compute_e820_crc32()
|
/kernel/linux/linux-5.10/arch/arm/mach-rpc/include/mach/ |
H A D | uncompress.h | 119 for (; t->hdr.size; t = tag_next(t)) { in arch_decomp_setup() 130 nr_pages += (t->u.mem.size / PAGE_SIZE); in arch_decomp_setup()
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-tct_hammer.c | 48 .size = 0x240000, 53 .size = MTDPART_SIZ_FULL,
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | kaslr.c | 88 int size; in kaslr_early_init() local 103 fdt = fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL); in kaslr_early_init()
|
/kernel/linux/linux-5.10/arch/ia64/uv/kernel/ |
H A D | setup.c | 38 static __init void get_lowmem_redirect(unsigned long *base, unsigned long *size) in get_lowmem_redirect() argument 47 *size = (1UL << alias.s.m_alias); in get_lowmem_redirect()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-generic/ |
H A D | ide.h | 39 static inline void __ide_flush_dcache_range(unsigned long addr, unsigned long size) in __ide_flush_dcache_range() argument 42 unsigned long end = addr + size; in __ide_flush_dcache_range()
|
/kernel/linux/common_modules/tzdriver/ |
H A D | teek_ns_client.h | 60 * + exponent size(4 bytes) + exponent buffer(1 bytes) 129 unsigned int size; member 152 unsigned int size; member
|
/kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
H A D | pxa168.h | 66 struct i2c_board_info *info, unsigned size) in pxa168_add_twsi() 78 ret = i2c_register_board_info(id, info, size); in pxa168_add_twsi() 65 pxa168_add_twsi(int id, struct i2c_pxa_platform_data *data, struct i2c_board_info *info, unsigned size) pxa168_add_twsi() argument
|