Searched defs:ac (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/ppc/
H A Dmultc3.c31 long double ac = __gcc_qmul(a,c); local
36 DD real = { .ld = __gcc_qsub(ac,bd) };
68 DD acDD = { .ld = ac };
/frameworks/compile/libbcc/tests/data/
H A Dotcc.c19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable
439 q=ac V;
444 mprotect(ac & (~ 4095), (99999 + 4095) & (~ 4095), 7);
/frameworks/compile/libbcc/tests/data/src/
H A Dotcc-noinclude.c19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable
439 q=ac V;
H A Dotcc-ansi.c3 int d, z, C, h, P, K, ac, q, G, v, Q, R, D, L, W, M; variable
455 q = ac = calloc(1, 99999);
460 if (mprotect(ac & (~ 4095), (99999 + 4095) & (~ 4095), 7)) {
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2243 AccessorCookie* ac = (AccessorCookie*)accessorCookie; local
2250 ac->sourcePos.error("Error: %s (at '%s' with value '%s').\n",
2251 buf, ac->attr.string(), ac->value.string());
3250 AccessorCookie ac(it.sourcePos, String8(mName), String8(it.value));
3253 &it.style, NULL, &ac, mItemFormat,
3262 AccessorCookie ac(it.sourcePos, String8(key), String8(it.value));
3265 &it.style, NULL, &ac, it.format,
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java509 TetherStateChange(ArrayList<String> av, ArrayList<String> ac) { argument
511 active = ac;

Completed in 96 milliseconds