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:filled_len
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/vulkan/util/
H
A
D
vk_util.h
156
uint32_t *
filled_len
;
member
161
* when `*
filled_len
< wanted_len`.
172
a->
filled_len
= len;
in __vk_outarray_init()
173
*a->
filled_len
= 0;
in __vk_outarray_init()
183
if (*a->
filled_len
< a->wanted_len)
in __vk_outarray_status()
196
if (*a->
filled_len
>= a->cap)
in __vk_outarray_next()
200
p = (uint8_t *)a->data + (*a->
filled_len
) * elem_size;
in __vk_outarray_next()
202
*a->
filled_len
+= 1;
in __vk_outarray_next()
247
* is not full, then the macro also increment its `
filled_len
` and then
/third_party/ffmpeg/libavcodec/
H
A
D
libsvtav1.c
459
static AVBufferRef *get_output_ref(AVCodecContext *avctx, SvtContext *svt_enc, int
filled_len
)
in get_output_ref()
argument
461
if (
filled_len
> svt_enc->max_tu_size) {
in get_output_ref()
465
if (
filled_len
> svt_enc->raw_size * max_frames) {
in get_output_ref()
470
max_tu_size = 1 << av_ceil_log2(
filled_len
);
in get_output_ref()
Completed in 2 milliseconds