/external/clang/test/Analysis/ |
outofbound.c | 91 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 += 2 [all...] |
debug-CallGraph.c | 30 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/ |
ihevc_itrans_recon_32x32.c | 112 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[1] = eeee[1] + eeeo[1] [all...] |
ihevc_chroma_itrans_recon_16x16.c | 121 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[0] = g_ai2_ihevc_trans_16[0][0] * pi2_tmp[0] [all...] |
ihevc_itrans_recon_16x16.c | 111 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[0] = g_ai2_ihevc_trans_16[0][0] * pi2_tmp[0] [all...] |
ihevc_itrans.c | 555 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[1 - k] - eeo[1 - k] 855 WORD32 eee[4], eeo[4]; local [all...] |
/external/clang/test/Parser/ |
typeof.c | 12 short TInt eee; // expected-error{{expected ';' at end of declaration}} local
|
/external/opencv3/modules/highgui/src/files_Qt/ |
stylesheet_trackbar.qss | 29 stop:0 #eee, stop:1 #ccc); 50 background: #eee; 55 background: #eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
CombinedLexer.m | 191 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:2]; 192 @throw eee; 255 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:3]; 256 @throw eee;
|
CombinedParser.m | 150 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:1]; 151 @throw eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableLexer.m | 366 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/ |
TreeRewriteLexer.m | 108 ANTLREarlyExitException *eee = 110 @throw eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
TreeRewriteLexer.m | 128 ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:1]; 129 @throw eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TLexer.m | 210 ANTLREarlyExitException *eee = 212 @throw eee; 277 ANTLREarlyExitException *eee = 279 @throw eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangLexer.m | 206 ANTLREarlyExitException *eee = 208 @throw eee; 273 ANTLREarlyExitException *eee = 275 @throw eee;
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
cons.d | 36 f: 0eee.*
|
consfar.d | 38 f: 0eee.*
|
/external/v8/test/mjsunit/es6/ |
map-minus-zero.js | 25 map.set(undefinedKey, 'eee'); 36 assertEquals('eee', map.get(undefinedKey)); 45 assertEquals('eee', map.get(undefined));
|
/sdk/templates/docs/ |
default.css | 78 border-top: 2px solid #eee; 79 border-bottom: 2px solid #eee; 80 border-right: 2px solid #eee; 96 background-color: #eee; 148 border-top: 2px solid #eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableLexer.m | 464 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;
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/ |
main.css | 71 border-bottom: solid 1px #eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.java | 351 EarlyExitException eee = local 353 throw eee; 490 EarlyExitException eee = local 492 throw eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.java | 351 EarlyExitException eee = local 353 throw eee; 490 EarlyExitException eee = local 492 throw eee;
|
/external/v8/tools/profviz/ |
profviz.css | 79 background-color: #eee; 96 background-color: #eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/ |
SimpleCLexer.m | 645 ANTLREarlyExitException *eee = 647 @throw eee; 713 ANTLREarlyExitException *eee = 715 @throw eee;
|