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:cbit
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
utvideodec.c
218
GetBitContext
cbit
, pbit;
in decode_plane()
local
221
ret = init_get_bits8_le(&
cbit
, c->control_stream[plane_no][slice], c->control_stream_size[plane_no][slice]);
in decode_plane()
233
if (3 * ((dst + send * stride - dest + 7)/8) > get_bits_left(&
cbit
))
in decode_plane()
237
int bits = get_bits_le(&
cbit
, 3);
in decode_plane()
/third_party/node/deps/npm/node_modules/jsbn/
H
A
D
index.js
779
function
cbit
(x) {
function
788
for(var i = 0; i < this.t; ++i) r +=
cbit
(this[i]^x);
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_jit_compile.c
6784
sljit_u8 bit,
cbit
, all;
in optimize_class_ranges()
local
6798
cbit
= (bits[byte] >> (i & 0x7)) & 0x1;
in optimize_class_ranges()
6799
if (
cbit
!= bit)
in optimize_class_ranges()
6805
bit =
cbit
;
in optimize_class_ranges()
6806
all = -
cbit
;
in optimize_class_ranges()
Completed in 18 milliseconds