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:cur_index
(Results
1 - 16
of
16
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mimic.c
53
int
cur_index
;
member
136
ctx->
cur_index
= 15;
in mimic_decode_init()
164
dst->
cur_index
= src->next_cur_index;
in mimic_decode_update_thread_context()
270
const int stride = ctx->frames[ctx->
cur_index
].f->linesize[plane];
in decode()
272
uint8_t *dst = ctx->frames[ctx->
cur_index
].f->data[plane];
in decode()
294
int index = (ctx->
cur_index
+ backref) & 15;
in decode()
297
if (index != ctx->
cur_index
&& p) {
in decode()
319
ff_thread_report_progress(&ctx->frames[ctx->
cur_index
],
in decode()
399
ff_thread_release_ext_buffer(avctx, &ctx->frames[ctx->
cur_index
]);
in mimic_decode_frame()
400
ctx->frames[ctx->
cur_index
]
in mimic_decode_frame()
[all...]
H
A
D
mlpenc.c
1215
unsigned int
cur_index
= (ctx->frame_index + index + 1) % ctx->max_restart_interval;
in input_to_sample_buffer()
local
1216
int32_t *input_buffer = ctx->inout_buffer +
cur_index
* ctx->one_sample_buffer_size;
in input_to_sample_buffer()
/third_party/vulkan-loader/loader/
H
A
D
loader_windows.c
1025
uint32_t
cur_index
= 0;
in windows_sort_devices_in_group()
local
1027
for (uint32_t grp_dev =
cur_index
; grp_dev < group_props->physicalDeviceCount; ++grp_dev) {
in windows_sort_devices_in_group()
1029
if (
cur_index
!= grp_dev) {
in windows_sort_devices_in_group()
1030
VkPhysicalDevice swap_dev = group_props->physicalDevices[
cur_index
];
in windows_sort_devices_in_group()
1031
group_props->physicalDevices[
cur_index
] = group_props->physicalDevices[grp_dev];
in windows_sort_devices_in_group()
1034
cur_index
++;
in windows_sort_devices_in_group()
1039
if (
cur_index
== 0) {
in windows_sort_devices_in_group()
H
A
D
loader.c
7005
uint32_t
cur_index
= indiv_gpu + cur_icd_group_count;
7006
local_phys_dev_groups[
cur_index
].this_icd_term = icd_term;
7007
local_phys_dev_groups[
cur_index
].icd_index = icd_idx;
7008
local_phys_dev_groups[
cur_index
].group_props.physicalDeviceCount = 1;
7009
local_phys_dev_groups[
cur_index
].group_props.physicalDevices[0] = phys_dev_array[indiv_gpu];
7035
uint32_t
cur_index
= group + cur_icd_group_count;
7036
local_phys_dev_groups[
cur_index
].group_props = pPhysicalDeviceGroupProperties[
cur_index
];
7037
local_phys_dev_groups[
cur_index
].this_icd_term = icd_term;
7038
local_phys_dev_groups[
cur_index
]
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H
A
D
gpir.h
396
int
cur_index
;
member
H
A
D
node.c
327
node->index = block->comp->
cur_index
++;
in gpir_node_create()
H
A
D
scheduler.c
1684
int save_index = comp->
cur_index
;
in gpir_schedule_prog()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H
A
D
validate_memory.cpp
1313
const uint32_t
cur_index
= cur_word_instr->word(3);
in ValidateAccessChain()
local
1318
if (
cur_index
>= num_struct_members) {
in ValidateAccessChain()
1321
<< " can not find index " <<
cur_index
in ValidateAccessChain()
1328
auto structMemberId = type_pointee->word(
cur_index
+ 2);
in ValidateAccessChain()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H
A
D
validate_memory.cpp
1313
const uint32_t
cur_index
= cur_word_instr->word(3);
in ValidateAccessChain()
local
1318
if (
cur_index
>= num_struct_members) {
in ValidateAccessChain()
1321
<< " can not find index " <<
cur_index
in ValidateAccessChain()
1328
auto structMemberId = type_pointee->word(
cur_index
+ 2);
in ValidateAccessChain()
/third_party/spirv-tools/source/val/
H
A
D
validate_memory.cpp
1388
const uint32_t
cur_index
= cur_word_instr->word(3);
in ValidateAccessChain()
local
1393
if (
cur_index
>= num_struct_members) {
in ValidateAccessChain()
1396
<< " can not find index " <<
cur_index
in ValidateAccessChain()
1403
auto structMemberId = type_pointee->word(
cur_index
+ 2);
in ValidateAccessChain()
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-collections-gen.cc
1010
TNode<IntPtrT>
cur_index
;
1011
std::tie(entry_key, entry_start_position,
cur_index
) =
1042
var_index =
cur_index
;
1121
TNode<IntPtrT>
cur_index
;
1122
std::tie(entry_key, entry_start_position,
cur_index
) =
1127
var_index =
cur_index
;
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H
A
D
ppir.h
410
int
cur_index
;
member
H
A
D
node.c
386
node->index = comp->
cur_index
++;
in ppir_node_create()
/third_party/node/deps/v8/src/wasm/
H
A
D
graph-builder-interface.cc
571
uint32_t i = iterator.
cur_index
();
in BrTable()
H
A
D
function-body-decoder-impl.h
618
uint32_t
cur_index
() { return index_; }
in cur_index()
function in v8::internal::wasm::BranchTableIterator
3002
const uint32_t index = iterator.
cur_index
();
in DECODE()
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-compiler.cc
2689
DCHECK_EQ(min, table_iterator->
cur_index
());
Completed in 50 milliseconds