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:bits_to_pack
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_enc.c
589
unsigned int
bits_to_pack
= 0;
in radeon_enc_code_fixed_bits()
local
594
bits_to_pack
=
in radeon_enc_code_fixed_bits()
597
if (
bits_to_pack
< num_bits)
in radeon_enc_code_fixed_bits()
598
value_to_pack = value_to_pack >> (num_bits -
bits_to_pack
);
in radeon_enc_code_fixed_bits()
600
enc->shifter |= value_to_pack << (32 - enc->bits_in_shifter -
bits_to_pack
);
in radeon_enc_code_fixed_bits()
601
num_bits -=
bits_to_pack
;
in radeon_enc_code_fixed_bits()
602
enc->bits_in_shifter +=
bits_to_pack
;
in radeon_enc_code_fixed_bits()
H
A
D
radeon_uvd_enc_1_1.c
106
unsigned int
bits_to_pack
= 0;
in radeon_uvd_enc_code_fixed_bits()
local
110
bits_to_pack
=
in radeon_uvd_enc_code_fixed_bits()
113
if (
bits_to_pack
< num_bits)
in radeon_uvd_enc_code_fixed_bits()
114
value_to_pack = value_to_pack >> (num_bits -
bits_to_pack
);
in radeon_uvd_enc_code_fixed_bits()
116
enc->shifter |= value_to_pack << (32 - enc->bits_in_shifter -
bits_to_pack
);
in radeon_uvd_enc_code_fixed_bits()
117
num_bits -=
bits_to_pack
;
in radeon_uvd_enc_code_fixed_bits()
118
enc->bits_in_shifter +=
bits_to_pack
;
in radeon_uvd_enc_code_fixed_bits()
Completed in 3 milliseconds