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:next_bit
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/
H
A
D
bn_intern.c
27
int bit,
next_bit
, mask;
in bn_compute_wNAF()
local
47
next_bit
= bit << 1; /* at most 256 */
in bn_compute_wNAF()
48
mask =
next_bit
- 1; /* at most 255 */
in bn_compute_wNAF()
82
digit = window_val -
next_bit
; /* -2^w < digit < 0 */
in bn_compute_wNAF()
111
if (window_val != 0 && window_val !=
next_bit
in bn_compute_wNAF()
123
if (window_val >
next_bit
) {
in bn_compute_wNAF()
/third_party/openssl/crypto/bn/
H
A
D
bn_intern.c
27
int bit,
next_bit
, mask;
in bn_compute_wNAF()
local
47
next_bit
= bit << 1; /* at most 256 */
in bn_compute_wNAF()
48
mask =
next_bit
- 1; /* at most 255 */
in bn_compute_wNAF()
82
digit = window_val -
next_bit
; /* -2^w < digit < 0 */
in bn_compute_wNAF()
111
if (window_val != 0 && window_val !=
next_bit
in bn_compute_wNAF()
123
if (window_val >
next_bit
) {
in bn_compute_wNAF()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H
A
D
cmap_iterator_test.cc
108
for (int32_t
next_bit
= current - beginning;
in CompareCMapIterAndBitSet()
110
next_bit
= current - init_beginning) {
in CompareCMapIterAndBitSet()
112
EXPECT_TRUE(c <=
next_bit
|| current == end);
in CompareCMapIterAndBitSet()
113
if (!(c <=
next_bit
|| current == end))
in CompareCMapIterAndBitSet()
115
if (c ==
next_bit
) {
in CompareCMapIterAndBitSet()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-map.cc
223
unsigned int
next_bit
= hb_popcount (HB_GLYPH_FLAG_DEFINED) + 1;
in compile()
local
238
if (!info->max_value ||
next_bit
+ bits_needed >= global_bit_shift)
in compile()
285
map->shift =
next_bit
;
in compile()
286
map->mask = (1u << (
next_bit
+ bits_needed)) - (1u <<
next_bit
);
in compile()
287
next_bit
+= bits_needed;
in compile()
Completed in 3 milliseconds