Home
last modified time | relevance | path

Searched refs:size (Results 13276 - 13300 of 48400) sorted by relevance

1...<<531532533534535536537538539540>>...1936

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mem_validation.h16 _mali_osk_errcode_t mali_mem_validation_add_range(u32 start, u32 size);
17 _mali_osk_errcode_t mali_mem_validation_check(u32 phys_addr, u32 size);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mem_validation.h17 mali_osk_errcode_t mali_mem_validation_add_range(u32 start, u32 size);
18 mali_osk_errcode_t mali_mem_validation_check(u32 phys_addr, u32 size);
/drivers/hdf_core/framework/test/unittest/platform/virtual/mini/
H A Duart_mini_virtual.c12 int32_t UartBlockWrite(DevHandle handle, uint8_t *data, uint32_t size) in UartBlockWrite() argument
16 (void)size; in UartBlockWrite()
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Ddevicetree.c11 void __init early_init_dt_add_memory_arch(u64 base, u64 size) in early_init_dt_add_memory_arch() argument
13 c6x_add_memory(base, size); in early_init_dt_add_memory_arch()
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dum_malloc.h11 extern void *uml_kmalloc(int size, int flags);
14 extern void *vmalloc(unsigned long size);
/kernel/linux/linux-5.10/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/arch/riscv/kernel/
H A Dcopy-unaligned.h10 void __riscv_copy_words_unaligned(void *dst, const void *src, size_t size);
11 void __riscv_copy_bytes_unaligned(void *dst, const void *src, size_t size);
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dum_malloc.h11 extern void *uml_kmalloc(int size, int flags);
14 extern void *vmalloc(unsigned long size);
/kernel/linux/linux-5.10/tools/lib/
H A Dzalloc.c6 void *zalloc(size_t size) in zalloc() argument
8 return calloc(1, size); in zalloc()
/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
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_mem.c21 void *HksTestMalloc(size_t size) in HksTestMalloc() argument
23 return malloc(size); in HksTestMalloc()
/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);

Completed in 23 milliseconds

1...<<531532533534535536537538539540>>...1936