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:toks
(Results
26 - 29
of
29
) sorted by relevance
1
2
/kernel/linux/linux-6.6/block/
H
A
D
sed-opal.c
52
* On the parsed response, we don't store again the
toks
that are already
78
struct opal_resp_tok
toks
[MAX_TOKS];
member
907
tok = &resp->
toks
[n];
in response_get_token()
1046
iter = resp->
toks
;
in response_parse()
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_ff.c
174
const struct tgsi_token *
toks
= ureg_get_tokens(ureg, NULL);
in nine_ureg_tgsi_dump()
local
175
tgsi_dump(
toks
, 0);
in nine_ureg_tgsi_dump()
176
ureg_free_tokens(
toks
);
in nine_ureg_tgsi_dump()
H
A
D
nine_shader.c
4141
const struct tgsi_token *
toks
= ureg_get_tokens(tx->ureg, NULL);
in nine_translate_shader()
local
4142
tgsi_dump(
toks
, 0);
in nine_translate_shader()
4143
ureg_free_tokens(
toks
);
in nine_translate_shader()
/third_party/skia/third_party/externals/microhttpd/doc/
H
A
D
texinfo.tex
5488
% \the<
toks
register> to achieve this: TeX expands \the<
toks
> only once,
5489
% simply yielding the contents of <
toks
register>. (We also do this for
7446
% In that case, the hook is \the\
toks
N-1, and we simply set \
toks
N-1 to the
7489
{\noexpand\noexpand\noexpand\the\
toks
\the\paramno}%
7586
% value into a new token list register \
toks
#N
7643
\def\texinonouternewtoks{\alloc@ 5\
toks
\toksdef \@cclvi}
Completed in 20 milliseconds
1
2