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:arch_big_endian
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
target-arm64.c
23
if (
arch_big_endian
)
in predefine_arm64()
H
A
D
target-microblaze.c
19
if (
arch_big_endian
)
in predefine_microblaze()
H
A
D
target-nds32.c
21
predefine_weak("__NDS32_E%c__",
arch_big_endian
? 'B' : 'L');
in predefine_nds32()
H
A
D
target-arm.c
38
if (
arch_big_endian
)
in predefine_arm()
H
A
D
target-mips.c
14
if (
arch_big_endian
) {
in predefine_mips()
H
A
D
target-nios2.c
22
if (
arch_big_endian
) {
in predefine_nios2()
H
A
D
target-ppc.c
15
if (
arch_big_endian
)
in predefine_ppc()
H
A
D
options.h
56
extern int
arch_big_endian
;
H
A
D
options.c
56
int
arch_big_endian
= ARCH_BIG_ENDIAN;
variable
677
{ "big-endian", &
arch_big_endian
, NULL },
678
{ "little-endian", &
arch_big_endian
, NULL, OPT_INVERSE },
H
A
D
predefine.c
192
if (
arch_big_endian
) {
in predefined_macros()
H
A
D
target.c
205
arch_big_endian
= target->big_endian;
in target_config()
Completed in 5 milliseconds