Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 140) sorted by relevance

123456

/lib/mbedtls/external/mbedtls/tests/include/test/
A Dmemory.h81 #define MBEDTLS_TEST_MEMORY_POISON(ptr, size) \ argument
95 #define MBEDTLS_TEST_MEMORY_UNPOISON(ptr, size) \ argument
104 #define MBEDTLS_TEST_MEMORY_POISON(ptr, size) ((void) (ptr), (void) (size)) argument
105 #define MBEDTLS_TEST_MEMORY_UNPOISON(ptr, size) ((void) (ptr), (void) (size)) argument
A Dconstant_flow.h65 #define TEST_CF_SECRET(ptr, size) argument
66 #define TEST_CF_PUBLIC(ptr, size) argument
/lib/lwip/lwip/src/include/lwip/
A Dmemp.h48 #define LWIP_MEMPOOL(name,num,size,desc) argument
53 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument
71 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
95 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
136 u16_t size; member
/lib/
A Dabuf.c20 void abuf_set(struct abuf *abuf, void *data, size_t size) in abuf_set()
28 void abuf_map_sysmem(struct abuf *abuf, ulong addr, size_t size) in abuf_map_sysmem()
119 void abuf_init_set(struct abuf *abuf, void *data, size_t size) in abuf_init_set()
125 bool abuf_init_size(struct abuf *buf, size_t size) in abuf_init_size()
180 void abuf_init_const(struct abuf *abuf, const void *data, size_t size) in abuf_init_const()
186 void abuf_init_move(struct abuf *abuf, void *data, size_t size) in abuf_init_move()
A Dlmb.c115 phys_addr_t base, phys_size_t size) in lmb_resize_regions()
182 phys_size_t size, u32 flags) in lmb_add_region_flags()
266 phys_size_t size) in _lmb_free()
346 phys_size_t size, u32 flags, bool alloc) in lmb_overlap_checks()
454 static int lmb_map_update_notify(phys_addr_t addr, phys_size_t size, in lmb_map_update_notify()
488 unsigned long long base, size, end; in lmb_dump_region() local
615 phys_size_t size; in lmb_add_memory() local
649 long lmb_add(phys_addr_t base, phys_size_t size) in lmb_add()
661 long lmb_free(phys_addr_t base, phys_size_t size, u32 flags) in lmb_free()
672 static int _lmb_alloc_base(phys_size_t size, ulong align, in _lmb_alloc_base()
[all …]
A Ddisplay_options.c19 char *buf, int size) in display_options_get_banner_priv()
41 char *display_options_get_banner(bool newlines, char *buf, int size) in display_options_get_banner()
96 void print_size(uint64_t size, const char *s) in print_size()
152 uint linelen, char *out, int size) in hexdump_line()
A Dtpm-common.c22 int pack_byte_string(u8 *str, size_t size, const char *format, ...) in pack_byte_string()
83 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...) in unpack_byte_string()
168 uint size; in tpm_sendrecv_command() local
A Dlinux_string.c40 size_t size; in strim() local
A Dfdtdec_test.c57 static int make_fdt(void *fdt, int size, const char *aliases, in make_fdt()
159 fdt_size_t size; in make_fdt_carveout_device() local
231 static int make_fdt_carveout(void *fdt, int size, uint32_t address_cells, in make_fdt_carveout()
A Dmembuf.c79 int size; in membuf_putraw() local
329 int size, orig; in membuf_extend_by() local
362 void membuf_init(struct membuf *mb, char *buff, int size) in membuf_init()
369 int membuf_new(struct membuf *mb, int size) in membuf_new()
/lib/mbedtls/external/mbedtls/tests/src/
A Dtest_memory.c40 void mbedtls_test_memory_poison(const unsigned char *ptr, size_t size) in mbedtls_test_memory_poison()
52 void mbedtls_test_memory_unpoison(const unsigned char *ptr, size_t size) in mbedtls_test_memory_unpoison()
/lib/lwip/lwip/src/core/
A Dmem.c97 mem_overflow_check_raw(void *p, size_t size, const char *descr1, const char *descr2) in mem_overflow_check_raw()
135 mem_overflow_init_raw(void *p, size_t size) in mem_overflow_init_raw()
169 mem_trim(void *mem, mem_size_t size) in mem_trim()
207 mem_malloc(mem_size_t size) in mem_malloc()
251 mem_malloc(mem_size_t size) in mem_malloc()
446 #define mem_overflow_init_element(mem, size) argument
701 mem_size_t size, newsize; in mem_trim() local
833 mem_size_t ptr, ptr2, size; in mem_malloc() local
982 mem_calloc(mem_size_t count, mem_size_t size) in mem_calloc()
999 mem_calloc(mem_size_t count, mem_size_t size) in mem_calloc()
/lib/lwip/lwip/src/include/lwip/priv/
A Dmemp_priv.h84 #define LWIP_MEMPOOL(name,num,size,desc) argument
86 #define LWIP_MALLOC_MEMPOOL(num, size) * MEMP_POOL_##size + 0 argument
93 #define LWIP_MEMPOOL(name,num,size,desc) argument
95 #define LWIP_MALLOC_MEMPOOL(num, size) 0 + MEMP_POOL_##size * argument
119 u16_t size; member
A Dmemp_std.h23 #define LWIP_MALLOC_MEMPOOL(num, size) LWIP_MEMPOOL(POOL_##size, num, (size + LWIP_MEM_ALIGN_SIZE(s… argument
/lib/efi_client/
A Defi.c62 static void efi_memset(void *ptr, int ch, int size) in efi_memset()
121 void *efi_malloc(struct efi_priv *priv, int size, efi_status_t *retp) in efi_malloc()
141 efi_uintn_t size, desc_size; in efi_store_memory_map() local
190 efi_uintn_t size; in efi_call_exit_boot_services() local
/lib/efi_loader/
A Defi_load_options.c55 efi_uintn_t *size) in efi_deserialize_load_option()
107 unsigned long size; in efi_serialize_load_option() local
A Defi_bootmgr.c207 static struct udevice *mount_image(u16 *lo_label, ulong addr, ulong size) in mount_image()
351 static efi_status_t prepare_loaded_image(u16 *label, ulong addr, ulong size, in prepare_loaded_image()
644 efi_uintn_t size; in try_load_entry() local
746 efi_uintn_t size; in efi_bootmgr_load() local
907 efi_uintn_t size; in efi_bootmgr_delete_invalid_boot_option() local
1011 efi_uintn_t size; in efi_bootmgr_get_unused_bootoption() local
1046 efi_uintn_t last, size, new_size; in efi_bootmgr_append_bootorder() local
1087 efi_uintn_t num, size; in efi_bootmgr_delete_boot_option() local
A Defi_dt_fixup.c26 static void efi_reserve_memory(u64 addr, u64 size, bool nomap) in efi_reserve_memory()
94 u64 addr, size; in efi_carve_out_dt_rsv() local
A Defi_acpi.c39 int size; in efi_acpi_register() local
/lib/zstd/common/
A Dzstd_common.c50 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customMalloc()
57 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customCalloc()
/lib/lwip/lwip/src/api/
A Dnetbuf.c102 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc()
151 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref()
/lib/mbedtls/external/mbedtls/tests/configs/
A Duser-config-malloc-0-null.h12 static inline void *custom_calloc(size_t nmemb, size_t size) in custom_calloc()
/lib/mbedtls/external/mbedtls/library/
A Dmd_wrap.h34 unsigned char size; member
/lib/aes/
A Daes-decrypt.c14 void **data, size_t *size) in image_aes_decrypt()
/lib/lwip/lwip/test/unit/core/
A Dtest_mem.c59 static void malloc_keep_x(int x, int num, int size, int freestep) in malloc_keep_x()
93 int size; in START_TEST() local

Completed in 41 milliseconds

123456