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:INIT_VAL
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H
A
D
stress.c
68
#define
INIT_VAL
0
macro
144
named = sem_open(SEM_NAME, O_CREAT, 0777,
INIT_VAL
);
in main()
156
ret = sem_init(&unnamed, 0,
INIT_VAL
);
in main()
183
if ((value !=
INIT_VAL
) && (value !=
INIT_VAL
+ 1)) {
in main()
185
value,
INIT_VAL
,
INIT_VAL
+ 1);
in main()
196
if ((value !=
INIT_VAL
) && (value !=
INIT_VAL
+ 1)) {
in main()
198
value,
INIT_VAL
, INIT_VA
in main()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
wpa_cli.c
63
#define
INIT_VAL
2
macro
1080
if (argc <
INIT_VAL
) {
in wpa_cli_cmd_sim_kc()
1095
for (i =
INIT_VAL
; i < argc; i++) {
in wpa_cli_cmd_sim_kc()
1112
if (argc <
INIT_VAL
) {
in wpa_cli_cmd_sim_sres()
1127
for (i =
INIT_VAL
; i < argc; i++) {
in wpa_cli_cmd_sim_sres()
1144
if (argc <
INIT_VAL
) {
in wpa_cli_cmd_param_ki()
1159
for (i =
INIT_VAL
; i < argc; i++) {
in wpa_cli_cmd_param_ki()
1176
if (argc <
INIT_VAL
) {
in wpa_cli_cmd_param_opc()
1191
for (i =
INIT_VAL
; i < argc; i++) {
in wpa_cli_cmd_param_opc()
1208
if (argc <
INIT_VAL
) {
in wpa_cli_cmd_param_amf()
[all...]
Completed in 5 milliseconds