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:utf16_packed
(Results
1 - 1
of
1
) sorted by relevance
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
14480
uint16x8_t
utf16_packed
= vcombine_u16(vqmovn_u32(in1), vqmovn_u32(in2));
in arm_convert_utf32_to_latin1()
local
14481
if (vmaxvq_u16(
utf16_packed
) <= 0xff) {
in arm_convert_utf32_to_latin1()
14483
uint8x8_t latin1_packed = vmovn_u16(
utf16_packed
);
in arm_convert_utf32_to_latin1()
14505
uint16x8_t
utf16_packed
= vcombine_u16(vqmovn_u32(in1), vqmovn_u32(in2));
in arm_convert_utf32_to_latin1_with_errors()
local
14507
if (vmaxvq_u16(
utf16_packed
) <= 0xff) {
in arm_convert_utf32_to_latin1_with_errors()
14509
uint8x8_t latin1_packed = vmovn_u16(
utf16_packed
);
in arm_convert_utf32_to_latin1_with_errors()
14547
uint16x8_t
utf16_packed
= vcombine_u16(vmovn_u32(in), vmovn_u32(nextin));
in arm_convert_utf32_to_utf8()
local
14548
if(vmaxvq_u16(
utf16_packed
) <= 0x7F) { // ASCII fast path!!!!
in arm_convert_utf32_to_utf8()
14551
uint8x8_t utf8_packed = vmovn_u16(
utf16_packed
);
in arm_convert_utf32_to_utf8()
14560
if (vmaxvq_u16(
utf16_packed
) <
in arm_convert_utf32_to_utf8()
14780
uint16x8_t
utf16_packed
= vcombine_u16(vmovn_u32(in), vmovn_u32(nextin));
arm_convert_utf32_to_utf8_with_errors()
local
15012
uint16x4_t
utf16_packed
= vmovn_u32(in);
arm_convert_utf32_to_utf16()
local
15070
uint16x4_t
utf16_packed
= vmovn_u32(in);
arm_convert_utf32_to_utf16_with_errors()
local
[all...]
Completed in 22 milliseconds