OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kperm
(Results
1 - 5
of
5
) sorted by null
/external/libselinux/src/
mapping.h
29
map_perm(security_class_t tclass, access_vector_t
kperm
);
mapping.c
119
access_vector_t
kperm
= 0;
local
123
kperm
|= current_mapping[tclass].perms[i];
126
return
kperm
;
161
map_perm(security_class_t tclass, access_vector_t
kperm
)
168
if (
kperm
& current_mapping[tclass].perms[i]) {
170
kperm
&= ~current_mapping[tclass].perms[i];
180
return
kperm
;
/external/selinux/libselinux/src/
mapping.h
29
map_perm(security_class_t tclass, access_vector_t
kperm
);
mapping.c
119
access_vector_t
kperm
= 0;
local
123
kperm
|= current_mapping[tclass].perms[i];
126
return
kperm
;
161
map_perm(security_class_t tclass, access_vector_t
kperm
)
168
if (
kperm
& current_mapping[tclass].perms[i]) {
170
kperm
&= ~current_mapping[tclass].perms[i];
180
return
kperm
;
/external/eigen/Eigen/src/SparseLU/
SparseLU_panel_dfs.h
74
Index
kperm
= perm_r(krow);
local
75
if (
kperm
== emptyIdxLU ) {
86
Index krep = glu.xsup(glu.supno(
kperm
)+1) - 1;
93
if (myfnz >
kperm
) repfnz_col(krep) =
kperm
;
101
repfnz_col(krep) =
kperm
;
179
} // end if (
kperm
== -1)
Completed in 284 milliseconds