| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | hashtab.h | 32 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 D | hashtab.c | 31 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 D | policydb.h | 268 struct hashtab role_tr; 274 struct hashtab filename_trans; 299 struct hashtab range_tr;
|
| H A D | symtab.h | 16 struct hashtab table; /* hash table (keyed on a string) */
|
| H A D | policydb.c | 688 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 D | b-header-vars | 2 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 29 …hashtab.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 D | b-header-vars | 2 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 29 …hashtab.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 D | fixdep.c | 167 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 D | fixdep.c | 150 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 D | Makefile | 10 ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidtab.o ss/avtab.o \
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | Makefile | 10 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 D | mat.hpp | 2720 std::vector<size_t> hashtab; member
|
| H A D | mat.inl.hpp | 3182 hashidx = m->hdr->hashtab.size(); in seekEnd()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | mat.hpp | 2720 std::vector<size_t> hashtab; member
|
| H A D | mat.inl.hpp | 3182 hashidx = m->hdr->hashtab.size(); in seekEnd()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | mat.hpp | 2720 std::vector<size_t> hashtab; member
|
| H A D | mat.inl.hpp | 3182 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 D | gtype.state | 34 (!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 D | gtype.state | 30 (!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 D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 3252 -rw-r--r-- root root 7270 ./usr/include/libiberty/hashtab.h
|
| H A D | buildhistory_filelist2.txt | 3253 -rw-r--r-- root root 7270 ./usr/include/libiberty/hashtab.h
|