Home
last modified time | relevance | path

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

/babblesim_base-3.7.0/libUtilv1/src/
Dbs_oswrap.c94 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()
Dbs_string.c92 void bs_read_hex_dump(char *s,uint8_t *buffer, uint size) { in bs_read_hex_dump()
Dbs_tracing.c72 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
Dbs_cmd_line.c340 static void bs_gen_switch_syntax(char *buf, size_t size, in bs_gen_switch_syntax()
/babblesim_base-3.7.0/libPhyComv1/src/
Dbs_pc_backchannel.c178 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()
Dbs_pc_base.c100 void pb_send_payload(int ff, void *buf, size_t size) { in pb_send_payload()
/babblesim_base-3.7.0/libRandv2/src/
Dbs_rand_main.c96 void bs_random_Gaus_c_buffer(double complex* buffer, uint size){ in bs_random_Gaus_c_buffer()