OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asm_function_t
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp
54
typedef void (*
asm_function_t
)();
typedef
55
extern "C" void asm_mips_test_jacket(
asm_function_t
function,
438
asm_function_t
asm_function = (
asm_function_t
)(instrMem);
551
asm_function_t
asm_function = (
asm_function_t
)(instrMem);
/system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp
54
typedef void (*
asm_function_t
)();
typedef
55
extern "C" void asm_test_jacket(
asm_function_t
function,
482
asm_function_t
asm_function = (
asm_function_t
)(instrMem);
598
asm_function_t
asm_function = (
asm_function_t
)(instrMem);
690
asm_function_t
asm_function = (
asm_function_t
)(instrMem);
[
all
...]
Completed in 197 milliseconds