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:unused_bits
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
asn1write.c
271
size_t
unused_bits
, byte_len;
in mbedtls_asn1_write_named_bitstring()
local
277
unused_bits
= (byte_len * 8) - bits;
in mbedtls_asn1_write_named_bitstring()
286
cur_byte_shifted = *cur_byte >>
unused_bits
;
in mbedtls_asn1_write_named_bitstring()
314
size_t
unused_bits
, byte_len;
in mbedtls_asn1_write_bitstring()
local
317
unused_bits
= (byte_len * 8) - bits;
in mbedtls_asn1_write_bitstring()
328
*--(*p) = buf[byte_len] & ~((0x1 <<
unused_bits
) - 1);
in mbedtls_asn1_write_bitstring()
334
*--(*p) = (unsigned char)
unused_bits
;
in mbedtls_asn1_write_bitstring()
H
A
D
asn1parse.c
199
bs->
unused_bits
= **p;
in mbedtls_asn1_get_bitstring()
200
if (bs->
unused_bits
> 7) {
in mbedtls_asn1_get_bitstring()
/third_party/node/deps/brotli/c/dec/
H
A
D
bit_reader.h
225
uint32_t
unused_bits
= unused_bytes << 3;
in BrotliBitReaderUnload()
local
228
if (
unused_bits
== sizeof(br->val_) << 3) {
in BrotliBitReaderUnload()
231
br->val_ <<=
unused_bits
;
in BrotliBitReaderUnload()
233
br->bit_pos_ +=
unused_bits
;
in BrotliBitReaderUnload()
/third_party/skia/third_party/externals/brotli/c/dec/
H
A
D
bit_reader.h
225
uint32_t
unused_bits
= unused_bytes << 3;
in BrotliBitReaderUnload()
local
228
if (
unused_bits
== sizeof(br->val_) << 3) {
in BrotliBitReaderUnload()
231
br->val_ <<=
unused_bits
;
in BrotliBitReaderUnload()
233
br->bit_pos_ +=
unused_bits
;
in BrotliBitReaderUnload()
/third_party/mbedtls/include/mbedtls/
H
A
D
asn1.h
153
unsigned char
unused_bits
; /**< Number of unused bits at the end of the string */
member
Completed in 5 milliseconds