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:bInfo
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
BindGroupLayout.cpp
289
BindingInfo
bInfo
= CreateBindGroupLayoutInfo(b);
in SortBindingsCompare()
local
292
if (aInfo.bindingType !=
bInfo
.bindingType) {
in SortBindingsCompare()
293
return aInfo.bindingType <
bInfo
.bindingType;
in SortBindingsCompare()
302
if (aInfo.buffer.minBindingSize !=
bInfo
.buffer.minBindingSize) {
in SortBindingsCompare()
303
return aInfo.buffer.minBindingSize <
bInfo
.buffer.minBindingSize;
in SortBindingsCompare()
307
if (aInfo.sampler.type !=
bInfo
.sampler.type) {
in SortBindingsCompare()
308
return aInfo.sampler.type <
bInfo
.sampler.type;
in SortBindingsCompare()
312
if (aInfo.texture.multisampled !=
bInfo
.texture.multisampled) {
in SortBindingsCompare()
313
return aInfo.texture.multisampled <
bInfo
.texture.multisampled;
in SortBindingsCompare()
315
if (aInfo.texture.viewDimension !=
bInfo
in SortBindingsCompare()
[all...]
/third_party/lzma/C/
H
A
D
XzEnc.c
1092
CXzEncBlockInfo *
bInfo
= &me->EncBlocks[outBufIndex];
in XzEnc_MtCallback_Code()
local
1093
bInfo
->totalSize = 0;
in XzEnc_MtCallback_Code()
1094
bInfo
->unpackSize = 0;
in XzEnc_MtCallback_Code()
1095
bInfo
->headerSize = 0;
in XzEnc_MtCallback_Code()
1144
const CXzEncBlockInfo *
bInfo
= &me->EncBlocks[outBufIndex];
in XzEnc_MtCallback_Write()
local
1147
RINOK(WriteBytes(me->outStream, data,
bInfo
->headerSize))
in XzEnc_MtCallback_Write()
1150
UInt64 totalPackFull =
bInfo
->totalSize + XZ_GET_PAD_SIZE(
bInfo
->totalSize);
in XzEnc_MtCallback_Write()
1151
RINOK(WriteBytes(me->outStream, data + XZ_BLOCK_HEADER_SIZE_MAX, (size_t)totalPackFull -
bInfo
->headerSize))
in XzEnc_MtCallback_Write()
1154
return XzEncIndex_AddIndexRecord(&me->xzIndex,
bInfo
in XzEnc_MtCallback_Write()
[all...]
Completed in 3 milliseconds