Searched refs:acc (Results 1 - 25 of 26) sorted by relevance

12

/external/dropbear/libtomcrypt/src/prngs/
H A Drng_get_bytes.c61 int l, acc, bits, a, b; local
69 acc = a = b = 0;
77 acc = (acc << 1) | a;
79 *buf++ = acc;
80 acc = 0;
83 acc = bits = a = b = 0;
/external/openssl/crypto/aes/asm/
H A Daes-586.pl95 $acc="esi";
123 my $v0 = $acc, $v1 = $key;
180 my $out = $i==3?$s[0]:$acc;
207 if ($i==3) { &mov ($s[3],$acc); }
214 my $out = $i==3?$s[0]:$acc;
247 if ($i==3) { &mov ($s[3],$acc); }
257 &mov ($s2="esi",$acc="ecx");
268 &mov ($acc,&DWP(240,$key)); # load key->rounds
271 &lea ($acc,&DWP(-2,$acc,
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_info.c140 ACCESS_DESCRIPTION *acc;
149 if(!(acc = ACCESS_DESCRIPTION_new())
150 || !sk_ACCESS_DESCRIPTION_push(ainfo, acc)) {
162 if(!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
170 acc->method = OBJ_txt2obj(objtmp, 0);
171 if(!acc->method) {
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_imaadpcm.c140 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->decoderL.acc, sTemp); */ }
142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
251 pState->acc -= delta;
253 pState->acc += delta;
256 if (pState->acc > 32767)
257 pState->acc = 32767;
258 if (pState->acc < -32768)
259 pState->acc = -32768;
260 pState->x1 = (EAS_PCM) pState->acc;
[all...]
H A Deas_pcmdata.h55 EAS_I32 acc; /* accumulator for DC offset filter */ member in struct:s_decoder_state_tag
H A Deas_pcm.c929 pState->decoderL.acc = 0;
933 pState->decoderR.acc = 0;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_imaadpcm.c140 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->decoderL.acc, sTemp); */ }
142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
251 pState->acc -= delta;
253 pState->acc += delta;
256 if (pState->acc > 32767)
257 pState->acc = 32767;
258 if (pState->acc < -32768)
259 pState->acc = -32768;
260 pState->x1 = (EAS_PCM) pState->acc;
[all...]
H A Deas_pcmdata.h55 EAS_I32 acc; /* accumulator for DC offset filter */ member in struct:s_decoder_state_tag
H A Deas_pcm.c929 pState->decoderL.acc = 0;
933 pState->decoderR.acc = 0;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_imaadpcm.c140 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->decoderL.acc, sTemp); */ }
142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
251 pState->acc -= delta;
253 pState->acc += delta;
256 if (pState->acc > 32767)
257 pState->acc = 32767;
258 if (pState->acc < -32768)
259 pState->acc = -32768;
260 pState->x1 = (EAS_PCM) pState->acc;
[all...]
H A Deas_pcmdata.h55 EAS_I32 acc; /* accumulator for DC offset filter */ member in struct:s_decoder_state_tag
H A Deas_pcm.c929 pState->decoderL.acc = 0;
933 pState->decoderR.acc = 0;
/external/srec/srec/ca/
H A Dann_api.c572 if (!hAcoust->acc.base_model)
574 hAcoust->acc.base_model = allocate_hmm(0, &hAcoust->acc.base_sort);
575 hAcoust->acc.base_model->dim = hPattern->data.prep->dim;
576 hAcoust->acc.num_pars = hAcoust->acc.base_model->dim;
577 hAcoust->acc.mod_type = SEGM;
578 hAcoust->acc.mod_style = SEG_STYLE;
580 construct_context_groups_for_wholeword(&hAcoust->acc);
585 if (hAcoust->acc
[all...]
/external/srec/srec/include/
H A Dann_util.h65 int annotation_add_utt_segment_to_acoustic(model_info *acc,
/external/iproute2/lib/
H A Dutils.c655 unsigned acc; local
658 acc = 0;
669 acc = (acc<<4) + ch;
673 if (acc > 255)
676 buf[cnt] = acc;
/external/v8/test/mjsunit/
H A Darray-reduce.js103 function accumulate(acc, elem, i) { acc[i] = elem; return acc; }
/external/speex/libspeex/
H A Dmdf.c257 /** Compute cross-power spectrum of a half-complex (packed) vectors and add to acc */
259 static inline void spectral_mul_accum(const spx_word16_t *X, const spx_word32_t *Y, spx_word16_t *acc, int N, int M) argument
267 acc[0] = PSHR32(tmp1,WEIGHT_SHIFT);
276 acc[i] = PSHR32(tmp1,WEIGHT_SHIFT);
277 acc[i+1] = PSHR32(tmp2,WEIGHT_SHIFT);
284 acc[N-1] = PSHR32(tmp1,WEIGHT_SHIFT);
286 static inline void spectral_mul_accum16(const spx_word16_t *X, const spx_word16_t *Y, spx_word16_t *acc, int N, int M) argument
294 acc[0] = PSHR32(tmp1,WEIGHT_SHIFT);
303 acc[i] = PSHR32(tmp1,WEIGHT_SHIFT);
304 acc[
315 spectral_mul_accum(const spx_word16_t *X, const spx_word32_t *Y, spx_word16_t *acc, int N, int M) argument
[all...]
/external/freetype/src/sfnt/
H A Dttsbit.c93 FT_UShort acc; local
111 /* Namely, the variable `acc' is a 16-bit accumulator containing the */
113 /* the upmost position in `acc'. */
117 acc = 0; /* clear accumulator */
141 acc |= (FT_UShort)((FT_UShort)*source++ << ( 8 - loaded ));
146 val = (FT_Byte)( acc >> 8 );
156 acc <<= 8; /* remove bits from accumulator */
176 acc |= (FT_UShort)((FT_UShort)*source++ << ( 8 - loaded ));
181 val = (FT_Byte)( ( (FT_Byte)( acc >> 8 ) ) & ~( 0xFF >> count ) );
187 acc <<
[all...]
/external/tremolo/Tremolo/
H A Dvorbisfile.c944 ogg_int64_t acc=0; local
947 acc+=ov_raw_total(vf,i);
948 return acc;
963 ogg_int64_t acc=0; local
966 acc+=ov_pcm_total(vf,i);
967 return acc;
982 ogg_int64_t acc=0; local
985 acc+=ov_time_total(vf,i);
986 return acc;
H A Dcodebook.c351 long acc=1; local
355 acc*=vals;
358 if(acc<=b->entries && acc1>b->entries){
361 if(acc>b->entries){
/external/bluetooth/bluez/audio/
H A Dctl_bluetooth.c120 int *type, unsigned int *acc, unsigned int *count)
125 *acc = SND_CTL_EXT_ACCESS_READWRITE;
119 bluetooth_get_attribute(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, int *type, unsigned int *acc, unsigned int *count) argument
/external/qemu/target-arm/
H A Dtranslate.c2506 int acc, rd0, rd1, rdhi, rdlo; local
2512 acc = (insn >> 5) & 7;
2514 if (acc != 0)
2545 gen_op_iwmmxt_movq_wRn_M0(acc);
2553 acc = insn & 7;
2555 if (acc != 0)
2559 gen_iwmmxt_movl_T0_T1_wRn(acc);
2567 gen_iwmmxt_movl_wRn_T0_T1(acc);
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex395 [ -x <int> : --acc-factor=<int> ] Default: 1
500 \subsubsection{\label{sec:o-x}\texttt{-x} or \texttt{--acc-factor}\\Acceleration
/external/elfutils/src/
H A Dreadelf.c2465 Elf32_Word acc; local
2481 acc = 0;
2484 acc += cnt;
2485 success += counts[cnt] * acc;
H A Dldgeneric.c3328 uint32_t acc; local
3349 acc = 0;
3353 acc += inner;
3354 success += counts[inner] * acc;

Completed in 370 milliseconds

12