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:cflags
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/scripts/
H
A
D
Makefile
7
CRYPTO_CFLAGS = $(shell pkg-config --
cflags
libcrypto 2> /dev/null)
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
topology.c
196
unsigned long
cflags
= sd->flags, pflags = parent->flags;
in sd_parent_degenerate()
local
211
if (~
cflags
& pflags) {
in sd_parent_degenerate()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
siutils.c
1721
uint32
cflags
;
in si_corebist()
local
1725
cflags
= si_core_cflags(sih, 0, 0);
in si_corebist()
1737
si_core_cflags(sih, 0xffff,
cflags
);
in si_corebist()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
390
--host-
cflags
=HCFLAGS use HCFLAGS when compiling for host
396
--extra-
cflags
=ECFLAGS add ECFLAGS to CFLAGS [$CFLAGS]
1447
pkg_cflags=$($pkg_config --
cflags
$pkg_config_flags $pkg)
4455
# Filter out MSVC cl.exe options from
cflags
that shouldn't
6545
gcrypt_cflags=$("${GCRYPT_CONFIG}" --
cflags
)
6559
sdl2_cflags=$("${SDL2_CONFIG}" --
cflags
)
7077
test_${pfx}cc <<EOF || add_${pfx}
cflags
-Dinline=__inline
Completed in 18 milliseconds