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

123456

/external/qemu/android/
H A Dasync-console.c48 _acc_prepareLineReader(AsyncConsoleConnector* acc, int newState) argument
50 acc->state = newState;
51 asyncLineReader_init(acc->lreader, acc->lbuff, sizeof(acc->lbuff), acc->io);
56 asyncConsoleConnector_connect(AsyncConsoleConnector* acc, argument
60 acc->state = STATE_INITIAL;
61 acc->address = address[0];
62 acc
68 asyncConsoleConnector_run(AsyncConsoleConnector* acc) argument
[all...]
H A Dasync-console.h38 asyncConsoleConnector_connect(AsyncConsoleConnector* acc,
59 asyncConsoleConnector_run(AsyncConsoleConnector* acc);
/external/elfutils/libdw/
H A Dmemory-access.c58 __libdw_get_uleb128 (uint64_t acc, unsigned int i, const unsigned char **addrp) argument
61 get_uleb128_rest_return (acc, i, addrp);
66 __libdw_get_sleb128 (int64_t acc, unsigned int i, const unsigned char **addrp) argument
69 int64_t _v = acc;
70 get_sleb128_rest_return (acc, i, addrp);
/external/openssh/openbsd-compat/
H A Dstrtoll.c53 long long acc, cutoff; local
111 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
123 if (acc < cutoff || (acc == cutoff && c > cutlim)) {
125 acc = LLONG_MIN;
129 acc *= base;
130 acc -= c;
133 if (acc > cutoff || (acc == cutoff && c > cutlim)) {
135 acc
[all...]
H A Dstrtoul.c51 unsigned long acc, cutoff; local
81 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
92 if (acc > cutoff || acc == cutoff && c > cutlim) {
94 acc = ULONG_MAX;
98 acc *= (unsigned long)base;
99 acc += c;
103 acc = -acc;
106 return (acc);
[all...]
/external/clang/test/SemaCXX/
H A Doperator-arrow-temporary.cpp18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}} local
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_nist.c403 NIST_INT64 acc; /* accumulator */ local
407 acc = rp[0]; acc += bp[3*2-6];
408 acc += bp[5*2-6]; rp[0] = (unsigned int)acc; acc >>= 32;
410 acc += rp[1]; acc += bp[3*2-5];
411 acc += bp[5*2-5]; rp[1] = (unsigned int)acc; ac
531 NIST_INT64 acc; /* accumulator */ local
678 NIST_INT64 acc; /* accumulator */ local
882 NIST_INT64 acc; /* accumulator */ local
[all...]
/external/openssl/crypto/bn/
H A Dbn_nist.c403 NIST_INT64 acc; /* accumulator */ local
407 acc = rp[0]; acc += bp[3*2-6];
408 acc += bp[5*2-6]; rp[0] = (unsigned int)acc; acc >>= 32;
410 acc += rp[1]; acc += bp[3*2-5];
411 acc += bp[5*2-5]; rp[1] = (unsigned int)acc; ac
531 NIST_INT64 acc; /* accumulator */ local
678 NIST_INT64 acc; /* accumulator */ local
882 NIST_INT64 acc; /* accumulator */ local
[all...]
/external/libppp/src/
H A Dtcpmss.c78 * internet checksum. "acc" is a 32-bit
84 #define ADJUST_CHECKSUM(acc, cksum) { \
85 acc += cksum; \
86 if (acc < 0) { \
87 acc = -acc; \
88 acc = (acc >> 16) + (acc & 0xffff); \
89 acc
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
H A Daes-586.pl202 $acc="esi";
245 my $v0 = $acc, $v1 = $key;
302 { my $v0 = $key, $v1 = $acc;
360 &movz ($acc,&LB("eax")); # 0
361 &mov ("ecx",&DWP(0,$tbl,$acc,8)); # 0
367 &movz ($acc,&LB("ebx")); # 10
368 &xor ("ecx",&DWP(2,$tbl,$acc,8)); # 10
370 &movz ($acc,&HB("ebx")); # 11
371 &xor ("edx",&DWP(1,$tbl,$acc,8)); # 11
374 &movz ($acc,
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-586.pl202 $acc="esi";
245 my $v0 = $acc, $v1 = $key;
302 { my $v0 = $key, $v1 = $acc;
360 &movz ($acc,&LB("eax")); # 0
361 &mov ("ecx",&DWP(0,$tbl,$acc,8)); # 0
367 &movz ($acc,&LB("ebx")); # 10
368 &xor ("ecx",&DWP(2,$tbl,$acc,8)); # 10
370 &movz ($acc,&HB("ebx")); # 11
371 &xor ("edx",&DWP(1,$tbl,$acc,8)); # 11
374 &movz ($acc,
[all...]
/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/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl48 $acc="%r0";
92 llgc $acc,2($TY,$key)
95 sllg $acc,$acc,8
96 ic $acc,2($TY,$key)
115 sllg $acc,$acc,8
117 ic $acc,2($TY,$key)
118 xgr $acc,$TX[1]
119 stg $acc,
[all...]
H A Drc4-parisc.pl82 $acc="%r1";
103 `sprintf("%sdep %$dat1,%d,8,%$acc",$i==1?"z":"",8*($i-1)+7) if ($i>0)`
127 $LDX $TY($key),$acc
130 xor $dat1,$acc,$acc
132 stb $acc,-1($out)
180 and,<> $inp,$dat0,$acc ; is $inp aligned?
182 sub $inp,$acc,$rem ; align $inp
184 sh3addl $acc,%r0,$acc
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl48 $acc="%r0";
92 llgc $acc,2($TY,$key)
95 sllg $acc,$acc,8
96 ic $acc,2($TY,$key)
115 sllg $acc,$acc,8
117 ic $acc,2($TY,$key)
118 xgr $acc,$TX[1]
119 stg $acc,
[all...]
H A Drc4-parisc.pl82 $acc="%r1";
103 `sprintf("%sdep %$dat1,%d,8,%$acc",$i==1?"z":"",8*($i-1)+7) if ($i>0)`
127 $LDX $TY($key),$acc
130 xor $dat1,$acc,$acc
132 stb $acc,-1($out)
180 and,<> $inp,$dat0,$acc ; is $inp aligned?
182 sub $inp,$acc,$rem ; align $inp
184 sh3addl $acc,%r0,$acc
[all...]
/external/apache-harmony/security/src/test/api/java/tests/api/java/security/
H A DAccessControlContextTest.java42 AccessControlContext acc = new AccessControlContext(
45 acc.checkPermission(perm);
53 AccessControlContext acc = new AccessControlContext(
56 acc.checkPermission(perm);
/external/eigen/bench/
H A Dbench_reverse.cpp30 Scalar acc = 0; local
41 acc += b.coeff(r,c);
56 if (acc==123)
57 std::cout << acc; local
H A DbenchCholesky.cpp51 Scalar acc = 0; local
60 acc += cholnosqrt.matrixL().coeff(r,c);
71 acc += chol.matrixL().coeff(r,c);
103 acc += gsl_matrix_get(gslCopy,r,c);
116 if (acc==123)
117 std::cout << acc; local
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dintnum.h140 /** Floating point calculation function: acc = acc op operand.
143 * \param acc intnum accumulator
149 int yasm_intnum_calc(yasm_intnum *acc, yasm_expr_op op, yasm_intnum *operand);
187 * \param acc intnum
188 * \return Nonzero if acc==0.
191 int yasm_intnum_is_zero(const yasm_intnum *acc);
194 * \param acc intnum
195 * \return Nonzero if acc==1.
198 int yasm_intnum_is_pos1(const yasm_intnum *acc);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Daccum.c214 GLshort *acc = (GLshort *) accMap; local
216 acc[i] += incr;
224 GLshort *acc = (GLshort *) accMap; local
226 acc[i] = (GLshort) (acc[i] * value);
295 GLshort *acc = (GLshort *) accMap; local
302 acc[i * 4 + 0] = (GLshort) (rgba[i][RCOMP] * scale);
303 acc[i * 4 + 1] = (GLshort) (rgba[i][GCOMP] * scale);
304 acc[i * 4 + 2] = (GLshort) (rgba[i][BCOMP] * scale);
305 acc[
389 GLshort *acc = (GLshort *) accMap; local
[all...]
/external/mesa3d/src/mesa/main/
H A Daccum.c214 GLshort *acc = (GLshort *) accMap; local
216 acc[i] += incr;
224 GLshort *acc = (GLshort *) accMap; local
226 acc[i] = (GLshort) (acc[i] * value);
295 GLshort *acc = (GLshort *) accMap; local
302 acc[i * 4 + 0] = (GLshort) (rgba[i][RCOMP] * scale);
303 acc[i * 4 + 1] = (GLshort) (rgba[i][GCOMP] * scale);
304 acc[i * 4 + 2] = (GLshort) (rgba[i][BCOMP] * scale);
305 acc[
389 GLshort *acc = (GLshort *) accMap; local
[all...]
/external/chromium_org/third_party/openssl/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/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...]

Completed in 949 milliseconds

123456