Home
last modified time | relevance | path

Searched defs:nel (Results 1 - 25 of 39) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dbsearch.c3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *)) in bsearch() argument
/third_party/musl/src/stdlib/
H A Dbsearch.c3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *)) in bsearch() argument
H A Dqsort_nr.c11 void qsort(void *base, size_t nel, size_t width, cmpfun cmp) in qsort() argument
H A Dqsort.c158 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dbsearch.c3 void *bsearch(const void *key, const void *base, size_t nel, size_t width, int (*cmp)(const void *, const void *)) in bsearch() argument
/third_party/musl/libc-test/src/functional/
H A Dsearch_lsearch.c10 static size_t nel; variable
/third_party/musl/porting/liteos_a/user/src/stdlib/
H A Dqsort.c46 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument
/third_party/musl/src/stdlib/liteos_a/
H A Dqsort.c46 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, void *arg) in __qsort_r() argument
/third_party/selinux/libselinux/src/
H A Dcompute_user.c21 unsigned int i, nel; in security_compute_user_raw() local
H A Davc_sidtab.h23 unsigned nel; member
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dsidtab.h35 unsigned int nel; /* number of elements */ member
H A Dhashtab.h40 uint32_t nel; /* number of elements in hash table */ member
H A Davtab.h102 uint32_t nel; /* number of elements */ member
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dhashtab.h35 u32 nel; /* number of elements in hash table */ member
H A Davtab.h85 u32 nel; /* number of elements */ member
H A Dhashtab.c26 static u32 hashtab_compute_size(u32 nel) in hashtab_compute_size() argument
H A Davtab.c570 u32 nel, i; in avtab_read() local
[all...]
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dhashtab.h35 u32 nel; /* number of elements in hash table */ member
H A Dhashtab.c27 static u32 hashtab_compute_size(u32 nel) in hashtab_compute_size() argument
H A Davtab.c542 u32 nel, i; in avtab_read() local
[all...]
H A Davtab.h85 u32 nel; /* number of elements */ member
/third_party/musl/src/search/
H A Dhsearch.c40 static int resize(size_t nel, struct hsearch_data *htab) in resize() argument
72 int hcreate(size_t nel) in hcreate() argument
103 static int __hcreate_r(size_t nel, struct hsearch_data *htab) in __hcreate_r() argument
/third_party/selinux/libsepol/src/
H A Davtab.c596 uint32_t nel; in avtab_read() local
[all...]
/third_party/musl/porting/uniproton/kernel/src/locale/
H A Diconv.c210 unsigned nel = sizeof rev_jis / sizeof *rev_jis; in uni_to_jis() local
/third_party/musl/porting/liteos_m/kernel/src/locale/
H A Diconv.c210 unsigned nel = sizeof rev_jis / sizeof *rev_jis; in uni_to_jis() local

Completed in 9 milliseconds

12