Searched refs:div_n (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_div.c | 271 int num_n, div_n, num_neg; in bn_div_fixed_top() local 303 div_n = sdiv->top; in bn_div_fixed_top() 306 if (num_n <= div_n) { in bn_div_fixed_top() 308 if (bn_wexpand(snum, div_n + 1) == NULL) in bn_div_fixed_top() 310 memset(&(snum->d[num_n]), 0, (div_n - num_n + 1) * sizeof(BN_ULONG)); in bn_div_fixed_top() 311 snum->top = num_n = div_n + 1; in bn_div_fixed_top() 314 loop = num_n - div_n; in bn_div_fixed_top() 323 d0 = sdiv->d[div_n - 1]; in bn_div_fixed_top() 324 d1 = (div_n == 1) ? 0 : sdiv->d[div_n in bn_div_fixed_top() [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 271 int num_n, div_n, num_neg; in bn_div_fixed_top() local 303 div_n = sdiv->top; in bn_div_fixed_top() 306 if (num_n <= div_n) { in bn_div_fixed_top() 308 if (bn_wexpand(snum, div_n + 1) == NULL) in bn_div_fixed_top() 310 memset(&(snum->d[num_n]), 0, (div_n - num_n + 1) * sizeof(BN_ULONG)); in bn_div_fixed_top() 311 snum->top = num_n = div_n + 1; in bn_div_fixed_top() 314 loop = num_n - div_n; in bn_div_fixed_top() 323 d0 = sdiv->d[div_n - 1]; in bn_div_fixed_top() 324 d1 = (div_n == 1) ? 0 : sdiv->d[div_n in bn_div_fixed_top() [all...] |
/third_party/alsa-utils/topology/nhlt/intel/ssp/ |
H A D | ssp-intel.h | 63 uint32_t div_n; member
|
H A D | ssp-process.c | 597 mn->div_n = aux->mn.n_div; in ssp_calculate_intern_ext()
|
Completed in 4 milliseconds