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:flg
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H
A
D
prepare.py
51
for
flg
in flag:
53
if
flg
!= 'CPPPATH':
54
flg_cfg = fixed_env_cfg[flag[
flg
]][module] if module in fixed_env_cfg[flag[
flg
]] else None
73
if
flg
== 'CPPDEFINES':
77
elif
flg
== 'CPPPATH':
79
elif
flg
== 'LINK_SCRIPTS_FLAG':
82
'%s := -I$(MAIN_TOPDIR)/%s'%(
flg
, ' -I$(MAIN_TOPDIR)/'.join([x[2:] for x in flg_cfg if x.startswith('-I')])),
83
'%s += %s'%(
flg
, ' '.join([x for x in flg_cfg if not x.startswith('-I')]))
86
line = '%s%s := %s\n'%(line,
flg
, ' '
[all...]
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
util.c
370
if (ipcperms(ns, ipcp, params->
flg
)) {
in ipc_check_perms()
373
err = ops->associate(ipcp, params->
flg
);
in ipc_check_perms()
400
int
flg
= params->
flg
;
in ipcget_public()
local
411
if (!(
flg
& IPC_CREAT)) {
in ipcget_public()
419
if ((
flg
& IPC_CREAT) && (
flg
& IPC_EXCL)) {
in ipcget_public()
H
A
D
msg.c
149
int msgflg = params->
flg
;
in newque()
297
msg_params.
flg
= msgflg;
in ksys_msgget()
H
A
D
sem.c
536
int semflg = params->
flg
;
in newary()
621
sem_params.
flg
= semflg;
in ksys_semget()
H
A
D
shm.c
694
int shmflg = params->
flg
;
in newseg()
839
shm_params.
flg
= shmflg;
in ksys_shmget()
Completed in 10 milliseconds