Home
last modified time | relevance | path

Searched refs:snum (Results 1 - 8 of 8) sorted by relevance

/third_party/vixl/examples/aarch32/
H A Ddisasm-a32.cc137 for (int snum = 0; snum < nsym; snum++) { in LocateSymbols()
138 if ((sym[snum].st_shndx > 0) && (sym[snum].st_shndx < ehdr->e_shnum) && in LocateSymbols()
139 (sym[snum].st_value != 0) && in LocateSymbols()
140 (shdr[sym[snum].st_shndx].sh_type == SHT_PROGBITS) && in LocateSymbols()
141 ((ELF32_ST_BIND(sym[snum].st_info) == STB_LOCAL) || in LocateSymbols()
142 (ELF32_ST_BIND(sym[snum].st_info) == STB_GLOBAL)) && in LocateSymbols()
143 (ELF32_ST_TYPE(sym[snum] in LocateSymbols()
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_div.c268 BIGNUM *tmp, *snum, *sdiv, *res; in bn_div_fixed_top() local
283 snum = BN_CTX_get(ctx); in bn_div_fixed_top()
300 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()
304 num_n = snum->top; 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()
316 * Lets setup a 'window' into snum This is the part that corresponds to in bn_div_fixed_top()
319 wnum = &(snum->d[loop]); in bn_div_fixed_top()
320 wnumtop = &(snum in bn_div_fixed_top()
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_div.c268 BIGNUM *tmp, *snum, *sdiv, *res; in bn_div_fixed_top() local
283 snum = BN_CTX_get(ctx); in bn_div_fixed_top()
300 if (!(bn_lshift_fixed_top(snum, num, norm_shift))) in bn_div_fixed_top()
304 num_n = snum->top; 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()
316 * Lets setup a 'window' into snum This is the part that corresponds to in bn_div_fixed_top()
319 wnum = &(snum->d[loop]); in bn_div_fixed_top()
320 wnumtop = &(snum in bn_div_fixed_top()
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_camellia.c327 int snum = EVP_CIPHER_CTX_get_num(ctx); in camellia_ctr_cipher() local
331 if (snum < 0) in camellia_ctr_cipher()
333 num = snum; in camellia_ctr_cipher()
/third_party/openssl/crypto/evp/
H A De_camellia.c327 int snum = EVP_CIPHER_CTX_get_num(ctx); in camellia_ctr_cipher() local
331 if (snum < 0) in camellia_ctr_cipher()
333 num = snum; in camellia_ctr_cipher()
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c3262 int64_t snum; in matroska_parse_laces() local
3264 r = matroska_ebmlnum_sint(matroska, pb, &snum); in matroska_parse_laces()
3267 if (lace_size[n - 1] + snum > (uint64_t)INT_MAX) in matroska_parse_laces()
3270 lace_size[n] = lace_size[n - 1] + snum; in matroska_parse_laces()
/third_party/elfutils/src/
H A Dreadelf.c7624 Dwarf_Sword snum = 0; in attr_callback() local
7634 if (unlikely (dwarf_formsdata (attrp, &snum) != 0)) in attr_callback()
7654 printf ("%" PRId8, (int8_t) snum); in attr_callback()
7661 printf ("%" PRId16, (int16_t) snum); in attr_callback()
7668 printf ("%" PRId32, (int32_t) snum); in attr_callback()
7675 printf ("%" PRId64, (int64_t) snum); in attr_callback()
7682 printf ("%" PRIdMAX, (intmax_t) snum); in attr_callback()
/third_party/toybox/toys/pending/
H A Dbc.c2403 BcNum *dnum = bc_vec_item(d, i), *snum = bc_vec_item(s, i); in bc_array_copy() local
2404 bc_num_createCopy(dnum, snum); in bc_array_copy()

Completed in 34 milliseconds