/external/clang/test/Analysis/ |
D | outofbound.c | 91 int eee = 16; in overflow_binary_search() local 99 if (in < ins[eee]) { in overflow_binary_search() 100 eee -= 8; in overflow_binary_search() 102 eee += 8; in overflow_binary_search() 104 if (in < ins[eee]) { in overflow_binary_search() 105 eee -= 4; in overflow_binary_search() 107 eee += 4; in overflow_binary_search() 109 if (in < ins[eee]) { in overflow_binary_search() 110 eee -= 2; in overflow_binary_search() 112 eee += 2; in overflow_binary_search() [all …]
|
D | debug-CallGraph.c | 30 void eee(); 31 void eee() {} in eee() function 32 void fff() { eee(); } in fff()
|
/external/libhevc/common/ |
D | ihevc_itrans_recon_32x32.c | 112 WORD32 eee[4], eeo[4]; in ihevc_itrans_recon_32x32() local 173 eee[0] = eeee[0] + eeeo[0]; in ihevc_itrans_recon_32x32() 174 eee[3] = eeee[0] - eeeo[0]; in ihevc_itrans_recon_32x32() 175 eee[1] = eeee[1] + eeeo[1]; in ihevc_itrans_recon_32x32() 176 eee[2] = eeee[1] - eeeo[1]; in ihevc_itrans_recon_32x32() 179 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32() 180 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32() 233 eee[0] = eeee[0] + eeeo[0]; in ihevc_itrans_recon_32x32() 234 eee[3] = eeee[0] - eeeo[0]; in ihevc_itrans_recon_32x32() 235 eee[1] = eeee[1] + eeeo[1]; in ihevc_itrans_recon_32x32() [all …]
|
D | ihevc_itrans_recon_16x16.c | 111 WORD32 eee[2], eeo[2]; in ihevc_itrans_recon_16x16() local 159 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_src[0]; in ihevc_itrans_recon_16x16() 161 eee[1] = g_ai2_ihevc_trans_16[0][1] * pi2_src[0]; in ihevc_itrans_recon_16x16() 166 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16() 167 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16() 209 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_tmp[0]; in ihevc_itrans_recon_16x16() 211 eee[1] = g_ai2_ihevc_trans_16[0][1] * pi2_tmp[0]; in ihevc_itrans_recon_16x16() 216 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16() 217 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16() 261 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_tmp[0]; in ihevc_itrans_recon_16x16() [all …]
|
D | ihevc_chroma_itrans_recon_16x16.c | 121 WORD32 eee[2], eeo[2]; in ihevc_chroma_itrans_recon_16x16() local 169 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_src[0]; in ihevc_chroma_itrans_recon_16x16() 171 eee[1] = g_ai2_ihevc_trans_16[0][1] * pi2_src[0]; in ihevc_chroma_itrans_recon_16x16() 176 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16() 177 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16() 218 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_16x16() 220 eee[1] = g_ai2_ihevc_trans_16[0][1] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_16x16() 225 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16() 226 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16() 270 eee[0] = g_ai2_ihevc_trans_16[0][0] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_16x16() [all …]
|
D | ihevc_itrans.c | 555 WORD32 eee[2], eeo[2]; in ihevc_itrans_16x16() local 601 eee[0] = in ihevc_itrans_16x16() 609 eee[1] = in ihevc_itrans_16x16() 618 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_16x16() 619 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_16x16() 650 WORD32 eee[2], eeo[2]; in ihevc_itrans_16x16() local 776 eee[0] = (pi2_src[0] + pi2_src[8 * src_strd]) << 6; in ihevc_itrans_16x16() 777 eee[1] = (pi2_src[0] - pi2_src[8 * src_strd]) << 6; in ihevc_itrans_16x16() 782 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_16x16() 783 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_16x16() [all …]
|
/external/opencv3/modules/highgui/src/files_Qt/ |
D | stylesheet_trackbar.qss | 29 stop:0 #eee, stop:1 #ccc); 50 background: #eee; 55 background: #eee;
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.css | 151 border: 1px solid #eee; 157 -webkit-box-shadow: 0 1px 3px #eee; 159 -moz-box-shadow: 0 1px 3px #eee; 178 background: #eee; 241 border-bottom: 1px solid #eee;
|
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
D | mocha.css | 151 border: 1px solid #eee; 157 -webkit-box-shadow: 0 1px 3px #eee; 159 -moz-box-shadow: 0 1px 3px #eee; 178 background: #eee; 241 border-bottom: 1px solid #eee;
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
D | mocha.css | 151 border: 1px solid #eee; 157 -webkit-box-shadow: 0 1px 3px #eee; 159 -moz-box-shadow: 0 1px 3px #eee; 178 background: #eee; 241 border-bottom: 1px solid #eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCLexer.java | 351 EarlyExitException eee = in mINT() local 353 throw eee; in mINT() 490 EarlyExitException eee = in mWS() local 492 throw eee; in mWS()
|
D | SimpleCTP.java | 89 EarlyExitException eee = in program() local 91 throw eee; in program() 306 EarlyExitException eee = in functionHeader() local 308 throw eee; in functionHeader()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCLexer.java | 351 EarlyExitException eee = in mINT() local 353 throw eee; in mINT() 490 EarlyExitException eee = in mWS() local 492 throw eee; in mWS()
|
D | SimpleCTP.java | 89 EarlyExitException eee = in program() local 91 throw eee; in program() 306 EarlyExitException eee = in functionHeader() local 308 throw eee; in functionHeader()
|
/external/testng/doc/samplereport/css/ |
D | maven-theme.css | 52 background-color: #eee; 81 background-color: #eee; 106 background-color: #eee;
|
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/ |
D | style.css | 62 border-bottom: 1px solid #eee; 197 background: #eee; 282 border-bottom: 1px solid #eee; 291 background: #eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
D | 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/treeparser/ |
D | LangLexer.m | 206 ANTLREarlyExitException *eee = 208 @throw eee; 273 ANTLREarlyExitException *eee = 275 @throw eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
D | TLexer.m | 210 ANTLREarlyExitException *eee = 212 @throw eee; 277 ANTLREarlyExitException *eee = 279 @throw eee;
|
/external/v8/test/mjsunit/ |
D | debug-set-variable-value.js | 201 } catch (eee) { 204 return eee + foo;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
D | CombinedLexer.m | 191 …ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:2… 192 @throw eee; 255 …ANTLREarlyExitException *eee = [ANTLREarlyExitException exceptionWithStream:input decisionNumber:3… 256 @throw eee;
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | quantize_mmx.asm | 269 ; mov eee, rcx 271 ;if(eee==0) 275 ;else if(eee<0)
|
/external/clang/test/Parser/ |
D | typeof.c | 12 short TInt eee; // expected-error{{expected ';' at end of declaration}} in test() local
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
D | TreeRewriteLexer.m | 108 ANTLREarlyExitException *eee = 110 @throw eee;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
D | 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;
|