Home
last modified time | relevance | path

Searched refs:size (Results 13601 - 13625 of 50454) sorted by relevance

1...<<541542543544545546547548549550>>...2019

/kernel/linux/linux-5.10/include/linux/decompress/
H A Dunxz.h14 long (*fill)(void *dest, unsigned long size),
15 long (*flush)(void *src, unsigned long size),
/kernel/linux/linux-6.6/include/linux/decompress/
H A Dunxz.h14 long (*fill)(void *dest, unsigned long size),
15 long (*flush)(void *src, unsigned long size),
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dedac.h7 static inline void edac_atomic_scrub(void *va, u32 size) in edac_atomic_scrub() argument
15 for (i = 0; i < size / 4; i++, virt_addr++) in edac_atomic_scrub()
/kernel/linux/linux-6.6/tools/lib/
H A Dzalloc.c6 void *zalloc(size_t size) in zalloc() argument
8 return calloc(1, size); in zalloc()
/kernel/linux/linux-6.6/tools/testing/memblock/linux/
H A Dkmemleak.h5 static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size) in kmemleak_free_part_phys() argument
9 static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size, in kmemleak_alloc_phys() argument
/third_party/alsa-utils/topology/nhlt/intel/dmic/
H A Ddmic-debug.h13 void dmic_print_bytes_as_hex(uint8_t *src, size_t size);
14 void dmic_print_integers_as_hex(uint32_t *src, size_t size);
/third_party/icu/icu4c/source/test/fuzzer/
H A Duloc_is_right_to_left_fuzzer.cpp9 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() argument
10 const std::string input = MakeZeroTerminatedInput(data, size); in LLVMFuzzerTestOneInput()
/third_party/libcoap/tests/oss-fuzz/
H A Dsplit_uri_target.c4 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) { in LLVMFuzzerTestOneInput() argument
6 coap_split_uri(data, size, &uri); in LLVMFuzzerTestOneInput()
/third_party/lzma/C/
H A DSort.h11 void HeapSort(UInt32 *p, size_t size);
12 void HeapSort64(UInt64 *p, size_t size);
14 /* void HeapSortRef(UInt32 *p, UInt32 *vals, size_t size); */
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.h32 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size);
35 svga_dump_commands(const void *commands, uint32_t size);
/third_party/musl/src/stdio/
H A Dsetbuffer.c4 void setbuffer(FILE *f, char *buf, size_t size) in setbuffer() argument
6 setvbuf(f, buf, buf ? _IOFBF : _IONBF, size); in setbuffer()
/third_party/musl/porting/liteos_a/user_debug/include/
H A Ddebug.h55 * @brief Store the address of the call stack information, the max number is param size.
58 * @param size The size of buffer.
62 int backtrace(void **buffer, int size);
68 * @param size The exact number of the address stored in the buffer.
73 char **backtrace_symbols(void *const *buffer, int size);
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompat.h16 * of this size (the underlying allocator may be a mmap that
22 void *blob_alloc(unsigned long size);
23 void blob_free(void *addr, unsigned long size);
/third_party/mesa3d/src/gallium/auxiliary/os/
H A Dos_process.h37 os_get_process_name(char *str, size_t size);
41 os_get_command_line(char *cmdline, size_t size);
/third_party/musl/include/liteos_a/user_debug/
H A Ddebug.h70 * @brief Store the address of the call stack information, the max number is param size.
73 * @param size The size of buffer.
77 int backtrace(void **buffer, int size);
83 * @param size The exact number of the address stored in the buffer.
88 char **backtrace_symbols(void *const *buffer, int size);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DStagingBuffer.cpp19 StagingBufferBase::StagingBufferBase(size_t size) : mBufferSize(size) { in StagingBufferBase() argument
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dmemcheck.h43 void *tracking_malloc(size_t size);
45 void *tracking_realloc(void *ptr, size_t size);
/third_party/skia/fuzz/
H A DFuzzRRect.cpp13 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* buf, size_t size) { in LLVMFuzzerTestOneInput() argument
15 (void)rrect.readFromMemory(buf, size); in LLVMFuzzerTestOneInput()
H A DFuzzPath.cpp13 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* buf, size_t size) { in LLVMFuzzerTestOneInput() argument
15 (void)path.readFromMemory(buf, size); in LLVMFuzzerTestOneInput()
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c282 /* Chunk size we use in safe copy of data to be shown. */
286 * This is the maximum size of a base type value (equivalent to a
294 /* Type name size */
317 * to the object "copy" buffer, but because its size is limited to
330 * - obj.size is the size of the toplevel object
360 u32 size; member
400 * type through t->type AND its size cannot in btf_type_is_modifier()
404 * because its size is always sizeof(void *). in btf_type_is_modifier()
547 /* t->size ca
1000 btf_show_obj_is_safe(struct btf_show *show, void *data, int size) btf_show_obj_is_safe() argument
1012 __btf_show_obj_safe(struct btf_show *show, void *data, int size) __btf_show_obj_safe() argument
1052 int size_left, size; btf_show_obj_safe() local
1642 u32 i, size, nelems = 1, id = 0; __btf_resolve_size() local
1722 u32 size = 0; btf_type_id_size() local
4438 btf_ctx_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) btf_ctx_access() argument
4614 btf_struct_walk(struct bpf_verifier_log *log, const struct btf_type *t, int off, int size, u32 *next_btf_id) btf_struct_walk() argument
4840 btf_struct_access(struct bpf_verifier_log *log, const struct btf_type *t, int off, int size, enum bpf_access_type atype __maybe_unused, u32 *next_btf_id) btf_struct_access() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.cpp180 auto contentChildSize = contentNode->GetChildren().size(); in LayoutContent()
596 auto size = in Measure() local
598 FitScrollFullWindow(size); in Measure()
601 MinusPaddingToSize(padding, size); in Measure()
606 if (size.Width() == 0.0f) { in Measure()
614 UpdateNavigationMode(navigationLayoutProperty, size, hostNode); in Measure()
615 SizeCalculation(layoutWrapper, hostNode, navigationLayoutProperty, size); in Measure()
623 SetNavigationHeight(layoutWrapper, size); in Measure()
625 size.AddWidth(padding.left.value_or(0.0f) + padding.right.value_or(0.0f)); in Measure()
626 size in Measure()
657 SetNavigationHeight(LayoutWrapper* layoutWrapper, SizeF& size) SetNavigationHeight() argument
[all...]
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp259 EXPECT_EQ(static_cast<int>(elementInfo_->GetChildIds().size()), 0); in HWTEST_F()
273 EXPECT_EQ(static_cast<int>(elementInfo_->GetChildIds().size()), 1); in HWTEST_F()
287 EXPECT_EQ(static_cast<int>(elementInfo_->GetChildIds().size()), 1); in HWTEST_F()
290 EXPECT_EQ(static_cast<int>(elementInfo_->GetChildIds().size()), 1); in HWTEST_F()
328 EXPECT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), 0); in HWTEST_F()
342 ASSERT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), 1); in HWTEST_F()
358 EXPECT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), 1); in HWTEST_F()
361 EXPECT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), 0); in HWTEST_F()
391 EXPECT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), 1); in HWTEST_F()
393 EXPECT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), in HWTEST_F()
[all...]
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_element_info.cpp259 EXPECT_EQ(static_cast<int>(elementInfo_->GetChildIds().size()), 0); in HWTEST_F()
273 EXPECT_EQ(static_cast<int>(elementInfo_->GetChildIds().size()), 1); in HWTEST_F()
287 EXPECT_EQ(static_cast<int>(elementInfo_->GetChildIds().size()), 1); in HWTEST_F()
290 EXPECT_EQ(static_cast<int>(elementInfo_->GetChildIds().size()), 1); in HWTEST_F()
328 EXPECT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), 0); in HWTEST_F()
342 ASSERT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), 1); in HWTEST_F()
358 EXPECT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), 1); in HWTEST_F()
361 EXPECT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), 0); in HWTEST_F()
391 EXPECT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), 1); in HWTEST_F()
393 EXPECT_EQ(static_cast<int>(elementInfo_->GetActionList().size()), in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp235 uint32_t size = (isFlagsIncluded) ? BLE_ADV_FLAGS_FIELD_LENGTH : 0; in GetAdvertiserTotalBytes() local
238 size += BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + BLE_ADV_MANUFACTURER_ID_LENGTH + iter->second.length(); in GetAdvertiserTotalBytes()
243 size += BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + static_cast<uint32_t>(iter->first.GetUuidType()) in GetAdvertiserTotalBytes()
260 size += BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + static_cast<uint32_t>(num16BitUuids * Uuid::UUID16_BYTES_TYPE); in GetAdvertiserTotalBytes()
263 size += BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + static_cast<uint32_t>(num32BitUuids * Uuid::UUID32_BYTES_TYPE); in GetAdvertiserTotalBytes()
266 size += BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + static_cast<uint32_t>(num128BitUuids * Uuid::UUID128_BYTES_TYPE); in GetAdvertiserTotalBytes()
271 size += BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + deviceNameLen; in GetAdvertiserTotalBytes()
275 size += BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + txPowerLen; in GetAdvertiserTotalBytes()
277 return size; in GetAdvertiserTotalBytes()
299 uint32_t size in CheckAdvertiserData() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_fuse.cpp113 int WrapRead(const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fileInfo) in WrapRead() argument
116 int ret = DelayedSingleton<MtpFileSystem>::GetInstance()->Read(path, buf, size, offset, fileInfo); in WrapRead()
121 int WrapWrite(const char *path, const char *buf, size_t size, off_t offset, struct fuse_file_info *fileInfo) in WrapWrite() argument
124 int ret = DelayedSingleton<MtpFileSystem>::GetInstance()->Write(path, buf, size, offset, fileInfo); in WrapWrite()
216 int WrapReadLink(const char *path, char *out, size_t size) in WrapReadLink() argument
234 int WrapSetXAttr(const char *path, const char *in, const char *out, size_t size, int flag) in WrapSetXAttr() argument
240 int WrapGetXAttr(const char *path, const char *in, char *out, size_t size) in WrapGetXAttr() argument
246 int WrapListXAttr(const char *path, char *in, size_t size) in WrapListXAttr() argument
264 int WrapAccess(const char *path, int size) in WrapAccess() argument
717 int MtpFileSystem::Read(const char *path, char *buf, size_t size, off_ argument
735 Write(const char *path, const char *buf, size_t size, off_t offset, struct fuse_file_info *fileInfo) Write() argument
[all...]

Completed in 28 milliseconds

1...<<541542543544545546547548549550>>...2019