Searched defs:kperm (Results 1 - 3 of 3) sorted by relevance

/external/libselinux/src/
H A Dmapping.c115 access_vector_t kperm = 0; local
120 kperm |= current_mapping[tclass].perms[i];
124 return kperm;
149 map_perm(security_class_t tclass, access_vector_t kperm) argument
156 if (kperm & current_mapping[tclass].perms[i]) {
158 kperm &= ~current_mapping[tclass].perms[i];
160 assert(kperm == 0);
165 return kperm;
/external/qemu/distrib/libselinux/src/
H A Dmapping.c115 access_vector_t kperm = 0; local
120 kperm |= current_mapping[tclass].perms[i];
124 return kperm;
149 map_perm(security_class_t tclass, access_vector_t kperm) argument
156 if (kperm & current_mapping[tclass].perms[i]) {
158 kperm &= ~current_mapping[tclass].perms[i];
160 assert(kperm == 0);
165 return kperm;
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_panel_dfs.h74 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 279 milliseconds