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:ptoken
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libcoap/src/
H
A
D
coap_block.c
1648
const uint8_t *
ptoken
;
in coap_send_q_blocks()
local
1680
ptoken
= pdu->actual_token.s;
in coap_send_q_blocks()
1685
ptoken
= ltoken;
in coap_send_q_blocks()
1692
ptoken
, &drop_options);
in coap_send_q_blocks()
1726
ptoken
= block_pdu->actual_token.s;
in coap_send_q_blocks()
1731
ptoken
= ltoken;
in coap_send_q_blocks()
1734
ltoken_length,
ptoken
, &drop_options);
in coap_send_q_blocks()
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_tgsi_vgpu10.c
12558
VGPU10ProgramToken
ptoken
;
in emit_vgpu10_header()
local
12565
ptoken
.value = 0; /* init whole token to zero */
in emit_vgpu10_header()
12566
ptoken
.majorVersion = version / 10;
in emit_vgpu10_header()
12567
ptoken
.minorVersion = version % 10;
in emit_vgpu10_header()
12568
ptoken
.programType = translate_shader_type(emit->unit);
in emit_vgpu10_header()
12569
if (!emit_dword(emit,
ptoken
.value))
in emit_vgpu10_header()
12632
VGPU10OpcodeToken0 *
ptoken
;
in emit_vgpu10_tail()
local
12634
ptoken
= (VGPU10OpcodeToken0 *)&tokens[emit->reserved_token];
in emit_vgpu10_tail()
12635
assert(
ptoken
->opcodeType == VGPU10_OPCODE_NOP);
in emit_vgpu10_tail()
12636
ptoken
in emit_vgpu10_tail()
12642
VGPU10OpcodeToken0 *
ptoken
;
emit_vgpu10_tail()
local
[all...]
Completed in 19 milliseconds