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:_BYTE_ORDER
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_endian.h
77
#if
_BYTE_ORDER
== _LITTLE_ENDIAN
80
#elif
_BYTE_ORDER
== _BIG_ENDIAN
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H
A
D
uSynergy.h
49
#if defined(__LITTLE_ENDIAN__) || defined(LITTLE_ENDIAN) || (
_BYTE_ORDER
== _LITTLE_ENDIAN)
51
#elif defined(__BIG_ENDIAN__) || defined(BIG_ENDIAN) || (
_BYTE_ORDER
== _BIG_ENDIAN)
/third_party/FreeBSD/lib/libc/arm/
H
A
D
_fpmath.h
38
#if
_BYTE_ORDER
== __LITTLE_ENDIAN
48
#else /*
_BYTE_ORDER
== __LITTLE_ENDIAN */
/third_party/libunwind/libunwind/include/
H
A
D
libunwind_i.h
107
#elif defined(
_BYTE_ORDER
)
108
# define UNW_BYTE_ORDER
_BYTE_ORDER
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
endians.h
56
# if defined(
_BYTE_ORDER
)
57
# define __BYTE_ORDER
_BYTE_ORDER
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
common.h
24
#define __BYTE_ORDER
_BYTE_ORDER
42
#define __BYTE_ORDER
_BYTE_ORDER
/third_party/toybox/lib/
H
A
D
portability.h
138
#if
_BYTE_ORDER
== _BIG_ENDIAN
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
common.h
36
#define __BYTE_ORDER
_BYTE_ORDER
54
#define __BYTE_ORDER
_BYTE_ORDER
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_atheros.c
23
#ifndef
_BYTE_ORDER
25
#define
_BYTE_ORDER
_BIG_ENDIAN
macro
27
#define
_BYTE_ORDER
_LITTLE_ENDIAN
macro
29
#endif /*
_BYTE_ORDER
*/
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_atheros.c
23
#ifndef
_BYTE_ORDER
25
#define
_BYTE_ORDER
_BIG_ENDIAN
macro
27
#define
_BYTE_ORDER
_LITTLE_ENDIAN
macro
29
#endif /*
_BYTE_ORDER
*/
Completed in 18 milliseconds