/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_nist.c | 395 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_192() local 399 acc = load_u32(&rp[0]); in BN_nist_mod_192() 400 acc += bp[3 * 2 - 6]; in BN_nist_mod_192() 401 acc += bp[5 * 2 - 6]; in BN_nist_mod_192() 402 store_lo32(&rp[0], acc); in BN_nist_mod_192() 403 acc >>= 32; in BN_nist_mod_192() 405 acc += load_u32(&rp[1]); in BN_nist_mod_192() 406 acc += bp[3 * 2 - 5]; in BN_nist_mod_192() 407 acc += bp[5 * 2 - 5]; in BN_nist_mod_192() 408 store_lo32(&rp[1], acc); in BN_nist_mod_192() 542 NIST_INT64 acc; /* accumulator */ BN_nist_mod_224() local 704 NIST_INT64 acc; /* accumulator */ BN_nist_mod_256() local 941 NIST_INT64 acc; /* accumulator */ BN_nist_mod_384() local [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_nist.c | 373 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_192() local 377 acc = rp[0]; in BN_nist_mod_192() 378 acc += bp[3 * 2 - 6]; in BN_nist_mod_192() 379 acc += bp[5 * 2 - 6]; in BN_nist_mod_192() 380 rp[0] = (unsigned int)acc; in BN_nist_mod_192() 381 acc >>= 32; in BN_nist_mod_192() 383 acc += rp[1]; in BN_nist_mod_192() 384 acc += bp[3 * 2 - 5]; in BN_nist_mod_192() 385 acc += bp[5 * 2 - 5]; in BN_nist_mod_192() 386 rp[1] = (unsigned int)acc; in BN_nist_mod_192() 520 NIST_INT64 acc; /* accumulator */ BN_nist_mod_224() local 682 NIST_INT64 acc; /* accumulator */ BN_nist_mod_256() local 919 NIST_INT64 acc; /* accumulator */ BN_nist_mod_384() local [all...] |
/third_party/lwip/src/core/ |
H A D | inet_chksum.c | 82 u32_t acc; in lwip_standard_chksum() local 86 acc = 0; in lwip_standard_chksum() 97 acc += src; in lwip_standard_chksum() 103 acc += src; in lwip_standard_chksum() 106 acc = (acc >> 16) + (acc & 0x0000ffffUL); in lwip_standard_chksum() 107 if ((acc & 0xffff0000UL) != 0) { in lwip_standard_chksum() 108 acc = (acc >> 1 in lwip_standard_chksum() 260 inet_cksum_pseudo_base(struct pbuf *p, u8_t proto, u16_t proto_len, u32_t acc) inet_cksum_pseudo_base() argument 313 u32_t acc; inet_chksum_pseudo() local 346 u32_t acc = 0; ip6_chksum_pseudo() local 399 inet_cksum_pseudo_partial_base(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, u32_t acc) inet_cksum_pseudo_partial_base() argument 459 u32_t acc; inet_chksum_pseudo_partial() local 494 u32_t acc = 0; ip6_chksum_pseudo_partial() local 570 u32_t acc; inet_chksum_pbuf() local [all...] |
/third_party/python/Objects/ |
H A D | accu.c | 18 _PyAccu_Init(_PyAccu *acc) in _PyAccu_Init() argument 21 acc->large = NULL; in _PyAccu_Init() 22 acc->small = PyList_New(0); in _PyAccu_Init() 23 if (acc->small == NULL) in _PyAccu_Init() 29 flush_accumulator(_PyAccu *acc) in flush_accumulator() argument 31 Py_ssize_t nsmall = PyList_GET_SIZE(acc->small); in flush_accumulator() 35 if (acc->large == NULL) { in flush_accumulator() 36 acc->large = PyList_New(0); in flush_accumulator() 37 if (acc->large == NULL) in flush_accumulator() 40 joined = join_list_unicode(acc in flush_accumulator() 55 _PyAccu_Accumulate(_PyAccu *acc, PyObject *unicode) _PyAccu_Accumulate() argument 76 _PyAccu_FinishAsList(_PyAccu *acc) _PyAccu_FinishAsList() argument 93 _PyAccu_Finish(_PyAccu *acc) _PyAccu_Finish() argument 111 _PyAccu_Destroy(_PyAccu *acc) _PyAccu_Destroy() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 100 my @acc=map("%l$_",(0..7)); 177 # to @acc[0-7] do "contaminate" upper bits, but they are cleared before 205 srlx $t0,32,@acc[1] ! extract high parts 206 srlx $t1,32,@acc[2] 207 srlx $t2,32,@acc[3] 208 srlx $t3,32,@acc[4] 209 srlx $t4,32,@acc[5] 210 srlx $t5,32,@acc[6] 211 srlx $t6,32,@acc[7] 212 srlx $t7,32,@acc[ [all...] |
H A D | ecp_nistz256-armv4.pl | 554 my @acc=map("r$_",(3..11)); 590 ldmia $a_ptr,{@acc[1]-@acc[8]} 592 umull @acc[0],$t3,@acc[1],$bj @ r[0]=a[0]*b[0] 593 stmdb sp!,{$acc[1]-@acc[8]} @ copy a[0-7] to stack, so 597 umull @acc[1],$t0,@acc[2],$bj @ r[1]=a[1]*b[0] 598 umull @acc[ [all...] |
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 100 my @acc=map("%l$_",(0..7)); 177 # to @acc[0-7] do "contaminate" upper bits, but they are cleared before 205 srlx $t0,32,@acc[1] ! extract high parts 206 srlx $t1,32,@acc[2] 207 srlx $t2,32,@acc[3] 208 srlx $t3,32,@acc[4] 209 srlx $t4,32,@acc[5] 210 srlx $t5,32,@acc[6] 211 srlx $t6,32,@acc[7] 212 srlx $t7,32,@acc[ [all...] |
H A D | ecp_nistz256-armv4.pl | 554 my @acc=map("r$_",(3..11)); 590 ldmia $a_ptr,{@acc[1]-@acc[8]} 592 umull @acc[0],$t3,@acc[1],$bj @ r[0]=a[0]*b[0] 593 stmdb sp!,{$acc[1]-@acc[8]} @ copy a[0-7] to stack, so 597 umull @acc[1],$t0,@acc[2],$bj @ r[1]=a[1]*b[0] 598 umull @acc[ [all...] |
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | array_accessor_test.cc | 29 auto* acc = IndexAccessor("my_var", Expr(Source{{12, 34}}, 1.0f)); in TEST_F() local 30 WrapInFunction(acc); in TEST_F() 40 auto* acc = IndexAccessor("my_var", idx); in TEST_F() local 41 WrapInFunction(Decl(idx), acc); in TEST_F() local 50 auto* acc = IndexAccessor(IndexAccessor("my_var", idx), idy); in TEST_F() local 51 WrapInFunction(Decl(idx), Decl(idy), acc); in TEST_F() local 59 auto* acc = IndexAccessor("my_const", Expr(Source{{12, 34}}, idx)); in TEST_F() local 60 WrapInFunction(Decl(idx), acc); in TEST_F() local 70 auto* acc = IndexAccessor("my_var", Expr(Source{{12, 34}}, idx)); in TEST_F() local 71 WrapInFunction(Decl(idx), acc); in TEST_F() local 81 auto* acc = TEST_F() local 83 WrapInFunction(Decl(idx), acc); TEST_F() local 93 auto* acc = IndexAccessor("my_var", 2); TEST_F() local 109 auto* acc = IndexAccessor(IndexAccessor("my_var", 2), 1); TEST_F() local 123 auto* acc = IndexAccessor("my_var", Expr(Source{{12, 34}}, 2.0f)); TEST_F() local 134 auto* acc = IndexAccessor("my_var", idx); TEST_F() local 135 WrapInFunction(Decl(idx), acc); TEST_F() local 143 auto* acc = IndexAccessor("my_var", Expr(Source{{12, 34}}, idx)); TEST_F() local 144 WrapInFunction(Decl(idx), acc); TEST_F() local 152 auto* acc = IndexAccessor("my_var", 2); TEST_F() local 168 auto* acc = IndexAccessor("my_var", idx); TEST_F() local 185 auto* acc = IndexAccessor("my_var", 2); TEST_F() local 200 auto* acc = IndexAccessor("my_var", 2); TEST_F() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 212 $acc="esi"; 255 my ($v0,$v1) = ($acc,$key); 312 { my ($v0,$v1) = ($key,$acc); 370 &movz ($acc,&LB("eax")); # 0 371 &mov ("ecx",&DWP(0,$tbl,$acc,8)); # 0 377 &movz ($acc,&LB("ebx")); # 10 378 &xor ("ecx",&DWP(2,$tbl,$acc,8)); # 10 380 &movz ($acc,&HB("ebx")); # 11 381 &xor ("edx",&DWP(1,$tbl,$acc,8)); # 11 384 &movz ($acc, [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 212 $acc="esi"; 255 my ($v0,$v1) = ($acc,$key); 312 { my ($v0,$v1) = ($key,$acc); 370 &movz ($acc,&LB("eax")); # 0 371 &mov ("ecx",&DWP(0,$tbl,$acc,8)); # 0 377 &movz ($acc,&LB("ebx")); # 10 378 &xor ("ecx",&DWP(2,$tbl,$acc,8)); # 10 380 &movz ($acc,&HB("ebx")); # 11 381 &xor ("edx",&DWP(1,$tbl,$acc,8)); # 11 384 &movz ($acc, [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | lossless_videodsp.c | 63 int acc) in add_left_pred_c() 68 acc += src[i]; in add_left_pred_c() 69 dst[i] = acc; in add_left_pred_c() 71 acc += src[i]; in add_left_pred_c() 72 dst[i] = acc; in add_left_pred_c() 76 acc += src[i]; in add_left_pred_c() 77 dst[i] = acc; in add_left_pred_c() 80 return acc; in add_left_pred_c() 83 static int add_left_pred_int16_c(uint16_t *dst, const uint16_t *src, unsigned mask, ptrdiff_t w, unsigned acc){ in add_left_pred_int16_c() argument 87 acc in add_left_pred_int16_c() 62 add_left_pred_c(uint8_t *dst, const uint8_t *src, ptrdiff_t w, int acc) add_left_pred_c() argument [all...] |
/third_party/node/benchmark/url/ |
H A D | url-searchparams-creation.js | 37 return valueKeys.reduce((acc, key) => { 38 acc[key] = Object.keys(values[key]).reduce((acc, k, i) => { 39 acc += `${k}=${values[key][k]}${i < valueKeys.length - 1 ? '&' : ''}`; 40 return acc; 42 return acc; 46 return valueKeys.reduce((acc, key) => { 47 acc[key] = Object.keys(values[key]).reduce((acc, k) => { 48 acc [all...] |
H A D | url-searchparams-toString.js | 37 return valueKeys.reduce((acc, key) => { 39 acc[key] = objectKeys.reduce((acc, k, i) => { 40 acc += `${k}=${values[key][k]}${i < objectKeys.length - 1 ? '&' : ''}`; 41 return acc; 43 return acc; 47 return valueKeys.reduce((acc, key) => { 48 acc[key] = Object.keys(values[key]).reduce((acc, k) => { 49 acc [all...] |
/third_party/ltp/testcases/kernel/irq/ |
H A D | irqbalance01.c | 95 long acc; in collect_irq_info() local 138 acc = -1; in collect_irq_info() 140 /* Parse columns containing IRQ counts and IRQ IDs into acc. Ignore in collect_irq_info() 147 if (acc >= 0) { in collect_irq_info() 148 irq_stats[row * nr_cpus + col] = acc; in collect_irq_info() 149 acc = -1; in collect_irq_info() 154 if (acc != -1) in collect_irq_info() 160 if (acc == -1) in collect_irq_info() 161 acc = 0; in collect_irq_info() 163 acc * in collect_irq_info() [all...] |
/third_party/rust/crates/rust-cexpr/src/ |
H A D | expr.rs | 306 let (input, acc) = self.unary(input)?; in mul_div_rem() 311 move || acc.clone(), in mul_div_rem() 312 |mut acc, (op, val): (&[u8], EvalResult)| { in mul_div_rem() 314 '*' => acc *= &val, in mul_div_rem() 315 '/' => acc /= &val, in mul_div_rem() 316 '%' => acc %= &val, in mul_div_rem() 319 acc in mul_div_rem() 325 let (input, acc) = self.mul_div_rem(input)?; in add_sub() 330 move || acc.clone(), in add_sub() 331 |mut acc, (o in add_sub() [all...] |
/third_party/mbedtls/library/ |
H A D | mps_reader.c | 73 if (rd->acc == NULL) { in mps_reader_is_accumulating() 97 unsigned char *acc = rd->acc; in mps_reader_get_fragment_offset() local 100 if (acc == NULL) { in mps_reader_get_fragment_offset() 133 .acc = NULL, in mps_reader_zero() 141 unsigned char *acc, in mbedtls_mps_reader_init() 148 rd->acc = acc; in mbedtls_mps_reader_init() 178 unsigned char *acc = rd->acc; in mbedtls_mps_reader_feed() local 140 mbedtls_mps_reader_init(mbedtls_mps_reader *rd, unsigned char *acc, mbedtls_mps_size_t acc_len) mbedtls_mps_reader_init() argument 312 unsigned char *acc; mbedtls_mps_reader_get() local 414 unsigned char *frag, *acc; mbedtls_mps_reader_reclaim() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/ |
H A D | rc4-s390x.pl | 57 $acc="%r0"; 101 llgc $acc,2($TY,$key) 104 sllg $acc,$acc,8 105 ic $acc,2($TY,$key) 124 sllg $acc,$acc,8 126 ic $acc,2($TY,$key) 127 xgr $acc,$TX[1] 128 stg $acc, [all...] |
/third_party/openssl/crypto/rc4/asm/ |
H A D | rc4-s390x.pl | 57 $acc="%r0"; 101 llgc $acc,2($TY,$key) 104 sllg $acc,$acc,8 105 ic $acc,2($TY,$key) 124 sllg $acc,$acc,8 126 ic $acc,2($TY,$key) 127 xgr $acc,$TX[1] 128 stg $acc, [all...] |
/third_party/node/deps/npm/node_modules/text-table/ |
H A D | index.js | 9 var dotsizes = reduce(rows_, function (acc, row) { 12 if (!acc[ix] || n > acc[ix]) acc[ix] = n; 14 return acc; 31 var sizes = reduce(rows, function (acc, row) { 34 if (!acc[ix] || n > acc[ix]) acc[ix] = n; 36 return acc; [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff1.cc | 402 void plan_subset_encoding (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *plan) in plan_subset_encoding() 404 const Encoding *encoding = acc.encoding; in plan_subset_encoding() 427 code = acc.glyph_to_code (old_glyph); in plan_subset_encoding() 443 hb_codepoint_t sid = acc.glyph_to_sid (old_glyph); in plan_subset_encoding() 466 void plan_subset_charset (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *plan) in plan_subset_charset() 486 sid = acc.glyph_to_sid (old_glyph); in plan_subset_charset() 488 if (!acc.is_CID ()) in plan_subset_charset() 515 bool collect_sids_in_dicts (const OT::cff1::accelerator_subset_t &acc) in collect_sids_in_dicts() 521 unsigned int sid = acc.topDict.nameSIDs[i]; in collect_sids_in_dicts() 529 if (acc in collect_sids_in_dicts() 708 _serialize_cff1(hb_serialize_context_t *c, cff_subset_plan &plan, const OT::cff1::accelerator_subset_t &acc, unsigned int num_glyphs) _serialize_cff1() argument 906 _hb_subset_cff1(const OT::cff1::accelerator_subset_t &acc, hb_subset_context_t *c) _hb_subset_cff1() argument 923 OT::cff1::accelerator_subset_t acc; hb_subset_cff1() local [all...] |
/third_party/libunwind/libunwind/tests/ |
H A D | test-proc-info.c | 128 unw_accessors_t acc; in main() local 136 memset (&acc, 0, sizeof (acc)); in main() 137 acc.find_proc_info = find_proc_info; in main() 138 acc.put_unwind_info = put_unwind_info; in main() 139 acc.get_dyn_info_list_addr = get_dyn_info_list_addr; in main() 140 acc.access_mem = access_mem; in main() 141 acc.access_reg = access_reg; in main() 142 acc.access_fpreg = access_fpreg; in main() 143 acc in main() [all...] |
/third_party/FreeBSD/lib/libc/stdlib/ |
H A D | strtoimax.c | 59 uintmax_t acc; in strtoimax_l() local 95 acc = any = 0; in strtoimax_l() 135 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoimax_l() 139 acc *= base; in strtoimax_l() 140 acc += c; in strtoimax_l() 144 acc = neg ? INTMAX_MIN : INTMAX_MAX; in strtoimax_l() 150 acc = -acc; in strtoimax_l() 155 return (acc); in strtoimax_l() [all...] |
H A D | strtoumax.c | 59 uintmax_t acc; in strtoumax_l() local 93 acc = any = 0; in strtoumax_l() 113 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoumax_l() 117 acc *= base; in strtoumax_l() 118 acc += c; in strtoumax_l() 122 acc = UINTMAX_MAX; in strtoumax_l() 128 acc = -acc; in strtoumax_l() 133 return (acc); in strtoumax_l() [all...] |
H A D | strtoul.c | 59 unsigned long acc; in strtoul_l() local 93 acc = any = 0; in strtoul_l() 113 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) { in strtoul_l() 117 acc *= base; in strtoul_l() 118 acc += c; in strtoul_l() 122 acc = ULONG_MAX; in strtoul_l() 128 acc = -acc; in strtoul_l() 133 return (acc); in strtoul_l() [all...] |