Searched defs:nwords (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | mpalloc.c | 154 mpd_qnew_size(mpd_ssize_t nwords) in mpd_qnew_size() 211 mpd_switch_to_dyn(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) in mpd_switch_to_dyn() 240 mpd_switch_to_dyn_zero(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) in mpd_switch_to_dyn_zero() 275 mpd_realloc_dyn(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) in mpd_realloc_dyn() 304 mpd_switch_to_dyn_cxx(mpd_t *result, mpd_ssize_t nwords) in mpd_switch_to_dyn_cxx() 335 mpd_realloc_dyn_cxx(mpd_t *result, mpd_ssize_t nwords) in mpd_realloc_dyn_cxx()
|
D | mpdecimal.c | 499 mpd_qresize(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) in mpd_qresize() 521 mpd_qresize_cxx(mpd_t *result, mpd_ssize_t nwords) in mpd_qresize_cxx() 544 mpd_qresize_zero(mpd_t *result, mpd_ssize_t nwords, uint32_t *status) in mpd_qresize_zero() 589 mpd_resize(mpd_t *result, mpd_ssize_t nwords, mpd_context_t *ctx) in mpd_resize() 600 mpd_resize_zero(mpd_t *result, mpd_ssize_t nwords, mpd_context_t *ctx) in mpd_resize_zero()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
D | ping.c | 71 int nwords = len >> 1; in pingchksum() local
|
/third_party/mksh/ |
D | edit.c | 246 x_print_expansions(int nwords, char * const *words, bool is_command) in x_print_expansions() 394 int nwords; in x_file_glob() local 489 size_t nwords; in x_command_glob() local 621 int len, nwords = 0; in x_cf_glob() local 706 x_longest_prefix(int nwords, char * const * words) in x_longest_prefix() 730 x_free_words(int nwords, char **words) in x_free_words() 2780 int start, end, nwords, i; in x_expand() local 2814 int start, end, nlen, olen, nwords; in do_complete() local 5361 int rval = 0, nwords, start, end, i; in expand_word() local 5414 int rval, nwords, start, end, flags; in complete_word() local [all …]
|
/third_party/toybox/toys/pending/ |
D | traceroute.c | 91 int nwords = len >> 1; in in_cksum() local
|
/third_party/openssl/crypto/bn/ |
D | bn_lib.c | 807 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_copy.c | 2031 unsigned nwords = size / sizeof(uint32_t); in panvk_meta_fill_buf() local
|