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:CHAR_PTR_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vulkan-loader/loader/
H
A
D
asm_offset.c
40
__asm__("#
CHAR_PTR_SIZE
= %c0" : : "i"(sizeof(char *)));
in produce_asm_define()
54
static const uint32_t
CHAR_PTR_SIZE
= sizeof(char *);
variable
102
{ .name = "
CHAR_PTR_SIZE
", .value = sizeof(char *),
in main()
H
A
D
unknown_ext_chain_gas_x86.S
70
mov r8, [rdi + (FUNCTION_OFFSET_INSTANCE + (
CHAR_PTR_SIZE
* \num))] # Load the func name into r8 (fifth arg)
120
push dword ptr [eax + (FUNCTION_OFFSET_INSTANCE + (
CHAR_PTR_SIZE
* \num))] # Push the func name (fourth arg)
H
A
D
unknown_ext_chain_masm.asm
54
mov rax, qword ptr [rcx + (FUNCTION_OFFSET_INSTANCE + (
CHAR_PTR_SIZE
* num))] ; Load the func name into rax
97
push dword ptr [eax + (FUNCTION_OFFSET_INSTANCE + (
CHAR_PTR_SIZE
* num))] ; Push the func name (fifth arg)
H
A
D
unknown_ext_chain_gas_aarch64.S
57
mov x10, (FUNCTION_OFFSET_INSTANCE + (
CHAR_PTR_SIZE
* \num)) // Offset of the function name string in the instance
Completed in 3 milliseconds