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_count
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/brotli/c/dec/
H
A
D
huffman.c
117
int
bits_count
;
in BrotliBuildCodeLengthsHuffmanTable()
local
159
for (
bits_count
= count[bits];
bits_count
!= 0; --
bits_count
) {
in BrotliBuildCodeLengthsHuffmanTable()
187
int
bits_count
;
in BrotliBuildHuffmanTable()
local
213
for (
bits_count
= count[bits];
bits_count
!= 0; --
bits_count
) {
in BrotliBuildHuffmanTable()
/third_party/skia/third_party/externals/brotli/c/dec/
H
A
D
huffman.c
117
int
bits_count
;
in BrotliBuildCodeLengthsHuffmanTable()
local
159
for (
bits_count
= count[bits];
bits_count
!= 0; --
bits_count
) {
in BrotliBuildCodeLengthsHuffmanTable()
187
int
bits_count
;
in BrotliBuildHuffmanTable()
local
213
for (
bits_count
= count[bits];
bits_count
!= 0; --
bits_count
) {
in BrotliBuildHuffmanTable()
/third_party/ffmpeg/libavcodec/
H
A
D
h263dec.c
342
const int
bits_count
= get_bits_count(&s->gb);
in decode_slice()
local
343
const int bits_left = s->gb.size_in_bits -
bits_count
;
in decode_slice()
349
v |= 0x7F >> (7 - (
bits_count
& 7));
in decode_slice()
H
A
D
bink.c
1262
int
bits_count
= pkt->size << 3;
in decode_frame()
local
1274
init_get_bits(&gb, pkt->data,
bits_count
);
in decode_frame()
1297
if (get_bits_count(&gb) >=
bits_count
)
in decode_frame()
H
A
D
mpeg4videodec.c
200
int
bits_count
= get_bits_count(&s->gb);
in mpeg4_is_resync()
local
211
bits_count
+= 8 + s->pict_type;
in mpeg4_is_resync()
215
if (
bits_count
+ 8 >= s->gb.size_in_bits) {
in mpeg4_is_resync()
217
v |= 0x7F >> (7 - (
bits_count
& 7));
in mpeg4_is_resync()
222
if (v == ff_mpeg4_resync_prefix[
bits_count
& 7]) {
in mpeg4_is_resync()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H
A
D
gl4cDirectStateAccessBuffersTests.cpp
260
static const glw::GLuint
bits_count
= sizeof(bits) / sizeof(bits[0]);
in iterate()
local
262
for (glw::GLuint i = 0; i <
bits_count
; ++i)
in iterate()
4632
glw::GLuint
bits_count
= CHAR_BIT * sizeof(invalid_bits);
in TestErrorsOfNamedBufferStorage()
local
4635
for (glw::GLuint i = 0; i <
bits_count
; ++i)
in TestErrorsOfNamedBufferStorage()
Completed in 16 milliseconds