HomeSort by relevance Sort by last modified time
    Searched defs:kperm (Results 1 - 2 of 2) sorted by null

  /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)
  /external/libselinux/src/
mapping.c 115 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)
156 if (kperm & current_mapping[tclass].perms[i]) {
158 kperm &= ~current_mapping[tclass].perms[i];
160 assert(kperm == 0);
165 return kperm;

Completed in 403 milliseconds