HomeSort by relevance Sort by last modified time
    Searched refs:je (Results 126 - 150 of 195) sorted by null

1 2 3 4 56 7 8

  /external/jpeg/
jmemdosa.asm 161 je read_ok
199 je write_ok
233 je xmsavail
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 161 je read_ok
199 je write_ok
233 je xmsavail
  /external/openssl/crypto/aes/asm/
aes-586.s     [all...]
vpaes-x86.pl 399 &je (&label("schedule_192"));
866 &je (&label("cbc_dec_loop"));
aes-586.pl     [all...]
aes-x86_64.pl 571 je .Lenc_compact_done
1162 je .Ldec_compact_done
1341 je .L10rounds
1343 je .L12rounds
1345 je .L14rounds
1410 je .L12break
1455 je .L14break
    [all...]
vpaes-x86.s 256 je .L007schedule_192
622 je .L022cbc_dec_loop
aes-s390x.pl 789 je .Lminus1
791 je .Lminus1
795 je .Lproceed
798 je .Lproceed
801 je .Lproceed
837 je 1f
1257 je .Lcbc_decrypt
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 441 private Certificate[] loadCertificates(JarFile jarFile, JarEntry je,
446 InputStream is = new BufferedInputStream(jarFile.getInputStream(je));
451 return je != null ? je.getCertificates() : null;
453 Slog.w(TAG, "Exception reading " + je.getName() + " in "
456 Slog.w(TAG, "Exception reading " + je.getName() + " in "
621 final JarEntry je = entries.nextElement(); local
622 if (je.isDirectory()) continue;
624 final String name = je.getName();
634 final Certificate[] localCerts = loadCertificates(jarFile, je, readBuffer)
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.pl 638 &je(&label("pw_end"));
642 &je(&label("pw_end"));
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 415 dlg.je.ctrls[JetDefs.F_MIDIFILE].Append(filename)
417 dlg.je.ctrls[JetDefs.F_DLSFILE].Append(library)
469 dlg.je.ctrls[JetDefs.F_MIDIFILE].Append(filename)
471 dlg.je.ctrls[JetDefs.F_DLSFILE].Append(library)
    [all...]
  /external/zlib/src/contrib/masmx64/
inffasx64.asm 63 je L_one_time ; /* if only one decode left */
222 je L_check_window
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 833 MCAssembler::const_iterator j, je; local
844 j = Asm.begin(), je = Asm.end();
845 (i != ie) && (j != je); ++i, ++j) {
  /external/zlib/src/contrib/inflate86/
inffast.S 366 je .L_init_mmx
653 je .L_check_window
    [all...]
inffas86.c 154 " je .L_one_time\n" /* if only one decode left */
156 " je .L_one_time\n"
312 " je .L_check_window\n"
639 " je .L_check_window\n" /* out == beg, if outside window */
    [all...]
  /libcore/luni/src/main/java/java/net/
URLClassLoader.java 250 final JarEntry je = jf.getJarEntry("META-INF/INDEX.LIST"); local
251 this.index = (je == null ? null : IndexFile.readIndexFile(jf, je, url));
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 346 je int10_normal
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 297 je memsetb_end
339 je memcpyb_end
386 je memcpyd_end
    [all...]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 272 je L_init_mmx
492 je L_check_window
782 je L_check_window_mmx
  /external/openssl/crypto/sha/asm/
sha1-586.pl 319 &je (&label("avx_shortcut"));
696 &je (&label("done"));
    [all...]
sha1-x86_64.pl 233 je _avx_shortcut
535 &je (".Ldone_ssse3");
939 &je (".Ldone_avx");
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 786 for (unsigned j = 0, je = Super.Orders[i].size(); j != je; ++j)
    [all...]
  /external/libvpx/vp8/encoder/x86/
quantize_sse2.asm 148 je rq_zigzag_loop_%1 ; !y
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 192 JITEmitter &JE;
198 explicit JITResolver(JIT &jit, JITEmitter &je)
199 : state(&jit), nextGOTIndex(0), JE(je), TheJIT(&jit) {
549 JE.startGVStub(F, SL.Size, SL.Alignment);
552 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
553 JE.finishGVStub();
596 JE);
612 JE.startGVStub(0, SL.Size, SL.Alignment);
613 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE);
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]

Completed in 1234 milliseconds

1 2 3 4 56 7 8