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:in32
(Results
1 - 3
of
3
) sorted by relevance
/third_party/musl/compat/time32/
H
A
D
adjtime32.c
7
int __adjtime32(const struct timeval32 *
in32
, struct timeval32 *out32)
in __adjtime32()
argument
11
.tv_sec =
in32
->tv_sec,
in __adjtime32()
12
.tv_usec =
in32
->tv_usec}), &out);
in __adjtime32()
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H
A
D
md5.c
138
uint32 *
in32
= (uint32 *)ctx->in;
in MD5Final()
local
167
in32
[14] = ctx->bits[0];
in MD5Final()
168
in32
[15] = ctx->bits[1];
in MD5Final()
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
12801
const uint32x4_t
in32
= vreinterpretq_u32_u16(in);
in arm_detect_encodings()
local
12806
currentmax = vmaxq_u32(
in32
,currentmax);
in arm_detect_encodings()
12811
currentoffsetmax = vmaxq_u32(vaddq_u32(
in32
, offset), currentoffsetmax);
in arm_detect_encodings()
22165
const __m256i
in32
= _mm256_loadu_si256((__m256i *)input);
22166
currentmax = _mm256_max_epu32(
in32
,currentmax);
22167
currentoffsetmax = _mm256_max_epu32(_mm256_add_epi32(
in32
, offset), currentoffsetmax);
[all...]
Completed in 34 milliseconds