Searched refs:ac (Results 51 - 75 of 203) sorted by relevance

123456789

/external/libcap-ng/libcap-ng-0.7/
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/external/libopus/
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/external/libvncserver/
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/external/llvm/autoconf/
H A DAutoRegen.sh23 configfile=configure.ac
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/external/openfst/
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/external/skia/src/views/
H A DSkEventSink.cpp242 SkAutoMutexAcquire ac(globals.fSinkMutex);
274 SkAutoMutexAcquire ac(gNamedSinkMutex);
288 SkAutoMutexAcquire ac(gNamedSinkMutex);
300 SkAutoMutexAcquire ac(gNamedSinkMutex);
/external/eigen/test/
H A Dref.cpp179 const VectorXf& ac(a);
186 // call_ref_1(ac,a<c); // does not compile because ac is const
198 VERIFY_EVALUATION_COUNT( call_ref_2(ac.head(5),ac.head(5)), 0);
199 VERIFY_EVALUATION_COUNT( call_ref_2(ac,ac), 0);
207 VERIFY_EVALUATION_COUNT( call_ref_4(ac.head(5),ac.head(5)), 0);
/external/libopus/celt/
H A Dpitch.c151 opus_val32 ac[5]; local
182 _celt_autocorr(x_lp, ac, NULL, 0,
187 ac[0] += SHR32(ac[0],13);
189 ac[0] *= 1.0001f;
194 /*ac[i] *= exp(-.5*(2*M_PI*.002*i)*(2*M_PI*.002*i));*/
196 ac[i] -= MULT16_32_Q15(2*i*i, ac[i]);
198 ac[i] -= ac[
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h236 GLfloat ac = a * ic; local
238 if ( ac < 0.0f ) ac = -ac;
240 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD;
469 GLfloat ac = a * ic; local
471 if ( ac < 0.0f ) ac = -ac;
473 offset += MAX2( ac, b
[all...]
/external/e2fsprogs/misc/
H A De2initrd_helper.c201 int ac, i; local
224 ac = 0;
228 ac = (ac * 8) + (*p - '0');
230 *q = ac;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwmm.c77 struct wmm_ac_parameter *ac = &wmm->ac[e]; local
81 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs,
84 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
85 ac->txop_limit = host_to_le16(acp->txop_limit);
/external/wpa_supplicant_8/src/ap/
H A Dwmm.c77 struct wmm_ac_parameter *ac = &wmm->ac[e]; local
81 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs,
84 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
85 ac->txop_limit = host_to_le16(acp->txop_limit);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwmm.c77 struct wmm_ac_parameter *ac = &wmm->ac[e]; local
81 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs,
84 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
85 ac->txop_limit = host_to_le16(acp->txop_limit);
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp494 AnalysisDeclContext &ac; member in class:__anon908::TransferFunctions
501 const CFGBlock *block, AnalysisDeclContext &ac,
504 : vals(vals), cfg(cfg), block(block), ac(ac),
505 classification(classification), objCNoRet(ac.getASTContext()),
519 return ::isTrackedVar(vd, cast<DeclContext>(ac.getDecl()));
523 return ::findVar(ex, cast<DeclContext>(ac.getDecl()));
802 AnalysisDeclContext &ac, CFGBlockValues &vals,
821 TransferFunctions tf(vals, cfg, block, ac, classification, handler);
870 AnalysisDeclContext &ac,
500 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, const CFGBlock *block, AnalysisDeclContext &ac, const ClassifyRefs &classification, UninitVariablesHandler &handler) argument
801 runOnBlock(const CFGBlock *block, const CFG &cfg, AnalysisDeclContext &ac, CFGBlockValues &vals, const ClassifyRefs &classification, llvm::BitVector &wasAnalyzed, UninitVariablesHandler &handler) argument
867 runUninitializedVariablesAnalysis( const DeclContext &dc, const CFG &cfg, AnalysisDeclContext &ac, UninitVariablesHandler &handler, UninitVariablesAnalysisStats &stats) argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp85 WalkAST(const CheckerBase *checker, BugReporter &br, AnalysisDeclContext *ac) argument
86 : Checker(checker), BR(br), AC(ac) {}
H A DObjCContainersASTChecker.cpp75 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) argument
76 : BR(br), Checker(checker), AC(ac), ASTC(AC->getASTContext()),
/external/ppp/pppd/
H A Dmd5.c75 #define FF(a, b, c, d, x, s, ac) \
76 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
80 #define GG(a, b, c, d, x, s, ac) \
81 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
85 #define HH(a, b, c, d, x, s, ac) \
86 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \
90 #define II(a, b, c, d, x, s, ac) \
91 {(a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
/external/strace/tests/
H A Dstat.c105 main(int ac, const char **av) argument
107 assert(ac == 2);
/external/toybox/toys/other/
H A Dacpi.c28 int ac;
79 printf("Adapter %d: %s-line\n", TT.ac++, (on ? "on" : "off"));
/external/v8/test/webkit/fast/js/kde/
H A Dmd5-1.js197 function FF(a,b,c,d,x,s,ac) {
198 a = a+F(b, c, d) + x + ac;
204 function GG(a,b,c,d,x,s,ac) {
205 a = a+G(b, c, d) +x + ac;
211 function HH(a,b,c,d,x,s,ac) {
212 a = a+H(b, c, d) + x + ac;
218 function II(a,b,c,d,x,s,ac) {
219 a = a+I(b, c, d) + x + ac;
/external/cmockery/cmockery_0_1_2/
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/external/google-tv-pairing-protocol/cpp/
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/external/libexif/
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/external/libmtp/
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac

Completed in 788 milliseconds

123456789