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:in_16
(Results
1 - 1
of
1
) sorted by relevance
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
12761
const simd8<uint8_t>
in_16
= simd16<uint16_t>::pack(t0, t1);
in arm_detect_encodings()
local
12763
const uint64_t surrogates_wordmask = ((
in_16
& v_f8) == v_d8).to_bitmask64();
in arm_detect_encodings()
12769
const auto vH = ((
in_16
& v_fc) == v_dc);
in arm_detect_encodings()
19838
__m256i
in_16
= _mm256_packus_epi32(_mm256_and_si256(in, v_7fffffff), _mm256_and_si256(nextin, v_7fffffff));
19839
in_16
= _mm256_permute4x64_epi64(
in_16
, 0b11011000);
19843
if(_mm256_testz_si256(
in_16
, v_ff80)) { // ASCII fast path!!!!
19845
const __m128i utf8_packed = _mm_packus_epi16(_mm256_castsi256_si128(
in_16
),_mm256_extractf128_si256(
in_16
,1));
19854
const __m256i one_byte_bytemask = _mm256_cmpeq_epi16(_mm256_and_si256(
in_16
, v_ff8
[all...]
Completed in 27 milliseconds