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
defs:bit_length
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
sbc.c
57
int
bit_length
= len & 7;
in ff_sbc_crc8()
local
H
A
D
h264_ps.c
747
ff_h264_decode_picture_parameter_set(GetBitContext *gb, AVCodecContext *avctx, H264ParamSets *ps, int
bit_length
)
ff_h264_decode_picture_parameter_set()
argument
H
A
D
cbs_h265.h
180
size_t
bit_length
;
member
/third_party/rust/crates/minimal-lexical/src/
H
A
D
bigint.rs
97
pub fn
bit_length
(&self) -> u32 {
in bit_length()
functions
699
pub fn
bit_length
(x: &[Limb]) -> u32 {
in bit_length()
functions
/third_party/node/deps/v8/src/objects/
H
A
D
bigint.cc
939
int
bit_length
= kDigitBits - base::bits::CountLeadingZeros(digit);
in ToString()
local
/third_party/pcre2/pcre2/src/sljit/
H
A
D
sljitNativeS390X.c
2939
sljit_sw
bit_length
= (op & SLJIT_32) ? 32 : 64;
in sljit_emit_shift_into()
local
H
A
D
sljitNativePPC_common.c
1740
sljit_sw
bit_length
= (op & SLJIT_32) ? 32 : 64;
in sljit_emit_shift_into()
local
1743
sljit_sw
bit_length
= 32;
in sljit_emit_shift_into()
local
H
A
D
sljitNativeRISCV_common.c
1843
sljit_sw
bit_length
= (op & SLJIT_32) ? 32 : 64;
in sljit_emit_shift_into()
local
1846
sljit_sw
bit_length
= 32;
in sljit_emit_shift_into()
local
H
A
D
sljitNativeMIPS_common.c
2410
sljit_sw
bit_length
= (op & SLJIT_32) ? 32 : 64;
in sljit_emit_shift_into()
local
2413
sljit_sw
bit_length
= 32;
in sljit_emit_shift_into()
local
/third_party/python/Lib/test/
H
A
D
test_decimal.py
5610
def
bit_length
(self):
member in CWhitebox.test_internal_use_of_overridden_methods.I
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
vp8l_enc.c
727
const int
bit_length
= huffman_codes[i].num_symbols;
in GetHuffBitLengthsAndCodes()
local
Completed in 34 milliseconds