Home
last modified time | relevance | path

Searched refs:function_end (Results 1 – 23 of 23) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghash-ssse3-x86.pl200 &function_end("gcm_gmult_ssse3");
276 &function_end("gcm_ghash_ssse3");
Dghash-x86.pl394 &function_end("gcm_gmult_4bit_mmx");
598 &function_end("gcm_ghash_4bit_mmx");
920 &function_end("gcm_ghash_clmul");
1101 &function_end("gcm_ghash_clmul");
/external/boringssl/src/crypto/fipsmodule/bn/asm/
Dbn-586.pl219 &function_end($name);
330 &function_end($name);
419 &function_end($name);
504 &function_end($name);
576 &function_end($name);
784 &function_end($name);
Dx86-mont.pl625 &function_end("bn_mul_mont");
/external/boringssl/src/crypto/fipsmodule/aes/asm/
Dvpaes-x86.pl787 &function_end("${PREFIX}_set_encrypt_key");
817 &function_end("${PREFIX}_set_decrypt_key");
838 &function_end("${PREFIX}_encrypt");
857 &function_end("${PREFIX}_decrypt");
919 &function_end("${PREFIX}_cbc_encrypt");
Daesni-x86.pl656 &function_end("${PREFIX}_ecb_encrypt");
754 &function_end("${PREFIX}_ccm64_encrypt_blocks");
863 &function_end("${PREFIX}_ccm64_decrypt_blocks");
1126 &function_end("${PREFIX}_ctr32_encrypt_blocks");
1481 &function_end("${PREFIX}_xts_encrypt");
1857 &function_end("${PREFIX}_xts_decrypt");
2108 &function_end("${PREFIX}_cbc_encrypt");
Daes-586.pl1232 &function_end("aes_nohw_encrypt");
2023 &function_end("aes_nohw_decrypt");
2641 &function_end("aes_nohw_cbc_encrypt");
2873 &function_end("_x86_AES_set_encrypt_key");
2995 &function_end("aes_nohw_set_decrypt_key");
/external/boringssl/src/crypto/perlasm/
Dreadme36 &function_end(name) Call at end of function.
95 &function_end("calc");
Dx86asm.pl246 sub ::function_end
/external/boringssl/src/crypto/test/asm/
Dtrampoline-x86.pl85 &function_end("abi_test_trampoline")
/external/v8/src/wasm/
Dmodule-decoder.h78 const byte* function_end, Counters* counters);
Dmodule-decoder.cc1508 const byte* function_end, Counters* counters) { in DecodeWasmFunctionForTesting() argument
1509 size_t size = function_end - function_start; in DecodeWasmFunctionForTesting()
1510 if (function_start > function_end) in DecodeWasmFunctionForTesting()
1518 ModuleDecoderImpl decoder(enabled, function_start, function_end, kWasmOrigin); in DecodeWasmFunctionForTesting()
/external/boringssl/src/crypto/fipsmodule/sha/asm/
Dsha1-586.pl423 &function_end("sha1_block_data_order");
535 &function_end("_sha1_block_data_order_shaext");
1099 &function_end("_sha1_block_data_order_ssse3");
1472 &function_end("_sha1_block_data_order_avx");
/external/boringssl/src/crypto/chacha/asm/
Dchacha-x86.pl359 &function_end("ChaCha20_ctr32");
754 &function_end("ChaCha20_ssse3");
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml718 external function_end : llmodule -> (llmodule, llvalue) llrev_pos
752 rev_iter_function_range f (function_end m) (At_start m)
761 fold_right_function_range f (function_end m) (At_start m) init
Dllvm.mli1510 (** [function_end m] returns the last position in the function list of
1511 the module [m]. [function_end] and [function_pred] can be used to iterate
1514 val function_end : llmodule -> (llmodule, llvalue) llrev_pos val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml786 external function_end : llmodule -> (llmodule, llvalue) llrev_pos
820 rev_iter_function_range f (function_end m) (At_start m)
829 fold_right_function_range f (function_end m) (At_start m) init
Dllvm.mli1534 (** [function_end m] returns the last position in the function list of
1535 the module [m]. [function_end] and [function_pred] can be used to iterate
1538 val function_end : llmodule -> (llmodule, llvalue) llrev_pos val
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml603 external function_end : llmodule -> (llmodule, llvalue) llrev_pos
637 rev_iter_function_range f (function_end m) (At_start m)
646 fold_right_function_range f (function_end m) (At_start m) init
Dllvm.mli1334 (** [function_end m] returns the last position in the function list of
1335 the module [m]. [function_end] and [function_pred] can be used to iterate
1338 val function_end : llmodule -> (llmodule, llvalue) llrev_pos val
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml627 insist (At_start m = function_end m);
636 insist (After f2 = function_end m);
/external/llvm/test/Bindings/OCaml/
Dcore.ml710 insist (At_start m = function_end m);
719 insist (After f2 = function_end m);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml756 insist (At_start m = function_end m);
765 insist (After f2 = function_end m);