OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function_end
(Results
1 - 15
of
15
) sorted by null
/external/v8/src/wasm/
module-decoder.h
25
// {function_start} and {
function_end
}.
28
const byte*
function_end
);
module-decoder.cc
536
const byte*
function_end
) {
537
size_t size =
function_end
- function_start;
538
if (function_start >
function_end
) return FunctionError("start > end");
542
ModuleDecoder decoder(zone, function_start,
function_end
, false);
/external/boringssl/src/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);
x86-mont.pl
599
&
function_end
("bn_mul_mont");
/external/boringssl/src/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
636
&
function_end
("aesni_ecb_encrypt");
735
&
function_end
("aesni_ccm64_encrypt_blocks");
844
&
function_end
("aesni_ccm64_decrypt_blocks");
[
all
...]
aes-586.pl
[
all
...]
/external/boringssl/src/crypto/modes/asm/
ghash-x86.pl
294
&
function_end
("gcm_gmult_4bit".$suffix);
342
&
function_end
("gcm_ghash_4bit".$suffix);
444
&
function_end
("gcm_gmult_4bit_mmx");
499
&
function_end
("gcm_ghash_4bit_mmx");
618
&
function_end
("gcm_gmult_4bit_mmx");
823
&
function_end
("gcm_ghash_4bit_mmx");
[
all
...]
/external/boringssl/src/crypto/rc4/asm/
rc4-586.pl
296
&
function_end
("asm_RC4");
385
&
function_end
("asm_RC4_set_key");
/external/boringssl/src/crypto/perlasm/
x86asm.pl
7
# &
function_end
("foo");
206
sub ::
function_end
/toolchain/binutils/binutils-2.25/binutils/
stabs.c
82
bfd_vma
function_end
;
member in struct:stab_handle
365
ret->
function_end
= (bfd_vma) -1;
381
|| ! debug_end_function (dhandle, info->
function_end
))
384
info->
function_end
= (bfd_vma) -1;
507
&& info->
function_end
!= (bfd_vma) -1
508
&& info->
function_end
< endval)
509
endval = info->
function_end
;
514
info->
function_end
= (bfd_vma) -1;
595
need to worry about info->
function_end
. */
602
info->
function_end
= (bfd_vma) -1
[
all
...]
/external/boringssl/src/crypto/sha/asm/
sha1-586.pl
410
&
function_end
("sha1_block_data_order");
522
&
function_end
("_sha1_block_data_order_shaext");
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
694
external
function_end
: llmodule -> (llmodule, llvalue) llrev_pos
728
rev_iter_function_range f (
function_end
m) (At_start m)
737
fold_right_function_range f (
function_end
m) (At_start m) init
[
all
...]
llvm.mli
1484
val
function_end
: llmodule -> (llmodule, llvalue) llrev_pos
var
[
all
...]
/external/llvm/test/Bindings/OCaml/
core.ml
710
insist (At_start m =
function_end
m);
719
insist (After f2 =
function_end
m);
[
all
...]
Completed in 1418 milliseconds