OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zero_or_saturated
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libsepol/src/
private.h
49
#define
zero_or_saturated
(x) ((x == 0) || is_saturated(x))
macro
policydb.c
[
all
...]
context.c
301
if (
zero_or_saturated
(con_str_len)) {
services.c
[
all
...]
module_to_cil.c
131
if (
zero_or_saturated
(len)) {
[
all
...]
Completed in 2603 milliseconds