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:doffset
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/freedreno/rnn/
H
A
D
headergen2.c
241
use_offset_fxn = elem->offsets || elem->
doffset
|| elem->doffsets;
in printdelem()
242
assert((!!elem->offsets + !!elem->
doffset
+ !!elem->doffsets) <= 1);
in printdelem()
272
if (elem->
doffset
) {
in printdelem()
273
fprintf(dst, "\treturn (%s) + (%#" PRIx64 "*idx);\n", elem->
doffset
, elem->stride);
in printdelem()
H
A
D
rnn.h
212
char *
doffset
;
member
H
A
D
rnn.c
505
} else if (!strcmp(attr->name, "
doffset
")) {
in trydelem()
507
res->
doffset
= strdup(getattrib(db, file, node->line, attr));
in trydelem()
513
char *
doffset
= strdup(tok);
in trydelem()
local
514
ADDARRAY(res->doffsets,
doffset
);
in trydelem()
Completed in 4 milliseconds