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:comp_offset
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/src/crypto/
H
A
D
crypto_clienthello.cc
190
size_t
comp_offset
= cipher_offset + 2 + cipher_len;
in ParseTLSClientHello()
local
193
if (
comp_offset
>= avail)
in ParseTLSClientHello()
196
uint8_t comp_len = data[
comp_offset
];
in ParseTLSClientHello()
197
size_t extension_offset =
comp_offset
+ 1 + comp_len;
in ParseTLSClientHello()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_gather_xfb_info.c
139
unsigned
comp_offset
= var->data.location_frac;
in add_var_xfb_outputs()
local
152
output->component_offset =
comp_offset
;
in add_var_xfb_outputs()
157
comp_offset
= 0;
in add_var_xfb_outputs()
H
A
D
nir_lower_io.c
1938
unsigned
comp_offset
= i * vec_stride;
in nir_lower_explicit_io_instr()
local
1941
comp_offset
);
in nir_lower_explicit_io_instr()
1945
(align_offset +
comp_offset
) %
in nir_lower_explicit_io_instr()
1968
unsigned
comp_offset
= i * vec_stride;
in nir_lower_explicit_io_instr()
local
1971
comp_offset
);
in nir_lower_explicit_io_instr()
1974
(align_offset +
comp_offset
) % align_mul,
in nir_lower_explicit_io_instr()
/third_party/mbedtls/library/
H
A
D
ssl_tls12_server.c
891
size_t ciph_offset,
comp_offset
, ext_offset;
in ssl_parse_client_hello()
local
1275
comp_offset
= ciph_offset + 2 + ciph_len;
in ssl_parse_client_hello()
1277
comp_len = buf[
comp_offset
];
in ssl_parse_client_hello()
1281
comp_len +
comp_offset
+ 1 > msg_len) {
in ssl_parse_client_hello()
1289
buf +
comp_offset
+ 1, comp_len);
in ssl_parse_client_hello()
1294
ext_offset =
comp_offset
+ 1 + comp_len;
in ssl_parse_client_hello()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_mesh.cpp
1038
const unsigned
comp_offset
= offset_in_dwords % 4;
in emit_urb_direct_reads()
local
1039
const unsigned num_regs =
comp_offset
+ comps;
in emit_urb_direct_reads()
1055
fs_reg data_comp = horiz_stride(offset(data, ubld8,
comp_offset
+ c), 0);
in emit_urb_direct_reads()
Completed in 13 milliseconds