HomeSort by relevance Sort by last modified time
    Searched refs:eee (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /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...]
  /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/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/chromium_org/chrome/browser/resources/ntp4/
guest_tab.css 23 background-color: #eee;
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
storage.css 25 background: #eee;
mmap.css 29 background: #eee;
58 background: #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;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.css 39 background: #eee;
  /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;
  /external/smack/src/org/jivesoftware/smack/proxy/
Socks5ProxySocketFactory.java 213 catch(Exception eee)
306 catch(Exception eee)
347 catch(Exception eee)
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 71 border-bottom: solid 1px #eee;
  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.css 33 border-top: 1px solid #eee;
37 border-top: 1px solid #eee;
55 background-color: #eee;
69 border-top: 1px solid #eee;
  /external/chromium_org/chrome/common/extensions/docs/static/css/
prettify.css 51 li.L9 { background: #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;

Completed in 2830 milliseconds

1 2 3 4 5 6