Searched defs:size (Results 1 – 7 of 7) sorted by relevance
/babblesim_base-3.7.0/libUtilv1/src/ |
D | bs_oswrap.c | 94 void* bs_malloc(size_t size) { in bs_malloc() 106 void* bs_aligned_alloc(size_t alignment, size_t size) { in bs_aligned_alloc() 117 void* bs_calloc(size_t nmemb, size_t size) { in bs_calloc() 129 void* bs_realloc(void *ptr, size_t size) { in bs_realloc() 148 void bs_readline(char *s, int size, FILE *stream){ in bs_readline()
|
D | bs_string.c | 92 void bs_read_hex_dump(char *s,uint8_t *buffer, uint size) { in bs_read_hex_dump()
|
D | bs_tracing.c | 72 int size = BS_MIN(strlen(prefix), MAX_PREFIX_LEN-1); in bs_trace_set_prefix() local 82 int size = BS_MIN(strlen(prefix), MAX_PREFIX_LEN-1); in bs_trace_set_color_prefix() local
|
D | bs_cmd_line.c | 340 static void bs_gen_switch_syntax(char *buf, size_t size, in bs_gen_switch_syntax()
|
/babblesim_base-3.7.0/libPhyComv1/src/ |
D | bs_pc_backchannel.c | 178 void bs_bc_send_msg(uint channel_id, uint8_t *ptr, size_t size){ in bs_bc_send_msg() 236 void bs_bc_receive_msg(int channel_id , uint8_t *ptr, size_t size){ in bs_bc_receive_msg()
|
D | bs_pc_base.c | 100 void pb_send_payload(int ff, void *buf, size_t size) { in pb_send_payload()
|
/babblesim_base-3.7.0/libRandv2/src/ |
D | bs_rand_main.c | 96 void bs_random_Gaus_c_buffer(double complex* buffer, uint size){ in bs_random_Gaus_c_buffer()
|