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:block_label
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
gifdec.c
268
int packed_fields,
block_label
, ct_size,
in gif_read_packet()
local
306
while (GIF_TRAILER != (
block_label
= avio_r8(pb)) && !avio_feof(pb)) {
in gif_read_packet()
307
if (
block_label
== GIF_EXTENSION_INTRODUCER) {
in gif_read_packet()
310
} else if (
block_label
== GIF_IMAGE_SEPARATOR) {
in gif_read_packet()
377
if (!gdc->ignore_loop && (
block_label
== GIF_TRAILER || avio_feof(pb))
in gif_read_packet()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H
A
D
transformation_duplicate_region_with_selection.cpp
79
auto
block_label
= ir_context->get_def_use_mgr()->GetDef(block_id);
in IsApplicable()
local
80
if (!
block_label
||
block_label
->opcode() != SpvOpLabel) {
in IsApplicable()
H
A
D
transformation_outline_function.cpp
109
auto
block_label
= ir_context->get_def_use_mgr()->GetDef(block_id);
in IsApplicable()
local
110
if (!
block_label
||
block_label
->opcode() != SpvOpLabel) {
in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H
A
D
transformation_duplicate_region_with_selection.cpp
79
auto
block_label
= ir_context->get_def_use_mgr()->GetDef(block_id);
in IsApplicable()
local
80
if (!
block_label
||
block_label
->opcode() != SpvOpLabel) {
in IsApplicable()
H
A
D
transformation_outline_function.cpp
109
auto
block_label
= ir_context->get_def_use_mgr()->GetDef(block_id);
in IsApplicable()
local
110
if (!
block_label
||
block_label
->opcode() != SpvOpLabel) {
in IsApplicable()
/third_party/spirv-tools/source/fuzz/
H
A
D
transformation_duplicate_region_with_selection.cpp
79
auto
block_label
= ir_context->get_def_use_mgr()->GetDef(block_id);
in IsApplicable()
local
80
if (!
block_label
||
block_label
->opcode() != spv::Op::OpLabel) {
in IsApplicable()
H
A
D
transformation_outline_function.cpp
109
auto
block_label
= ir_context->get_def_use_mgr()->GetDef(block_id);
in IsApplicable()
local
110
if (!
block_label
||
block_label
->opcode() != spv::Op::OpLabel) {
in IsApplicable()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H
A
D
nir_to_spirv.c
161
block_label
(struct ntv_context *ctx, nir_block *block)
in block_label()
function
3849
start_block(ctx,
block_label
(ctx, block));
in emit_block()
3902
SpvId then_id =
block_label
(ctx, nir_if_first_then_block(if_stmt));
in emit_if()
3909
else_id =
block_label
(ctx, nir_if_first_else_block(if_stmt));
in emit_if()
3934
SpvId begin_id =
block_label
(ctx, nir_loop_first_block(loop));
in emit_loop()
Completed in 17 milliseconds