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:new_box
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_palettegen.c
238
struct range_box *
new_box
= &s->boxes[s->nb_boxes++];
in split_box()
local
239
new_box
->start = n + 1;
in split_box()
240
new_box
->len = box->start + box->len -
new_box
->start;
in split_box()
241
new_box
->sorted_by = box->sorted_by;
in split_box()
242
box->len -=
new_box
->len;
in split_box()
245
av_assert0(
new_box
->len >= 1);
in split_box()
248
new_box
->color = get_avg_color(s->refs,
new_box
, s->use_alpha);
in split_box()
250
new_box
in split_box()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_compute_blit.c
663
struct pipe_box
new_box
;
in si_compute_copy_image()
local
676
new_box
.x = util_format_get_nblocksx(src_format, src_box->x);
in si_compute_copy_image()
677
new_box
.y = util_format_get_nblocksy(src_format, src_box->y);
in si_compute_copy_image()
678
new_box
.z = src_box->z;
in si_compute_copy_image()
679
new_box
.width = util_format_get_nblocksx(src_format, src_box->width);
in si_compute_copy_image()
680
new_box
.height = util_format_get_nblocksy(src_format, src_box->height);
in si_compute_copy_image()
681
new_box
.depth = src_box->depth;
in si_compute_copy_image()
682
src_box = &
new_box
;
in si_compute_copy_image()
698
new_box
= *src_box;
in si_compute_copy_image()
699
new_box
in si_compute_copy_image()
[all...]
Completed in 3 milliseconds