Searched defs:nslot (Results 1 - 5 of 5) sorted by relevance
/third_party/selinux/libsepol/src/ |
H A D | avtab.c | 368 uint32_t nslot = 0; in avtab_alloc() local [all...] |
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | avtab.h | 103 uint32_t nslot; /* number of hash slots */ member
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1284 static int merge_deltas(long long *oslot, long long *nslot, int milis) in merge_deltas() argument 1629 static int iotop_filter(long long *oslot, long long *nslot, int milis) in iotop_filter() argument 1315 top_common( int (*filter)(long long *oslot, long long *nslot, int milis)) top_common() argument
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 1427 static int merge_deltas(long long *oslot, long long *nslot, int milis) in merge_deltas() argument 1787 static int iotop_filter(long long *oslot, long long *nslot, int milis) in iotop_filter() argument 1458 top_common( int (*filter)(long long *oslot, long long *nslot, int milis)) top_common() argument
|
/third_party/python/Objects/ |
H A D | typeobject.c | 2533 Py_ssize_t nslot; member 2546 Py_ssize_t nslot = ctx->nslot; in type_new_visit_slots() local 2585 Py_ssize_t nslot = ctx->nslot; in type_new_copy_slots() local 2971 Py_ssize_t nslot = PyTuple_GET_SIZE(et->ht_slots); type_new_descriptors() local [all...] |
Completed in 13 milliseconds