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:COND_MAX_BOOLS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/
H
A
D
conditional.h
41
#define
COND_MAX_BOOLS
5
macro
89
uint32_t bool_ids[
COND_MAX_BOOLS
];
/third_party/selinux/libsepol/src/
H
A
D
conditional.c
68
if (num_bools >
COND_MAX_BOOLS
) {
in bool_present()
108
/* if exprs have <=
COND_MAX_BOOLS
we can check the precompute values
in cond_expr_equal()
111
if (a->nbools <=
COND_MAX_BOOLS
&& b->nbools <=
COND_MAX_BOOLS
) {
in cond_expr_equal()
161
for (i = 0; i < min(node->nbools,
COND_MAX_BOOLS
); i++)
in cond_node_create()
348
unsigned int i, j, orig_value[
COND_MAX_BOOLS
];
in cond_normalize_expr()
392
/* count em all but only record up to
COND_MAX_BOOLS
*/
in cond_normalize_expr()
393
if (cn->nbools <
COND_MAX_BOOLS
)
in cond_normalize_expr()
405
if (cn->nbools <=
COND_MAX_BOOLS
) {
in cond_normalize_expr()
H
A
D
policydb_validate.c
943
if (nbools >=
COND_MAX_BOOLS
)
in validate_bool_id_array()
H
A
D
link.c
1532
/* FIXME should
COND_MAX_BOOLS
be used here? */
in copy_cond_list()
1533
for (i = 0; i < min(cur->nbools,
COND_MAX_BOOLS
); i++) {
in copy_cond_list()
H
A
D
expand.c
2033
for (i = 0; i < min(cn->nbools,
COND_MAX_BOOLS
); i++)
in cond_node_map_bools()
Completed in 10 milliseconds