Searched defs:wbase (Results 1 – 2 of 2) sorted by relevance
/external/musl/src/internal/ |
D | stdio_impl.h | 27 unsigned char *wbase; member
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 8151 _baseconv_to_u16(uint16_t **w, size_t wlen, mpd_uint_t wbase, in _baseconv_to_u16() 8215 _baseconv_to_smaller(uint32_t **w, size_t wlen, uint32_t wbase, in _baseconv_to_smaller() 8257 _baseconv_to_larger(uint32_t **w, size_t wlen, mpd_uint_t wbase, in _baseconv_to_larger() 8295 _coeff_from_larger_base(mpd_t *w, size_t wlen, mpd_uint_t wbase, in _coeff_from_larger_base() 8323 _coeff_from_smaller_base(mpd_t *w, mpd_ssize_t wlen, mpd_uint_t wbase, in _coeff_from_smaller_base() 8897 const mpd_uint_t wbase = 1U<<16; in _uint_to_u16() local
|