/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_mem_validation.h | 16 _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 D | mali_mem_validation.h | 17 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 D | uart_mini_virtual.c | 12 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 D | devicetree.c | 11 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 D | um_malloc.h | 11 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 D | edac.h | 7 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 D | copy-unaligned.h | 10 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 D | um_malloc.h | 11 extern void *uml_kmalloc(int size, int flags); 14 extern void *vmalloc(unsigned long size);
|
/kernel/linux/linux-5.10/tools/lib/ |
H A D | zalloc.c | 6 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 D | unxz.h | 14 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 D | unxz.h | 14 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 D | edac.h | 7 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 D | zalloc.c | 6 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 D | kmemleak.h | 5 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 D | hks_test_mem.c | 21 void *HksTestMalloc(size_t size) in HksTestMalloc() argument 23 return malloc(size); in HksTestMalloc()
|
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-debug.h | 13 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 D | uloc_is_right_to_left_fuzzer.cpp | 9 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 D | split_uri_target.c | 4 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 D | Sort.h | 11 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 D | svga_dump.h | 32 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 D | setbuffer.c | 4 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 D | debug.h | 55 * @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 D | compat.h | 16 * 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 D | os_process.h | 37 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 D | debug.h | 70 * @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);
|