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:static_data
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/
H
A
D
nir_load_libclc.c
51
const char *
static_data
;
member
60
.
static_data
= libclc_spirv_mesa3d_spv,
70
.
static_data
= libclc_spirv64_mesa3d_spv,
103
if (clc->file->
static_data
) {
in open_clc_data()
143
if (clc->file->
static_data
) {
in map_clc_data()
146
ZSTD_getFrameContentSize(clc->file->
static_data
,
in map_clc_data()
156
ZSTD_findFrameCompressedSize(clc->file->
static_data
,
in map_clc_data()
166
size_t size = ZSTD_decompress(dest, cmp_size, clc->file->
static_data
,
in map_clc_data()
178
clc->data = clc->file->
static_data
;
in map_clc_data()
209
if (clc->file->
static_data
) {
in close_clc_data()
[all...]
/third_party/mesa3d/src/mapi/new/
H
A
D
genCommon.py
36
import
static_data
namespace
85
if name in
static_data
.offsets:
86
functions[i] = functions[i]._replace(slot=
static_data
.offsets[name])
87
elif not name.endswith("ARB") and name + "ARB" in
static_data
.offsets:
88
functions[i] = functions[i]._replace(slot=
static_data
.offsets[name + "ARB"])
89
elif not name.endswith("EXT") and name + "EXT" in
static_data
.offsets:
90
functions[i] = functions[i]._replace(slot=
static_data
.offsets[name + "EXT"])
/third_party/mesa3d/src/mapi/glapi/gen/
H
A
D
gl_XML.py
33
import
static_data
namespace
661
if name in
static_data
.functions:
699
if name in
static_data
.offsets and
static_data
.offsets[name] <=
static_data
.MAX_OFFSETS:
700
self.offset =
static_data
.offsets[name]
701
elif name in
static_data
.offsets and
static_data
.offsets[name] >
static_data
.MAX_OFFSETS:
702
self.offset =
static_data
[all...]
/third_party/lwip/src/include/lwip/apps/
H
A
D
smtp.h
65
u8_t
static_data
;
member
/third_party/rust/crates/rust-openssl/openssl-errors/tests/
H
A
D
test.rs
43
fn
static_data
() {
in static_data()
functions
/third_party/lwip/src/apps/smtp/
H
A
D
smtp.c
703
if (req->
static_data
) {
in smtp_send_mail_int()
Completed in 5 milliseconds