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:vect_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
twinvq.c
705
int bit_size,
vect_size
;
in init_bitstream_params()
local
709
vect_size
= n_ch * mtab->ppc_shape_len;
in init_bitstream_params()
712
vect_size
= n_ch * mtab->size;
in init_bitstream_params()
728
rounded_up = (
vect_size
+ tctx->n_div[i] - 1) /
in init_bitstream_params()
730
rounded_down = (
vect_size
) / tctx->n_div[i];
in init_bitstream_params()
731
num_rounded_down = rounded_up * tctx->n_div[i] -
vect_size
;
in init_bitstream_params()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_eu.h
1239
lsc_vector_length(enum lsc_vect_size
vect_size
)
in lsc_vector_length()
argument
1241
switch (
vect_size
) {
in lsc_vector_length()
1256
lsc_vect_size(unsigned
vect_size
)
in lsc_vect_size()
argument
1258
switch(
vect_size
) {
in lsc_vect_size()
Completed in 5 milliseconds