OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:define_function
(Results
1 - 25
of
25
) sorted by null
/external/webrtc/webrtc/system_wrappers/include/
asm_defines.h
25
.macro
DEFINE_FUNCTION
name
40
.macro
DEFINE_FUNCTION
name
/art/runtime/arch/x86/
quick_entrypoints_x86.S
239
DEFINE_FUNCTION
VAR(c_name)
252
DEFINE_FUNCTION
VAR(c_name)
267
DEFINE_FUNCTION
VAR(c_name)
369
DEFINE_FUNCTION
VAR(c_name)
448
DEFINE_FUNCTION
art_quick_invoke_stub
546
DEFINE_FUNCTION
art_quick_invoke_static_stub
653
DEFINE_FUNCTION
VAR(c_name)
669
DEFINE_FUNCTION
VAR(c_name)
686
DEFINE_FUNCTION
VAR(c_name)
703
DEFINE_FUNCTION
VAR(c_name
[
all
...]
jni_entrypoints_x86.S
22
DEFINE_FUNCTION
art_jni_dlsym_lookup_stub
asm_support_x86.S
117
MACRO1(
DEFINE_FUNCTION
, c_name)
memcmp16_x86.S
45
DEFINE_FUNCTION
MEMCMP
/art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S
277
DEFINE_FUNCTION
VAR(c_name)
287
DEFINE_FUNCTION
VAR(c_name)
297
DEFINE_FUNCTION
VAR(c_name)
378
DEFINE_FUNCTION
VAR(c_name)
466
DEFINE_FUNCTION
art_quick_invoke_stub
560
DEFINE_FUNCTION
art_quick_invoke_static_stub
648
DEFINE_FUNCTION
art_quick_do_long_jump
695
DEFINE_FUNCTION
VAR(c_name)
706
DEFINE_FUNCTION
VAR(c_name)
717
DEFINE_FUNCTION
VAR(c_name
[
all
...]
jni_entrypoints_x86_64.S
22
DEFINE_FUNCTION
art_jni_dlsym_lookup_stub
asm_support_x86_64.S
111
MACRO1(
DEFINE_FUNCTION
, c_name)
memcmp16_x86_64.S
45
DEFINE_FUNCTION
MEMCMP
/external/llvm/test/Bindings/OCaml/
analysis.ml
26
let fn =
define_function
"valid_fn" fty m in
executionengine.ml
31
let fn =
define_function
"getglobal" (function_type i32_type [||]) m in
38
let fn =
define_function
"plus" (function_type i32_type [| i32_type;
ipo.ml
42
let fn =
define_function
"fn" fty m in
43
let fn2 =
define_function
"fn2" fty m in begin
linker.ml
35
let fn =
define_function
("fn_" ^ name) fty m in
vectorize.ml
41
let fn =
define_function
"fn" fty m in
core.ml
577
let fn =
define_function
"use_function" ty m in
604
let fn =
define_function
"user_function" ty m in
665
let fn =
define_function
"Fn3" ty m in
673
let fn =
define_function
"Fn4" ty m in
687
let fn =
define_function
"Fn5" ty m in
696
let fn =
define_function
"Fn6" ty m in
712
let f1 =
define_function
"One" ty m in
713
let f2 =
define_function
"Two" ty m in
739
let vf =
define_function
"void" (function_type void_type [| |]) m in
745
let f =
define_function
"f" ty m i
[
all
...]
scalar_opts.ml
41
let fn =
define_function
"fn" fty m in
/external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S
39
DEFINE_FUNCTION
WebRtcSpl_SqrtFloor
complex_bit_reverse_arm.S
19
DEFINE_FUNCTION
WebRtcSpl_ComplexBitReverse
filter_ar_fast_q12_armv7.S
42
DEFINE_FUNCTION
WebRtcSpl_FilterARFastQ12
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S
33
DEFINE_FUNCTION
WebRtcIsacfix_FilterArLoop
pitch_filter_armv6.S
32
DEFINE_FUNCTION
WebRtcIsacfix_PitchFilterCore
/external/v8/src/arm64/
macro-assembler-arm64-inl.h
294
#define
DEFINE_FUNCTION
(FN, REGTYPE, REG, OP) \
299
LS_MACRO_LIST(
DEFINE_FUNCTION
)
300
#undef
DEFINE_FUNCTION
303
#define
DEFINE_FUNCTION
(FN, REGTYPE, REG, REG2, OP) \
309
LSPAIR_MACRO_LIST(
DEFINE_FUNCTION
)
310
#undef
DEFINE_FUNCTION
[
all
...]
/external/vixl/src/vixl/a64/
macro-assembler-a64.cc
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
679
external
define_function
: string -> lltype -> llmodule -> llvalue
[
all
...]
llvm.mli
1450
val
define_function
: string -> lltype -> llmodule -> llvalue
var
[
all
...]
Completed in 1007 milliseconds