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:region_size
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegaudiodec_template.c
69
int
region_size
[3]; /* number of huffman codes in each region */
member
128
g->
region_size
[2] = 576 / 2;
in region_offset2size()
130
k = FFMIN(g->
region_size
[i], g->big_values);
in region_offset2size()
131
g->
region_size
[i] = k - j;
in region_offset2size()
140
g->
region_size
[0] = (36 / 2);
in init_short_region()
142
g->
region_size
[0] = (72 / 2);
in init_short_region()
145
g->
region_size
[0] = (36 / 2);
in init_short_region()
147
g->
region_size
[0] = (54 / 2);
in init_short_region()
149
g->
region_size
[0] = (108 / 2);
in init_short_region()
151
g->
region_size
[
in init_short_region()
[all...]
/third_party/node/deps/v8/src/base/
H
A
D
bounded-page-allocator.cc
105
size_t
region_size
= RoundUp(size, allocate_page_size_);
in ReserveForSharedMemoryMapping()
local
107
address,
region_size
, RegionAllocator::RegionState::kExcluded)) {
in ReserveForSharedMemoryMapping()
/third_party/node/deps/v8/src/base/platform/
H
A
D
platform.h
431
bool Contains(void* region_addr, size_t
region_size
) const {
in Contains()
435
((region_base +
region_size
) <= (base + size_));
in Contains()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_uvd_enc.h
279
uint32_t
region_size
;
member
H
A
D
radeon_vcn_enc.h
326
uint32_t
region_size
;
member
H
A
D
radeon_uvd_enc_1_1.c
823
enc->enc_pic.intra_ref.
region_size
= 0;
in radeon_uvd_enc_intra_refresh()
828
RADEON_ENC_CS(enc->enc_pic.intra_ref.
region_size
);
in radeon_uvd_enc_intra_refresh()
H
A
D
radeon_vcn_enc_1_2.c
1115
enc->enc_pic.intra_ref.
region_size
= 0;
in radeon_enc_intra_refresh()
1120
RADEON_ENC_CS(enc->enc_pic.intra_ref.
region_size
);
in radeon_enc_intra_refresh()
/third_party/python/Modules/
H
A
D
_winapi.c
1752
SIZE_T
region_size
;
in _winapi_VirtualQuerySize_impl()
local
1761
region_size
= mem_basic_info.RegionSize;
in _winapi_VirtualQuerySize_impl()
1762
return
region_size
;
in _winapi_VirtualQuerySize_impl()
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_cmd_buffer.c
3121
uint64_t
region_size
= 0;
in dzn_CmdCopyImage2()
local
3133
&
region_size
);
in dzn_CmdCopyImage2()
3134
max_size = MAX2(max_size,
region_size
* region->extent.depth);
in dzn_CmdCopyImage2()
Completed in 19 milliseconds