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:mask_bits
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-set-digest.hh
52
static constexpr unsigned
mask_bits
= sizeof (mask_t) * 8;
member
70
if ((b >> shift) - (a >> shift) >=
mask_bits
- 1)
in add_range()
110
{ return ((mask_t) 1) << ((g >> shift) & (
mask_bits
- 1)); }
in mask_for()
/third_party/ffmpeg/libavcodec/
H
A
D
escape124.c
99
unsigned
mask_bits
= get_bits(gb, 4);
in unpack_codebook()
local
104
if (
mask_bits
& (1 << j))
in unpack_codebook()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
angletypes.h
782
uint32_t
mask_bits
= static_cast<uint32_t>((mask.to_ulong() >> index) & 0x10001);
783
switch (
mask_bits
)
/third_party/rust/crates/rust-openssl/openssl/src/
H
A
D
bn.rs
256
pub fn
mask_bits
(&mut self, n: i32) -> Result<(), ErrorStack> {
in mask_bits()
functions
Completed in 6 milliseconds