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:extrabits
(Results
1 - 5
of
5
) sorted by relevance
/third_party/rust/crates/minimal-lexical/src/
H
A
D
bellerophon.rs
192
let
extrabits
= match fp.exp <= -mantissa_shift {
in error_is_accurate()
219
//
extrabits
= 8
in error_is_accurate()
244
let maskbits =
extrabits
as u64;
in error_is_accurate()
248
if
extrabits
> 64 {
in error_is_accurate()
/third_party/ffmpeg/libavcodec/
H
A
D
opus.c
586
int
extrabits
= 0;
in ff_celt_bitalloc()
local
859
int prev_extra =
extrabits
;
in ff_celt_bitalloc()
860
f->pulses[i] +=
extrabits
;
in ff_celt_bitalloc()
871
extrabits
= FFMAX(f->pulses[i] - f->caps[i], 0);
in ff_celt_bitalloc()
872
f->pulses[i] -=
extrabits
;
in ff_celt_bitalloc()
900
extrabits
= FFMAX(f->pulses[i] - (f->channels << 3), 0);
in ff_celt_bitalloc()
901
f->pulses[i] -=
extrabits
;
in ff_celt_bitalloc()
907
if (
extrabits
> 0) {
in ff_celt_bitalloc()
908
int fineextra = FFMIN(
extrabits
>> (f->channels + 2),
in ff_celt_bitalloc()
913
f->fine_priority[i] = (fineextra >=
extrabits
in ff_celt_bitalloc()
[all...]
H
A
D
alac.c
98
int
extrabits
= show_bits(gb, k);
in decode_scalar()
local
103
if (
extrabits
> 1) {
in decode_scalar()
104
x +=
extrabits
- 1;
in decode_scalar()
/third_party/toybox/lib/
H
A
D
lib.c
942
mode_t
extrabits
= mode & ~(07777);
in string_to_mode()
local
949
return mode |
extrabits
;
in string_to_mode()
1018
return mode|
extrabits
;
in string_to_mode()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
vp3dsp.asm
66
pavgb m1, m2 ; (256 - p3 +
extrabits
) >> 1
Completed in 7 milliseconds