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:bits_not_set
(Results
1 - 1
of
1
) sorted by relevance
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
919
simdutf_really_inline simd16<bool>
bits_not_set
() const { return *this == uint16_t(0); }
in bits_not_set()
function
1909
simdutf_really_inline simd8<bool>
bits_not_set
() const { return *this == uint8_t(0); }
in bits_not_set()
function
1910
simdutf_really_inline simd8<bool>
bits_not_set
(simd8<uint8_t> bits) const { return (*this & bits).
bits_not_set
(); }
in bits_not_set()
function
1911
simdutf_really_inline simd8<bool> any_bits_set() const { return ~this->
bits_not_set
(); }
in any_bits_set()
1912
simdutf_really_inline simd8<bool> any_bits_set(simd8<uint8_t> bits) const { return ~this->
bits_not_set
(bits); }
in any_bits_set()
2176
simdutf_really_inline simd16<bool>
bits_not_set
() const { return *this == uint16_t(0); }
in bits_not_set()
function
2177
simdutf_really_inline simd16<bool>
bits_not_set
(simd16<uint16_t> bits) const { return (*this & bits).
bits_not_set
(); }
in bits_not_set()
function
2178
simdutf_really_inline simd16<bool> any_bits_set() const { return ~this->
bits_not_set
(); }
in any_bits_set()
2800
simdutf_really_inline simd8<bool>
bits_not_set
() const { return *this == uint8_t(0); }
bits_not_set()
function
2801
simdutf_really_inline simd8<bool>
bits_not_set
(simd8<uint8_t> bits) const { return (*this & bits).
bits_not_set
(); }
bits_not_set()
function
2860
simdutf_really_inline simd8<bool>
bits_not_set
() const { return *this == uint16_t(0); }
bits_not_set()
function
3141
simdutf_really_inline simd16<bool>
bits_not_set
() const { return *this == uint16_t(0); }
bits_not_set()
function
3142
simdutf_really_inline simd16<bool>
bits_not_set
(simd16<uint16_t> bits) const { return (*this & bits).
bits_not_set
(); }
bits_not_set()
function
3772
simdutf_really_inline simd8<bool>
bits_not_set
() const {
bits_not_set()
function
3775
simdutf_really_inline simd8<bool>
bits_not_set
(simd8<uint8_t> bits) const {
bits_not_set()
function
[all...]
Completed in 14 milliseconds