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
defs:needed_size
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
fraps.c
171
unsigned
needed_size
= avctx->width * avctx->height + 1024;
in decode_frame()
local
180
unsigned
needed_size
= avctx->width * avctx->height * 3;
in decode_frame()
local
H
A
D
utils.c
392
int ch, planar,
needed_size
, ret = 0;
in avcodec_fill_audio_frame()
local
/third_party/skia/third_party/externals/libwebp/src/utils/
H
A
D
bit_writer_utils.c
30
const size_t
needed_size
= (size_t)needed_size_64b;
in BitWriterResize()
local
/third_party/node/deps/cares/src/lib/
H
A
D
ares__buf.c
183
ares__buf_ensure_space(ares__buf_t *buf, size_t
needed_size
)
ares__buf_ensure_space()
argument
/third_party/node/deps/v8/src/web-snapshot/
H
A
D
web-snapshot.cc
381
size_t
needed_size
=
in WriteSnapshot()
local
/third_party/node/deps/v8/src/objects/
H
A
D
bigint.cc
999
int
needed_size
= SeqOneByteString::SizeFor(chars_written);
in ToString()
local
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_program.c
1166
check_urb_size(struct iris_context *ice, unsigned
needed_size
, gl_shader_stage stage)
check_urb_size()
argument
/third_party/astc-encoder/Source/
H
A
D
tinyexr.h
5471
mz_uint64
needed_size
, cur_file_ofs, comp_remaining,
in mz_zip_reader_extract_to_mem_no_alloc()
local
Completed in 34 milliseconds