Searched refs:eee (Results 1 - 25 of 78) sorted by relevance

1234

/external/clang/test/Analysis/
H A Doutofbound.c91 int eee = 16; local
99 if (in < ins[eee]) {
100 eee -= 8;
102 eee += 8;
104 if (in < ins[eee]) {
105 eee -= 4;
107 eee += 4;
109 if (in < ins[eee]) {
110 eee -= 2;
112 eee
[all...]
H A Ddebug-CallGraph.c30 void eee();
31 void eee() {} function
32 void fff() { eee(); }
35 // CHECK-NEXT: {{Function: < root > calls: mmm foo aaa < > bbb ccc ddd eee fff $}}
36 // CHECK-NEXT: {{Function: fff calls: eee $}}
37 // CHECK-NEXT: {{Function: eee calls: $}}
/external/libhevc/common/
H A Dihevc_itrans_recon_32x32.c112 WORD32 eee[4], eeo[4]; local
173 eee[0] = eeee[0] + eeeo[0];
174 eee[3] = eeee[0] - eeeo[0];
175 eee[1] = eeee[1] + eeeo[1];
176 eee[2] = eeee[1] - eeeo[1];
179 ee[k] = eee[k] + eeo[k];
180 ee[k + 4] = eee[3 - k] - eeo[3 - k];
233 eee[0] = eeee[0] + eeeo[0];
234 eee[3] = eeee[0] - eeeo[0];
235 eee[
[all...]
H A Dihevc_chroma_itrans_recon_16x16.c121 WORD32 eee[2], eeo[2]; local
169 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_src[0];
171 eee[1] = g_ai2_ihevc_trans_16[0][1] * pi2_src[0];
176 ee[k] = eee[k] + eeo[k];
177 ee[k + 2] = eee[1 - k] - eeo[1 - k];
218 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_tmp[0];
220 eee[1] = g_ai2_ihevc_trans_16[0][1] * pi2_tmp[0];
225 ee[k] = eee[k] + eeo[k];
226 ee[k + 2] = eee[1 - k] - eeo[1 - k];
270 eee[
[all...]
H A Dihevc_itrans_recon_16x16.c111 WORD32 eee[2], eeo[2]; local
159 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_src[0];
161 eee[1] = g_ai2_ihevc_trans_16[0][1] * pi2_src[0];
166 ee[k] = eee[k] + eeo[k];
167 ee[k + 2] = eee[1 - k] - eeo[1 - k];
209 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_tmp[0];
211 eee[1] = g_ai2_ihevc_trans_16[0][1] * pi2_tmp[0];
216 ee[k] = eee[k] + eeo[k];
217 ee[k + 2] = eee[1 - k] - eeo[1 - k];
261 eee[
[all...]
H A Dihevc_itrans.c555 WORD32 eee[2], eeo[2]; local
601 eee[0] =
609 eee[1] =
618 ee[k] = eee[k] + eeo[k];
619 ee[k + 2] = eee[1 - k] - eeo[1 - k];
650 WORD32 eee[2], eeo[2]; local
776 eee[0] = (pi2_src[0] + pi2_src[8 * src_strd]) << 6;
777 eee[1] = (pi2_src[0] - pi2_src[8 * src_strd]) << 6;
782 ee[k] = eee[k] + eeo[k];
783 ee[k + 2] = eee[
855 WORD32 eee[4], eeo[4]; local
[all...]
/external/clang/test/Parser/
H A Dtypeof.c12 short TInt eee; // expected-error{{expected ';' at end of declaration}} local
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.m191 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:2];
192 @throw eee;
255 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:3];
256 @throw eee;
H A DCombinedParser.m150 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:1];
151 @throw eee;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.m366 ANTLREarlyExitException *eee =
368 @throw eee;
433 ANTLREarlyExitException *eee =
435 @throw eee;
500 ANTLREarlyExitException *eee =
502 @throw eee;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteLexer.m108 ANTLREarlyExitException *eee =
110 @throw eee;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteLexer.m128 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:1];
129 @throw eee;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.m210 ANTLREarlyExitException *eee =
212 @throw eee;
277 ANTLREarlyExitException *eee =
279 @throw eee;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.m206 ANTLREarlyExitException *eee =
208 @throw eee;
273 ANTLREarlyExitException *eee =
275 @throw eee;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableLexer.m464 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:1];
465 @throw eee;
521 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:2];
522 @throw eee;
585 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:3];
586 @throw eee;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.java351 EarlyExitException eee =
353 throw eee;
490 EarlyExitException eee =
492 throw eee;
H A DSimpleCLexer.m314 ANTLREarlyExitException *eee =
316 @throw eee;
706 ANTLREarlyExitException *eee =
708 @throw eee;
H A DSimpleCTP.java89 EarlyExitException eee =
91 throw eee;
306 EarlyExitException eee =
308 throw eee;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.java351 EarlyExitException eee =
353 throw eee;
490 EarlyExitException eee =
492 throw eee;
H A DSimpleCLexer.m624 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:2];
625 @throw eee;
810 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:3];
811 @throw eee;
H A DSimpleCTP.java89 EarlyExitException eee =
91 throw eee;
306 EarlyExitException eee =
308 throw eee;
/external/v8/tools/profviz/
H A Dprofviz.css79 background-color: #eee;
96 background-color: #eee;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.m645 ANTLREarlyExitException *eee =
647 @throw eee;
713 ANTLREarlyExitException *eee =
715 @throw eee;
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_mmx.asm269 ; mov eee, rcx
271 ;if(eee==0)
275 ;else if(eee<0)
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
H A DEventState.java308 } catch (EmbeddedEventException eee) {
309 throw eee.getEventException();

Completed in 476 milliseconds

1234