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:call_size
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_threaded_context.c
121
#define to_call(ptr, type) ((struct type *)to_call_check((void *)(ptr),
call_size
(type)))
124
#define
call_size
(type) size_to_slots(sizeof(struct type))
macro
127
#define get_next_call(ptr, type) ((struct type*)((uint64_t*)ptr +
call_size
(type)))
320
((struct type*)tc_add_sized_call(tc, execute,
call_size
(type)))
771
return
call_size
(tc_call_##func); \
839
return
call_size
(tc_query_call);
in tc_call_destroy_query()
854
return
call_size
(tc_query_call);
in tc_call_begin_query()
882
return
call_size
(tc_end_query_call);
in tc_call_end_query()
949
return
call_size
(tc_query_result_resource);
in tc_call_get_query_result_resource()
987
return
call_size
(tc_render_conditio
in tc_call_render_condition()
[all...]
Completed in 5 milliseconds