Searched refs:tperm (Results 1 – 5 of 5) sorted by relevance
/external/libselinux/src/ |
D | mapping.c | 115 unmap_perm(security_class_t tclass, access_vector_t tperm) in unmap_perm() argument 122 if (tperm & (1<<i)) { in unmap_perm() 124 tperm &= ~(1<<i); in unmap_perm() 135 return tperm; in unmap_perm() 165 access_vector_t tperm = 0; in map_perm() local 169 tperm |= 1<<i; in map_perm() 173 if (tperm == 0) { in map_perm() 178 return tperm; in map_perm()
|
D | mapping.h | 19 unmap_perm(security_class_t tclass, access_vector_t tperm);
|
/external/selinux/libselinux/src/ |
D | mapping.c | 115 unmap_perm(security_class_t tclass, access_vector_t tperm) in unmap_perm() argument 122 if (tperm & (1<<i)) { in unmap_perm() 124 tperm &= ~(1<<i); in unmap_perm() 135 return tperm; in unmap_perm() 165 access_vector_t tperm = 0; in map_perm() local 169 tperm |= 1<<i; in map_perm() 173 if (tperm == 0) { in map_perm() 178 return tperm; in map_perm()
|
D | mapping.h | 19 unmap_perm(security_class_t tclass, access_vector_t tperm);
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparsePermutation.h | 132 …nst SparseMatrixBase<SparseDerived>& matrix, const Transpose<PermutationBase<PermDerived> >& tperm) 134 …uct_retval<PermutationBase<PermDerived>, SparseDerived, OnTheRight, true>(tperm.nestedPermutation(… 141 operator*(const Transpose<PermutationBase<PermDerived> >& tperm, const SparseMatrixBase<SparseDeriv… 143 …duct_retval<PermutationBase<PermDerived>, SparseDerived, OnTheLeft, true>(tperm.nestedPermutation(…
|