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

  /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 StorageIndex kperm = perm_r(krow); local
75 if (kperm == emptyIdxLU ) {
86 StorageIndex 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 7088 milliseconds