| /babblesim_base-latest/libPhyComv1/src/ |
| D | bs_pc_backchannel.h | 15 uint *bs_open_back_channel(uint global_dev_nbr, uint* dev_nbrs, uint* channel_nbrs, uint number_of_… 18 void bs_bc_send_msg(uint channel_id, uint8_t *ptr, size_t size); 19 int bs_bc_is_msg_received(uint channel_id);
|
| D | bs_pc_base.h | 36 int pb_phy_is_connected_to_device(pb_phy_state_t *state, uint d); 37 int pb_phy_initcom(pb_phy_state_t *state, const char* s, const char *p, uint n); 39 pc_header_t pb_phy_get_next_request(pb_phy_state_t *state, uint d); 40 void pb_phy_get_wait_s(pb_phy_state_t *state, uint d, pb_wait_t *wait_s); 41 void pb_phy_resp_wait(pb_phy_state_t *state, uint d); 58 int pb_dev_init_com(pb_dev_state_t *state, uint d, const char* s, const char *p);
|
| D | bs_pc_backchannel.c | 61 static uint *channel_id_table = NULL; 111 uint *bs_open_back_channel(uint global_dev_nbr, uint* dev_nbrs, uint* channel_nbrs, uint nbr_of_cha… in bs_open_back_channel() 123 channel_id_table = bs_malloc(nbr_of_channels*sizeof(uint)); in bs_open_back_channel() 178 void bs_bc_send_msg(uint channel_id, uint8_t *ptr, size_t size){ in bs_bc_send_msg() 201 int bs_bc_is_msg_received(uint channel_id){ in bs_bc_is_msg_received()
|
| D | bs_pc_base.c | 279 int pb_phy_initcom(pb_phy_state_t *this, const char* s, const char *p, uint n) { in pb_phy_initcom() 410 int pb_phy_is_connected_to_device(pb_phy_state_t *this, uint d){ in pb_phy_is_connected_to_device() 421 void pb_phy_resp_wait(pb_phy_state_t *this, uint d) { in pb_phy_resp_wait() 431 pc_header_t pb_phy_get_next_request(pb_phy_state_t *this, uint d) { in pb_phy_get_next_request() 448 void pb_phy_get_wait_s(pb_phy_state_t *this, uint d, pb_wait_t *wait_s) { in pb_phy_get_wait_s() 467 int pb_dev_init_com(pb_dev_state_t *this, uint d, const char* s, const char *p) { in pb_dev_init_com()
|
| /babblesim_base-latest/libUtilv1/src/ |
| D | bs_string.c | 39 uint hour; in bs_time_to_str() 40 uint minute; in bs_time_to_str() 41 uint second; in bs_time_to_str() 42 uint us; in bs_time_to_str() 92 void bs_read_hex_dump(char *s,uint8_t *buffer, uint size) { in bs_read_hex_dump() 93 uint ni = 0; in bs_read_hex_dump() 94 uint no = 0; in bs_read_hex_dump()
|
| D | bs_symbols.c | 23 uint Number_Symbols = 0; 42 uint nbr_symbols = 0; in bs_read_function_names_from_Tsymbols() 43 uint read_symbols = 0; in bs_read_function_names_from_Tsymbols() 44 uint error = 0; in bs_read_function_names_from_Tsymbols() 112 static void bs_find_symbol_name(void *fptr, uint *EntryNbr, intptr_t *Offset){ in bs_find_symbol_name() 116 uint Step = ( Number_Symbols + 1 )/ 2; in bs_find_symbol_name() 118 uint CloserEntry = 0; in bs_find_symbol_name() 160 uint EntryNbr; in bs_snprint_symbol_name_from_Tsymbols()
|
| D | bs_string.h | 16 void bs_read_hex_dump(char *s,uint8_t *buffer, uint size);
|
| D | bs_types.h | 22 typedef unsigned int uint; typedef
|
| D | bs_results.c | 47 FILE* bs_create_result_file(const char* s_id, const uint dev_nbr, const char* postfix, char* mode){ in bs_create_result_file()
|
| D | bs_cmd_line.h | 76 int bs_is_multi_opt(const char *arg, const char *option, uint* index, int with_value);
|
| D | bs_cmd_line.c | 106 int bs_is_multi_opt(const char *arg, const char *option, uint* index, int with_value) { in bs_is_multi_opt() 120 uint c = of; in bs_is_multi_opt() 121 uint n=0; in bs_is_multi_opt()
|
| D | bs_oswrap.c | 146 uint i = 0; in bs_readline()
|
| D | bs_tracing.c | 152 uint file_index = 0; //by default thru stdout in bs_trace_vprint()
|
| /babblesim_base-latest/libRandv2/src/ |
| D | bs_rand_main.h | 24 void bs_random_Gaus_c_buffer(double complex* buffer, uint size); 36 uint bs_random_Binomial(uint n, uint32_t probability);
|
| D | bs_rand_inline.h | 20 BSIM_INLINE uint bs_random_Bern(uint32_t probability); 27 BSIM_INLINE uint bs_random_Bern(uint32_t probability){ in bs_random_Bern()
|
| D | bs_rand_main.c | 97 void bs_random_Gaus_c_buffer(double complex* buffer, uint size){ in bs_random_Gaus_c_buffer() 99 uint i; in bs_random_Gaus_c_buffer() 218 uint bs_random_Binomial(uint n, uint32_t probability){ in bs_random_Binomial() 219 uint acc = 0; in bs_random_Binomial() 220 for (uint i = 0; i < n; i ++) { in bs_random_Binomial()
|
| /babblesim_base-latest/device_pause_simu/src/ |
| D | bs_pause_args.h | 21 uint n_times;
|
| /babblesim_base-latest/device_handbrake/src/ |
| D | bs_handbrake_main.c | 33 uint Stop = 0; in main()
|