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:lowbits
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
fast_urem_by_const.h
69
uint64_t
lowbits
= magic * n;
in util_fast_urem32()
local
70
uint32_t result = _mul32by64_hi(d,
lowbits
);
in util_fast_urem32()
/third_party/ffmpeg/libavcodec/
H
A
D
vima.c
169
int lookup_size, lookup, highbit,
lowbits
;
in decode_frame()
local
175
lowbits
= highbit - 1;
in decode_frame()
182
if (lookup ==
lowbits
) {
in decode_frame()
H
A
D
opus_silk.c
612
int highbits,
lowbits
;
in silk_decode_frame()
local
618
lowbits
= ff_opus_rc_dec_cdf(rc, model[s->bandwidth]);
in silk_decode_frame()
621
highbits*ff_silk_pitch_scale[s->bandwidth] +
lowbits
;
in silk_decode_frame()
/third_party/mbedtls/library/
H
A
D
x509.c
821
char
lowbits
, highbits;
in mbedtls_x509_dn_gets()
local
880
lowbits
= (c & 0x0F);
in mbedtls_x509_dn_gets()
883
s[j++] = nibble_to_hex_digit(
lowbits
);
in mbedtls_x509_dn_gets()
890
lowbits
= (c & 0x0F);
in mbedtls_x509_dn_gets()
893
s[j++] = nibble_to_hex_digit(
lowbits
);
in mbedtls_x509_dn_gets()
920
lowbits
= (c & 0x0F);
in mbedtls_x509_dn_gets()
923
s[j] = nibble_to_hex_digit(
lowbits
);
in mbedtls_x509_dn_gets()
Completed in 5 milliseconds