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:b_cl
(Results
1 - 2
of
2
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H
A
D
p2p_utils.c
139
const struct p2p_reg_class *
b_cl
)
in p2p_op_class_union()
143
for (i = 0; i <
b_cl
->channels; i++) {
in p2p_op_class_union()
145
if (
b_cl
->channel[i] == cl->channel[j])
in p2p_op_class_union()
151
cl->channel[cl->channels++] =
b_cl
->channel[i];
in p2p_op_class_union()
170
const struct p2p_reg_class *
b_cl
= &b->reg_class[j];
in p2p_channels_union_inplace()
local
171
if (cl->reg_class !=
b_cl
->reg_class)
in p2p_channels_union_inplace()
173
p2p_op_class_union(cl,
b_cl
);
in p2p_channels_union_inplace()
178
const struct p2p_reg_class *
b_cl
= &b->reg_class[j];
in p2p_channels_union_inplace()
local
182
if (cl->reg_class ==
b_cl
->reg_class)
in p2p_channels_union_inplace()
190
b_cl
, sizeo
in p2p_channels_union_inplace()
138
p2p_op_class_union(struct p2p_reg_class *cl, const struct p2p_reg_class *
b_cl
)
p2p_op_class_union()
argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H
A
D
p2p_utils.c
142
const struct p2p_reg_class *
b_cl
)
in p2p_op_class_union()
146
for (i = 0; i <
b_cl
->channels; i++) {
in p2p_op_class_union()
148
if (
b_cl
->channel[i] == cl->channel[j])
in p2p_op_class_union()
154
cl->channel[cl->channels++] =
b_cl
->channel[i];
in p2p_op_class_union()
173
const struct p2p_reg_class *
b_cl
= &b->reg_class[j];
in p2p_channels_union_inplace()
local
174
if (cl->reg_class !=
b_cl
->reg_class)
in p2p_channels_union_inplace()
176
p2p_op_class_union(cl,
b_cl
);
in p2p_channels_union_inplace()
181
const struct p2p_reg_class *
b_cl
= &b->reg_class[j];
in p2p_channels_union_inplace()
local
185
if (cl->reg_class ==
b_cl
->reg_class)
in p2p_channels_union_inplace()
193
b_cl
, sizeo
in p2p_channels_union_inplace()
141
p2p_op_class_union(struct p2p_reg_class *cl, const struct p2p_reg_class *
b_cl
)
p2p_op_class_union()
argument
[all...]
Completed in 2 milliseconds