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:B_ENDIAN
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/openssl/openssl/include/internal/
H
A
D
endian.h
19
* L_ENDIAN and
B_ENDIAN
can be used at preprocessor time. They can be set
31
# if defined(
B_ENDIAN
) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__)
32
# error "
B_ENDIAN
defined on a little endian machine"
37
# if !defined(
B_ENDIAN
) && (__BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__)
38
# define
B_ENDIAN
macro
/third_party/openssl/include/internal/
H
A
D
endian.h
19
* L_ENDIAN and
B_ENDIAN
can be used at preprocessor time. They can be set
31
# if defined(
B_ENDIAN
) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__)
32
# error "
B_ENDIAN
defined on a little endian machine"
37
# if !defined(
B_ENDIAN
) && (__BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__)
38
# define
B_ENDIAN
macro
/third_party/node/deps/openssl/openssl/crypto/sha/
H
A
D
sha512.c
169
#ifdef
B_ENDIAN
in SHA512_Final()
394
# if !defined(
B_ENDIAN
)
400
# elif (defined(__i386) || defined(__i386__)) && !defined(
B_ENDIAN
)
509
# ifdef
B_ENDIAN
in sha512_block_data_order()
570
# ifdef
B_ENDIAN
in sha512_block_data_order()
650
# ifdef
B_ENDIAN
in sha512_block_data_order()
/third_party/openssl/crypto/sha/
H
A
D
sha512.c
169
#ifdef
B_ENDIAN
in SHA512_Final()
394
# if !defined(
B_ENDIAN
)
400
# elif (defined(__i386) || defined(__i386__)) && !defined(
B_ENDIAN
)
509
# ifdef
B_ENDIAN
in sha512_block_data_order()
570
# ifdef
B_ENDIAN
in sha512_block_data_order()
650
# ifdef
B_ENDIAN
in sha512_block_data_order()
/third_party/openssl/ohos_lite/crypto/sha/
H
A
D
sha512.c
154
#ifdef
B_ENDIAN
in SHA512_Final()
407
# if !defined(
B_ENDIAN
)
413
# elif (defined(__i386) || defined(__i386__)) && !defined(
B_ENDIAN
)
522
# ifdef
B_ENDIAN
in sha512_block_data_order()
583
# ifdef
B_ENDIAN
in sha512_block_data_order()
663
# ifdef
B_ENDIAN
in sha512_block_data_order()
/third_party/node/deps/openssl/openssl/crypto/whrlpool/
H
A
D
wp_block.c
119
# elif defined(
B_ENDIAN
)
134
# elif defined(
B_ENDIAN
)
146
# elif defined(
B_ENDIAN
) /* big-endians have to rotate right */
/third_party/openssl/crypto/whrlpool/
H
A
D
wp_block.c
119
# elif defined(
B_ENDIAN
)
134
# elif defined(
B_ENDIAN
)
146
# elif defined(
B_ENDIAN
) /* big-endians have to rotate right */
/third_party/node/deps/openssl/openssl/crypto/ec/
H
A
D
ec_local.h
511
# ifdef
B_ENDIAN
/third_party/openssl/crypto/ec/
H
A
D
ec_local.h
511
# ifdef
B_ENDIAN
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H
A
D
aes-ia64.S
71
#if defined(_HPUX_SOURCE) || defined(
B_ENDIAN
)
/third_party/openssl/crypto/aes/asm/
H
A
D
aes-ia64.S
71
#if defined(_HPUX_SOURCE) || defined(
B_ENDIAN
)
Completed in 12 milliseconds