Searched refs:function_end (Results 1 – 23 of 23) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghash-ssse3-x86.pl | 200 &function_end("gcm_gmult_ssse3"); 276 &function_end("gcm_ghash_ssse3");
|
D | ghash-x86.pl | 394 &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/ |
D | bn-586.pl | 219 &function_end($name); 330 &function_end($name); 419 &function_end($name); 504 &function_end($name); 576 &function_end($name); 784 &function_end($name);
|
D | x86-mont.pl | 625 &function_end("bn_mul_mont");
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | vpaes-x86.pl | 787 &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");
|
D | aesni-x86.pl | 656 &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");
|
D | aes-586.pl | 1232 &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/ |
D | readme | 36 &function_end(name) Call at end of function. 95 &function_end("calc");
|
D | x86asm.pl | 246 sub ::function_end
|
/external/boringssl/src/crypto/test/asm/ |
D | trampoline-x86.pl | 85 &function_end("abi_test_trampoline")
|
/external/v8/src/wasm/ |
D | module-decoder.h | 78 const byte* function_end, Counters* counters);
|
D | module-decoder.cc | 1508 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/ |
D | sha1-586.pl | 423 &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/ |
D | chacha-x86.pl | 359 &function_end("ChaCha20_ctr32"); 754 &function_end("ChaCha20_ssse3");
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 718 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
|
D | llvm.mli | 1510 (** [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/ |
D | llvm.ml | 786 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
|
D | llvm.mli | 1534 (** [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/ |
D | llvm.ml | 603 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
|
D | llvm.mli | 1334 (** [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/ |
D | vmcore.ml | 627 insist (At_start m = function_end m); 636 insist (After f2 = function_end m);
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 710 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/ |
D | core.ml | 756 insist (At_start m = function_end m); 765 insist (After f2 = function_end m);
|