HomeSort by relevance Sort by last modified time
    Searched refs:function_end (Results 1 - 22 of 22) sorted by null

  /external/openssl/crypto/bn/asm/x86/
div.pl 13 &function_end($name);
add.pl 73 &function_end($name);
mul.pl 74 &function_end($name);
mul_add.pl 84 &function_end($name);
sqr.pl 57 &function_end($name);
sub.pl 73 &function_end($name);
  /external/openssl/crypto/bn/asm/
bn-586.pl 207 &function_end($name);
318 &function_end($name);
407 &function_end($name);
492 &function_end($name);
564 &function_end($name);
772 &function_end($name);
via-mont.pl 238 &function_end($func);
x86-mont.pl 600 &function_end("bn_mul_mont");
  /external/openssl/crypto/aes/asm/
vpaes-x86.pl 771 &function_end("${PREFIX}_set_encrypt_key");
801 &function_end("${PREFIX}_set_decrypt_key");
820 &function_end("${PREFIX}_encrypt");
839 &function_end("${PREFIX}_decrypt");
901 &function_end("${PREFIX}_cbc_encrypt");
aesni-x86.pl 574 &function_end("aesni_ecb_encrypt");
664 &function_end("aesni_ccm64_encrypt_blocks");
761 &function_end("aesni_ccm64_decrypt_blocks");
1017 &function_end("aesni_ctr32_encrypt_blocks");
    [all...]
aes-586.pl     [all...]
  /external/openssl/crypto/bf/asm/
bf-586.pl 90 &function_end($name);
  /external/openssl/crypto/modes/asm/
ghash-x86.pl 282 &function_end("gcm_gmult_4bit".$suffix);
330 &function_end("gcm_ghash_4bit".$suffix);
432 &function_end("gcm_gmult_4bit_mmx");
487 &function_end("gcm_ghash_4bit_mmx");
606 &function_end("gcm_gmult_4bit_mmx");
811 &function_end("gcm_ghash_4bit_mmx");
1096 &function_end("gcm_ghash_clmul");
    [all...]
  /external/openssl/crypto/perlasm/
x86asm.pl 7 # &function_end("foo");
180 sub ::function_end
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 292 &function_end("RC4");
381 &function_end("private_RC4_set_key");
  /external/openssl/crypto/
x86cpuid.pl 140 &function_end("OPENSSL_ia32_cpuid");
  /external/openssl/crypto/des/asm/
crypt586.pl 74 &function_end($name);
  /external/openssl/crypto/sha/asm/
sha1-586.pl 389 &function_end("sha1_block_data_order");
854 &function_end("_sha1_block_data_order_ssse3");
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 604 external function_end : llmodule -> (llmodule, llvalue) llrev_pos
638 rev_iter_function_range f (function_end m) (At_start m)
647 fold_right_function_range f (function_end m) (At_start m) init
    [all...]
llvm.mli 1339 val function_end : llmodule -> (llmodule, llvalue) llrev_pos var
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 627 insist (At_start m = function_end m);
636 insist (After f2 = function_end m);
    [all...]

Completed in 380 milliseconds