Home
last modified time | relevance | path

Searched refs:hashtab (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dhashtab.h32 struct hashtab { struct
48 int hashtab_init(struct hashtab *h, u32 nel_hint); argument
50 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst,
61 static inline int hashtab_insert(struct hashtab *h, void *key, void *datum, in hashtab_insert()
96 static inline void *hashtab_search(struct hashtab *h, const void *key, in hashtab_search()
122 void hashtab_destroy(struct hashtab *h);
135 int hashtab_map(struct hashtab *h,
139 int hashtab_duplicate(struct hashtab *new, struct hashtab *orig,
146 void hashtab_stat(struct hashtab *h, struct hashtab_info *info);
H A Dhashtab.c31 int hashtab_init(struct hashtab *h, u32 nel_hint) in hashtab_init()
49 int __hashtab_insert(struct hashtab *h, struct hashtab_node **dst, in __hashtab_insert()
66 void hashtab_destroy(struct hashtab *h) in hashtab_destroy()
85 int hashtab_map(struct hashtab *h, in hashtab_map()
106 void hashtab_stat(struct hashtab *h, struct hashtab_info *info) in hashtab_stat()
132 int hashtab_duplicate(struct hashtab *new, struct hashtab *orig, in hashtab_duplicate()
H A Dpolicydb.h268 struct hashtab role_tr;
274 struct hashtab filename_trans;
299 struct hashtab range_tr;
H A Dsymtab.h16 struct hashtab table; /* hash table (keyed on a string) */
H A Dpolicydb.c688 static void hash_eval(struct hashtab *h, const char *hash_name) in hash_eval()
707 static inline void hash_eval(struct hashtab *h, char *hash_name) in hash_eval()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Db-header-vars2 HASHTAB_H=hashtab.h
18 HASH_TABLE_H=hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h
19 EXCEPT_H=except.h hashtab.h
29hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/arm/arm-op…
31 …l.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h hashtab.h
33 …vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h hashtab.h flags.h flag-ty…
34 READ_MD_H=obstack.h hashtab.h read-md.h
36 …tics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.…
37 …tics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.…
38 REGSET_H=regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Db-header-vars2 HASHTAB_H=hashtab.h
18 HASH_TABLE_H=hashtab.h hash-table.h ggc.h gtype-desc.h statistics.h
19 EXCEPT_H=except.h hashtab.h
29hashtab.h alias.h symtab.h obstack.h flags.h flag-types.h options.h flag-types.h config/aarch64/aa…
31 …l.h statistics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h hashtab.h
33 …vec.h statistics.h ggc.h gtype-desc.h statistics.h fixed-value.h alias.h hashtab.h flags.h flag-ty…
34 READ_MD_H=obstack.h hashtab.h read-md.h
36 …tics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.…
37 …tics.h vec.h statistics.h ggc.h gtype-desc.h statistics.h treestruct.def hashtab.h alias.h symtab.…
38 REGSET_H=regset.h bitmap.h hashtab.h statistics.h hard-reg-set.h
[all …]
/OK3568_Linux_fs/kernel/scripts/basic/
H A Dfixdep.c167 static struct item *hashtab[HASHSZ]; variable
186 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()
208 aux->next = hashtab[hash % HASHSZ]; in define_config()
209 hashtab[hash % HASHSZ] = aux; in define_config()
/OK3568_Linux_fs/u-boot/scripts/basic/
H A Dfixdep.c150 static struct item *hashtab[HASHSZ]; variable
169 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config()
191 aux->next = hashtab[hash % HASHSZ]; in define_config()
192 hashtab[hash % HASHSZ] = aux; in define_config()
/OK3568_Linux_fs/kernel/security/selinux/
H A DMakefile10 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
/OK3568_Linux_fs/kernel/kernel/bpf/
H A DMakefile10 obj-$(CONFIG_BPF_SYSCALL) += hashtab.o arraymap.o percpu_freelist.o bpf_lru_list.o lpm_trie.o map_i…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dmat.hpp2720 std::vector<size_t> hashtab; member
H A Dmat.inl.hpp3182 hashidx = m->hdr->hashtab.size(); in seekEnd()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dmat.hpp2720 std::vector<size_t> hashtab; member
H A Dmat.inl.hpp3182 hashidx = m->hdr->hashtab.size(); in seekEnd()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dmat.hpp2720 std::vector<size_t> hashtab; member
H A Dmat.inl.hpp3182 hashidx = m->hdr->hashtab.size(); in seekEnd()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state34 (!srcfile 2047 "../include/hashtab.h")
31351 (!srcfileloc "../include/hashtab.h" 139)
31355 (!srcfileloc "../include/hashtab.h" 78)
31359 (!srcfileloc "../include/hashtab.h" 77)
31363 (!srcfileloc "../include/hashtab.h" 73)
31367 (!srcfileloc "../include/hashtab.h" 70)
31371 (!srcfileloc "../include/hashtab.h" 64)
31375 (!srcfileloc "../include/hashtab.h" 58)
31379 (!srcfileloc "../include/hashtab.h" 54)
31383 (!srcfileloc "../include/hashtab.h" 47)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/
H A Dgtype.state30 (!srcfile 2047 "../include/hashtab.h")
31481 (!srcfileloc "../include/hashtab.h" 139)
31485 (!srcfileloc "../include/hashtab.h" 78)
31489 (!srcfileloc "../include/hashtab.h" 77)
31493 (!srcfileloc "../include/hashtab.h" 73)
31497 (!srcfileloc "../include/hashtab.h" 70)
31501 (!srcfileloc "../include/hashtab.h" 64)
31505 (!srcfileloc "../include/hashtab.h" 58)
31509 (!srcfileloc "../include/hashtab.h" 54)
31513 (!srcfileloc "../include/hashtab.h" 47)
[all …]
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist1.txt3252 -rw-r--r-- root root 7270 ./usr/include/libiberty/hashtab.h
H A Dbuildhistory_filelist2.txt3253 -rw-r--r-- root root 7270 ./usr/include/libiberty/hashtab.h