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:valign
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
jacosubdec.c
97
int i,
valign
= 0, halign = 0;
in jacosub_to_ass()
local
113
if (strstr(directives, "VB"))
valign
= ALIGN_VB;
in jacosub_to_ass()
114
else if (strstr(directives, "VM"))
valign
= ALIGN_VM;
in jacosub_to_ass()
115
else if (strstr(directives, "VT"))
valign
= ALIGN_VT;
in jacosub_to_ass()
119
if (
valign
|| halign) {
in jacosub_to_ass()
120
if (!
valign
)
valign
= ALIGN_VB;
in jacosub_to_ass()
122
switch (
valign
| halign) {
in jacosub_to_ass()
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_genX_helpers.h
61
isl_encode_valign(uint8_t
valign
)
in isl_encode_valign()
argument
63
switch (
valign
) {
in isl_encode_valign()
72
default: unreachable("Invalid
valign
");
in isl_encode_valign()
H
A
D
isl_gfx8.c
152
const uint32_t
valign
= 4;
in isl_gfx8_choose_image_alignment_el()
local
189
*image_align_el = isl_extent3d(halign,
valign
, 1);
in isl_gfx8_choose_image_alignment_el()
H
A
D
isl_gfx7.c
415
const uint32_t
valign
= require_valign4 ? 4 : 2;
in isl_gfx7_choose_image_alignment_el()
local
417
*image_align_el = isl_extent3d(halign,
valign
, 1);
in isl_gfx7_choose_image_alignment_el()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 26 milliseconds