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:IS_BIG_ENDIAN
(Results
1 - 11
of
11
) sorted by relevance
/third_party/toybox/lib/
H
A
D
portability.h
125
#define
IS_BIG_ENDIAN
1
macro
127
#define
IS_BIG_ENDIAN
0
macro
139
#define
IS_BIG_ENDIAN
1
macro
141
#define
IS_BIG_ENDIAN
0
macro
150
#define
IS_BIG_ENDIAN
1
macro
152
#define
IS_BIG_ENDIAN
0
macro
157
#if
IS_BIG_ENDIAN
H
A
D
lib.c
665
return (
IS_BIG_ENDIAN
? peek_be : peek_le)(ptr, size);
in peek()
690
(
IS_BIG_ENDIAN
? poke_be : poke_le)(ptr, val, size);
in poke()
/third_party/node/deps/openssl/openssl/include/internal/
H
A
D
endian.h
15
* IS_LITTLE_ENDIAN and
IS_BIG_ENDIAN
can be used to detect the endiannes
27
# define
IS_BIG_ENDIAN
(!ossl_is_little_endian)
macro
48
# define
IS_BIG_ENDIAN
(ossl_is_endian.little == 0)
macro
/third_party/openssl/include/internal/
H
A
D
endian.h
15
* IS_LITTLE_ENDIAN and
IS_BIG_ENDIAN
can be used to detect the endiannes
27
# define
IS_BIG_ENDIAN
(!ossl_is_little_endian)
macro
48
# define
IS_BIG_ENDIAN
(ossl_is_endian.little == 0)
macro
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H
A
D
UnsafeUtil.java
83
static final boolean
IS_BIG_ENDIAN
= ByteOrder.nativeOrder() == ByteOrder.BIG_ENDIAN;
field in UnsafeUtil
450
IS_BIG_ENDIAN
in firstDifferingByteIndexNativeEndian()
746
if (
IS_BIG_ENDIAN
) {
in getByte()
755
if (
IS_BIG_ENDIAN
) {
in putByte()
764
if (
IS_BIG_ENDIAN
) {
in getBoolean()
773
if (
IS_BIG_ENDIAN
) {
in putBoolean()
866
if (
IS_BIG_ENDIAN
) {
in getByte()
875
if (
IS_BIG_ENDIAN
) {
in putByte()
884
if (
IS_BIG_ENDIAN
) {
in getBoolean()
893
if (
IS_BIG_ENDIAN
) {
in putBoolean()
[all...]
/third_party/toybox/toys/net/
H
A
D
ping.c
80
if (len == 1) d &= 255<<
IS_BIG_ENDIAN
;
in pingchksum()
/third_party/toybox/toys/posix/
H
A
D
od.c
109
ll |= or << (8*(
IS_BIG_ENDIAN
? t->size-k-1 : k));
in od_out_t()
/third_party/toybox/toys/lsb/
H
A
D
md5sum.c
231
if (
IS_BIG_ENDIAN
)
in hash_update()
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
params.c
74
return 0x80 & (
IS_BIG_ENDIAN
? n[0] : n[s - 1]);
in is_negative()
100
if (
IS_BIG_ENDIAN
) {
in copy_integer()
/third_party/openssl/crypto/
H
A
D
params.c
72
return 0x80 & (
IS_BIG_ENDIAN
? n[0] : n[s - 1]);
in is_negative()
98
if (
IS_BIG_ENDIAN
) {
in copy_integer()
/third_party/node/deps/v8/src/codegen/s390/
H
A
D
macro-assembler-s390.cc
6005
#define
IS_BIG_ENDIAN
true
in CallRecordWriteStub()
macro
6007
#define
IS_BIG_ENDIAN
false
in CallRecordWriteStub()
macro
6011
IS_BIG_ENDIAN
&& CpuFeatures::IsSupported(VECTOR_ENHANCE_FACILITY_2)
in CallRecordWriteStub()
6121
#undef
IS_BIG_ENDIAN
in CallRecordWriteStub()
macro
Completed in 21 milliseconds