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:curr_block
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ra144enc.c
455
lpc_data[i] = ractx->
curr_block
[BLOCKSIZE + BLOCKSIZE / 2 + i];
in ra144_encode_frame()
509
ra144_encode_subblock(ractx, ractx->
curr_block
+ i * BLOCKSIZE,
in ra144_encode_frame()
520
ractx->
curr_block
[i] = samples[i] >> 2;
in ra144_encode_frame()
526
memset(&ractx->
curr_block
[i], 0,
in ra144_encode_frame()
527
(NBLOCKS * BLOCKSIZE - i) * sizeof(*ractx->
curr_block
));
in ra144_encode_frame()
H
A
D
ra144.h
57
int16_t
curr_block
[NBLOCKS * BLOCKSIZE];
member
/third_party/node/deps/v8/src/compiler/backend/
H
A
D
mid-tier-register-allocator.cc
2811
const InstructionBlock*
curr_block
= data_->GetBlock(current);
in PopulateDeferredBlockRegion()
local
2813
if (IsDeferredBlockBoundary(
curr_block
->predecessors())) {
in PopulateDeferredBlockRegion()
2815
data_->block_state(
curr_block
->predecessors()[0])
in PopulateDeferredBlockRegion()
2819
for (RpoNumber pred :
curr_block
->predecessors()) {
in PopulateDeferredBlockRegion()
2829
if (IsDeferredBlockBoundary(
curr_block
->successors())) {
in PopulateDeferredBlockRegion()
2834
for (RpoNumber succ :
curr_block
->successors()) {
in PopulateDeferredBlockRegion()
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
dxil_module.h
172
unsigned
curr_block
;
member
H
A
D
dxil_module.c
1882
def->
curr_block
= 0;
in dxil_add_function_def()
2720
m->cur_emitting_func->
curr_block
++;
in dxil_emit_branch()
2833
m->cur_emitting_func->
curr_block
++;
in dxil_emit_ret_void()
3369
!emit_record_int(m, FUNC_CODE_DECLAREBLOCKS, func->
curr_block
))
in emit_function()
H
A
D
nir_to_dxil.c
5064
ctx->mod.cur_emitting_func->basic_block_ids[block->index] = ctx->mod.cur_emitting_func->
curr_block
;
in emit_block()
Completed in 21 milliseconds