Searched refs:base (Results 1 – 5 of 5) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_utility.c | 248 UINT _nx_utility_uint_to_string(UINT number, UINT base, CHAR *string_buffer, UINT string_buffer_siz… in _nx_utility_uint_to_string() argument 255 if ((string_buffer == NX_NULL) || (string_buffer_size == 0) || (base == 0)) in _nx_utility_uint_to_string() 277 digit = number % base; in _nx_utility_uint_to_string() 280 number = number / base; in _nx_utility_uint_to_string()
|
| /NetX-Duo-v6.2.1/test/regression/mdns_test/ |
| D | netx_mdns_announcement_repeat_test.c | 406 UINT base; in my_packet_process() local 448 base = 1 << k; in my_packet_process() 451 expected_tick_diff *= base; in my_packet_process()
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 201 UINT bsd_number_convert(UINT number, CHAR *string, ULONG buffer_len, UINT base); 5849 UINT bsd_number_convert(UINT number, CHAR *string, ULONG buffer_len, UINT base) in bsd_number_convert() argument 5873 digit = number % base; in bsd_number_convert() 5876 number = number / base; in bsd_number_convert() 5959 INT base = 10, ip_address_index; in nx_bsd_inet_aton() local 5990 base = 10; in nx_bsd_inet_aton() 6001 base = 16; in nx_bsd_inet_aton() 6009 base = 8; in nx_bsd_inet_aton() 6028 value = (value * (ULONG)base) + (ULONG)(tempchar - '0'); in nx_bsd_inet_aton() 6040 if(base == 16) in nx_bsd_inet_aton()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_api.h | 4065 UINT _nx_utility_uint_to_string(UINT number, UINT base, CHAR *string_buffer, UINT string_buffer_siz…
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 5350 … for base-16 address buffer. Fixed a bug of processing hex number.
|