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:high_mask
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
constant_time_impl.h
416
/*
high_mask
is: 0 if c <= high, 0x...ff if c > high */
in mbedtls_ct_uchar_in_range_if()
417
unsigned
high_mask
= ((unsigned) high - co) >> 8;
in mbedtls_ct_uchar_in_range_if()
local
419
return (unsigned char) (~(low_mask |
high_mask
)) & to;
in mbedtls_ct_uchar_in_range_if()
/third_party/node/deps/openssl/openssl/crypto/modes/
H
A
D
siv128.c
81
uint64_t
high_mask
= low_carry >> 63;
in siv128_dbl()
local
83
high = (high << 1) |
high_mask
;
in siv128_dbl()
/third_party/openssl/crypto/modes/
H
A
D
siv128.c
81
uint64_t
high_mask
= low_carry >> 63;
in siv128_dbl()
local
83
high = (high << 1) |
high_mask
;
in siv128_dbl()
/third_party/node/deps/ada/
H
A
D
ada.cpp
10652
uint8x16_t
high_mask
=
10660
uint8x16_t highpart = vqtbl1q_u8(
high_mask
, vshrq_n_u8(word, 4));
10673
uint8x16_t highpart = vqtbl1q_u8(
high_mask
, vshrq_n_u8(word, 4));
10790
uint8x16_t
high_mask
=
10798
uint8x16_t highpart = vqtbl1q_u8(
high_mask
, vshrq_n_u8(word, 4));
10811
uint8x16_t highpart = vqtbl1q_u8(
high_mask
, vshrq_n_u8(word, 4));
Completed in 25 milliseconds