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:leading_zeros
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/src/bigint/
H
A
D
div-helpers.h
41
int
leading_zeros
= CountLeadingZeros(original.msd());
in ShiftedDigits()
local
/third_party/node/deps/v8/src/base/
H
A
D
division-by-constant.cc
53
UnsignedDivisionByConstant(T d, unsigned
leading_zeros
)
UnsignedDivisionByConstant()
argument
/third_party/ffmpeg/libavformat/
H
A
D
av1.c
126
int
leading_zeros
= 0;
in uvlc()
local
/third_party/rust/crates/minimal-lexical/src/
H
A
D
bigint.rs
687
pub fn
leading_zeros
(x: &[Limb]) -> u32 {
in leading_zeros()
functions
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-external-refs.cc
128
uint32_t
leading_zeros
= base::bits::CountLeadingZeros(input);
in uint64_to_float32_wrapper()
local
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
H
A
D
jchuff-neon.c
304
unsigned int
leading_zeros
= BUILTIN_CLZ(bitmap_33_63);
in jsimd_huff_encode_one_block_neon()
local
307
bitmap_33_63 <<=
leading_zeros
;
in jsimd_huff_encode_one_block_neon()
local
/third_party/node/deps/v8/src/compiler/backend/arm/
H
A
D
instruction-selector-arm.cc
987
uint32_t
leading_zeros
= base::bits::CountLeadingZeros32(value);
in VisitWord32And()
local
/third_party/node/deps/v8/src/execution/arm/
H
A
D
simulator-arm.cc
2363
int
leading_zeros
= 0;
in DecodeType01()
local
Completed in 19 milliseconds