Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ASM_NAME
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vulkan-loader/loader/
H
A
D
dev_ext_trampoline.c
29
#define
ASM_NAME
(name) __asm(name)
macro
31
#define
ASM_NAME
(name)
macro
37
VKAPI_ATTR void VKAPI_CALL vkdev_ext0(VkDevice device)
ASM_NAME
("vkdev_ext0");
38
VKAPI_ATTR void VKAPI_CALL vkdev_ext1(VkDevice device)
ASM_NAME
("vkdev_ext1");
39
VKAPI_ATTR void VKAPI_CALL vkdev_ext2(VkDevice device)
ASM_NAME
("vkdev_ext2");
40
VKAPI_ATTR void VKAPI_CALL vkdev_ext3(VkDevice device)
ASM_NAME
("vkdev_ext3");
41
VKAPI_ATTR void VKAPI_CALL vkdev_ext4(VkDevice device)
ASM_NAME
("vkdev_ext4");
42
VKAPI_ATTR void VKAPI_CALL vkdev_ext5(VkDevice device)
ASM_NAME
("vkdev_ext5");
43
VKAPI_ATTR void VKAPI_CALL vkdev_ext6(VkDevice device)
ASM_NAME
("vkdev_ext6");
44
VKAPI_ATTR void VKAPI_CALL vkdev_ext7(VkDevice device)
ASM_NAME
("vkdev_ext
[all...]
H
A
D
phys_dev_ext.c
39
#define
ASM_NAME
(name) __asm(name)
macro
41
#define
ASM_NAME
(name)
macro
45
VKAPI_ATTR void VKAPI_CALL vkPhysDevExtTramp0(VkPhysicalDevice)
ASM_NAME
("vkPhysDevExtTramp0");
46
VKAPI_ATTR void VKAPI_CALL vkPhysDevExtTramp1(VkPhysicalDevice)
ASM_NAME
("vkPhysDevExtTramp1");
47
VKAPI_ATTR void VKAPI_CALL vkPhysDevExtTramp2(VkPhysicalDevice)
ASM_NAME
("vkPhysDevExtTramp2");
48
VKAPI_ATTR void VKAPI_CALL vkPhysDevExtTramp3(VkPhysicalDevice)
ASM_NAME
("vkPhysDevExtTramp3");
49
VKAPI_ATTR void VKAPI_CALL vkPhysDevExtTramp4(VkPhysicalDevice)
ASM_NAME
("vkPhysDevExtTramp4");
50
VKAPI_ATTR void VKAPI_CALL vkPhysDevExtTramp5(VkPhysicalDevice)
ASM_NAME
("vkPhysDevExtTramp5");
51
VKAPI_ATTR void VKAPI_CALL vkPhysDevExtTramp6(VkPhysicalDevice)
ASM_NAME
("vkPhysDevExtTramp6");
52
VKAPI_ATTR void VKAPI_CALL vkPhysDevExtTramp7(VkPhysicalDevice)
ASM_NAME
("vkPhysDevExtTramp
[all...]
H
A
D
log.h
59
#define
ASM_NAME
(name) __asm(name)
macro
61
#define
ASM_NAME
(name)
macro
67
ASM_NAME
("loader_log");
72
const char *func_name)
ASM_NAME
("loader_log_asm_function_not_supported");
74
#undef
ASM_NAME
macro
/third_party/alsa-lib/include/
H
A
D
alsa-symbols.h
39
__asm__ (".symver "
ASM_NAME
(#real) ","
ASM_NAME
(#name) "@" #version)
41
__asm__ (".symver "
ASM_NAME
(#real) ","
ASM_NAME
(#name) "@@" #version)
59
__asm__ (".weak "
ASM_NAME
(#name)); \
60
__asm__ (
ASM_NAME
(#name) " = "
ASM_NAME
(#real))
63
__asm__ (".weak "
ASM_NAME
(#name)); \
64
__asm__ (".set "
ASM_NAME
(#name) ","
ASM_NAME
(#rea
[all...]
H
A
D
local.h
291
#define
ASM_NAME
(name) __SYMBOL_PREFIX name
macro
311
__make_section_unallocated (".gnu.warning."
ASM_NAME
(#symbol)) \
313
__attribute__ ((section (".gnu.warning."
ASM_NAME
(#symbol) "\"\n\t#\""))) = msg;
316
__make_section_unallocated (".gnu.warning."
ASM_NAME
(#symbol)) \
318
__attribute__ ((section (".gnu.warning."
ASM_NAME
(#symbol) "\n\t#"))) = msg;
323
".stabs \""
ASM_NAME
(#symbol) "\",1,0,0,0\n");
Completed in 2 milliseconds