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

1 2 3 4 56 7 8 9

  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 161 je read_ok
199 je write_ok
233 je xmsavail
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 445 private Certificate[] loadCertificates(JarFile jarFile, JarEntry je,
450 InputStream is = new BufferedInputStream(jarFile.getInputStream(je));
455 return je != null ? je.getCertificates() : null;
457 Slog.w(TAG, "Exception reading " + je.getName() + " in "
460 Slog.w(TAG, "Exception reading " + je.getName() + " in "
581 final ZipEntry je = jarFile.getEntry(ANDROID_MANIFEST_FILENAME); local
582 if (je != null) {
583 pkg.manifestDigest = ManifestDigest.fromInputStream(jarFile.getInputStream(je));
646 final JarEntry je = entries.nextElement() local
    [all...]
  /external/openssl/crypto/aes/asm/
aes-586.S     [all...]
vpaes-x86.pl 399 &je (&label("schedule_192"));
866 &je (&label("cbc_dec_loop"));
aes-x86_64.S 245 je .Lenc_compact_done
643 je .Ldec_compact_done
899 je .L10rounds
901 je .L12rounds
903 je .L14rounds
1004 je .L12break
1067 je .L14break
1308 je .Lcbc_epilogue
1409 je .LFAST_DECRYPT
1453 je .Lcbc_fast_dec_in_plac
    [all...]
aes-586.pl     [all...]
aesni-sha1-x86_64.S 331 je .Laesenclast1
630 je .Laesenclast2
918 je .Laesenclast3
1091 je .Ldone_ssse3
1201 je .Laesenclast4
1335 je .Laesenclast5
aes-x86_64.pl 572 je .Lenc_compact_done
1163 je .Ldec_compact_done
1342 je .L10rounds
1344 je .L12rounds
1346 je .L14rounds
1411 je .L12break
1456 je .L14break
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.asm 150 je .rq_zigzag_loop_%1 ; !y
quantize_sse2.asm 147 je .rq_zigzag_loop_%1 ; !y
  /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/openssl/crypto/md5/asm/
md5-x86_64.pl 158 je .Lend # jmp if ptr == end
  /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 832 MCAssembler::const_iterator j, je; local
843 j = Asm.begin(), je = Asm.end();
844 (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 234 je _avx_shortcut
536 &je (".Ldone_ssse3");
940 &je (".Ldone_avx");
  /external/libvpx/libvpx/vp8/common/x86/
sad_sse2.asm 389 je .copy_is_done
  /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) {
544 JE.startGVStub(F, SL.Size, SL.Alignment);
547 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
548 JE.finishGVStub();
591 JE);
607 JE.startGVStub(0, SL.Size, SL.Alignment);
608 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE);
    [all...]

Completed in 357 milliseconds

1 2 3 4 56 7 8 9