/trusty/user/base/lib/spi/common/ |
D | utils.c | 61 void mb_init(struct mem_buf* mb, void* buf, size_t sz, size_t align) { in mb_init() 83 bool mb_resize(struct mem_buf* mb, size_t sz) { in mb_resize() 95 void* mb_advance_pos(struct mem_buf* mb, size_t sz) { in mb_advance_pos()
|
/trusty/user/base/include/user/ |
D | trusty_app_manifest.h | 36 #define TRUSTY_APP_CONFIG_MIN_STACK_SIZE(sz) \ argument 39 #define TRUSTY_APP_CONFIG_MIN_HEAP_SIZE(sz) \ argument 42 #define TRUSTY_APP_CONFIG_MAP_MEM(id, off, sz) \ argument
|
/trusty/kernel/include/shared/lk/ |
D | trusty_bench_print_tables.h | 55 static inline void trusty_bench_print_border(size_t sz) { in trusty_bench_print_border() 68 static inline void trusty_bench_center_print(size_t sz, const char* val) { in trusty_bench_center_print() 87 static inline void trusty_bench_left_print(size_t sz, const char* val) { in trusty_bench_left_print() 119 static inline void trusty_bench_print_col_header(size_t sz, in trusty_bench_print_col_header() 141 size_t sz = 0; in trusty_bench_print_header() local 280 size_t sz, in trusty_bench_print_col_stat()
|
/trusty/hardware/nxp/app/hwcrypto/ |
D | caam.h | 71 #define DECLARE_SG_SAFE_BUF(nm, sz) uint8_t nm[sz] __attribute__((aligned(sz))) argument
|
/trusty/kernel/app/memorylatencybench/ |
D | main.c | 113 uint64_t sz = working_set_sizes[bench_get_param_idx()]; variable 136 uint64_t sz = working_set_sizes[bench_get_param_idx()]; variable
|
/trusty/kernel/lib/memlog/ |
D | trusty-log.h | 34 uint32_t sz; member
|
D | memlog.c | 135 size_t sz, in map_rb() 162 size_t sz) { in memlog_add()
|
/trusty/user/app/sample/spi/swspi-srv/driver/ |
D | swspi.c | 82 static uint8_t digest(uint8_t* buf, size_t sz) { in digest() 94 static void rand_buf(uint8_t* buf, size_t sz, uint8_t seed) { in rand_buf()
|
/trusty/user/app/storage/test/storage-benchmark/ |
D | main.c | 83 size_t sz = size_params[bench_get_param_idx() / NUM_STORAGE_TYPE]; in BENCH_SETUP() local
|
/trusty/user/app/sample/spi/swspi-test/ |
D | swspi-test.c | 91 static uint8_t digest(uint8_t* buf, size_t sz) { in digest() 103 static void rand_buf(uint8_t* buf, size_t sz, uint8_t seed) { in rand_buf() 444 size_t sz = sizeof(expected); in TEST_P() local
|
/trusty/user/app/sample/hwrng-bench/ |
D | main.c | 41 size_t sz; member
|
/trusty/kernel/lib/trusty/ |
D | trusty_virtio.c | 302 ns_size_t sz, in map_descr() 309 static status_t unmap_descr(void* va, size_t sz) { in unmap_descr()
|
D | tipc_virtio_dev.c | 1377 static int _send_buf(uint8_t* dst, size_t sz, void* ctx) { in _send_buf()
|
/trusty/user/app/storage/ |
D | block_device_tipc.c | 451 data_block_t* sz) { in check_storage_size() 497 data_block_t sz; in block_device_tipc_init() local
|
D | file.c | 1593 data_block_t* sz) { in file_read_size()
|
/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 3239 size_t sz = p->head & ~INUSE_BITS; /* third-lowest bit can be set! */ in do_check_top_chunk() local 3252 size_t sz = chunksize(p); in do_check_mmapped_chunk() local 3277 size_t sz = chunksize(p); in do_check_free_chunk() local 3302 size_t sz = p->head & ~INUSE_BITS; in do_check_malloced_chunk() local 3513 size_t sz = chunksize(q); in internal_mallinfo() local 5181 size_t sz = chunksize(q); in internal_inspect_all() local 5342 size_t sz = elem_size; /* serves as 1-element array */ in dlindependent_calloc() local 5860 size_t sz = elem_size; /* serves as 1-element array */ in mspace_independent_calloc() local
|
/trusty/user/app/storage/test/storage-unittest/ |
D | main.c | 104 static inline bool is_valid_size(size_t sz) { in is_valid_size()
|