| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | hashmap.h | 52 struct hashmap { struct 73 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument 75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, 78 void hashmap__clear(struct hashmap *map); 79 void hashmap__free(struct hashmap *map); 81 size_t hashmap__size(const struct hashmap *map); 82 size_t hashmap__capacity(const struct hashmap *map); 112 int hashmap__insert(struct hashmap *map, const void *key, void *value, 116 static inline int hashmap__add(struct hashmap *map, in hashmap__add() 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() [all …]
|
| H A D | hashmap.c | 38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init() 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() 55 struct hashmap *map = malloc(sizeof(struct hashmap)); in hashmap__new() 63 void hashmap__clear(struct hashmap *map) in hashmap__clear() 76 void hashmap__free(struct hashmap *map) in hashmap__free() 85 size_t hashmap__size(const struct hashmap *map) in hashmap__size() 90 size_t hashmap__capacity(const struct hashmap *map) in hashmap__capacity() 95 static bool hashmap_needs_to_grow(struct hashmap *map) in hashmap_needs_to_grow() 101 static int hashmap_grow(struct hashmap *map) in hashmap_grow() 130 static bool hashmap_find_entry(const struct hashmap *map, in hashmap_find_entry() [all …]
|
| H A D | Build | 2 netlink.o bpf_prog_linfo.o libbpf_probes.o xsk.o hashmap.o \
|
| H A D | btf_dump.c | 86 struct hashmap *type_names; 91 struct hashmap *ident_names; 598 static size_t btf_dump_name_dups(struct btf_dump *d, struct hashmap *name_map, 1392 static size_t btf_dump_name_dups(struct btf_dump *d, struct hashmap *name_map, in btf_dump_name_dups() 1405 struct hashmap *name_map) in btf_dump_resolve_name()
|
| H A D | btf.c | 90 struct hashmap *strs_hash; 1397 struct hashmap *hash = NULL; in btf_ensure_modifiable() 2851 struct hashmap *dedup_table;
|
| H A D | libbpf.c | 5727 struct hashmap *cand_cache) in bpf_core_apply_relo() 5897 struct hashmap *cand_cache = NULL; in bpf_object__relocate_core()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | hashmap.h | 52 struct hashmap { struct 73 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument 75 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, 78 void hashmap__clear(struct hashmap *map); 79 void hashmap__free(struct hashmap *map); 81 size_t hashmap__size(const struct hashmap *map); 82 size_t hashmap__capacity(const struct hashmap *map); 112 int hashmap__insert(struct hashmap *map, const void *key, void *value, 116 static inline int hashmap__add(struct hashmap *map, in hashmap__add() 122 static inline int hashmap__set(struct hashmap *map, in hashmap__set() [all …]
|
| H A D | hashmap.c | 38 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, in hashmap__init() 51 struct hashmap *hashmap__new(hashmap_hash_fn hash_fn, in hashmap__new() 55 struct hashmap *map = malloc(sizeof(struct hashmap)); in hashmap__new() 63 void hashmap__clear(struct hashmap *map) in hashmap__clear() 76 void hashmap__free(struct hashmap *map) in hashmap__free() 85 size_t hashmap__size(const struct hashmap *map) in hashmap__size() 90 size_t hashmap__capacity(const struct hashmap *map) in hashmap__capacity() 95 static bool hashmap_needs_to_grow(struct hashmap *map) in hashmap_needs_to_grow() 101 static int hashmap_grow(struct hashmap *map) in hashmap_grow() 130 static bool hashmap_find_entry(const struct hashmap *map, in hashmap_find_entry() [all …]
|
| H A D | expr.h | 22 struct hashmap ids;
|
| H A D | Build | 144 hashmap := 1 147 hashmap := 1 150 ifdef hashmap 151 perf-y += hashmap.o
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | check-headers.sh | 160 check_2 tools/perf/util/hashmap.h tools/lib/bpf/hashmap.h 161 check_2 tools/perf/util/hashmap.c tools/lib/bpf/hashmap.c
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | hashmap.c | 48 struct hashmap *map; in test_hashmap_generic() 264 struct hashmap *map; in test_hashmap_multimap() 337 struct hashmap *map; in test_hashmap_empty()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
| H A D | adb.mk | 25 libcutils_SRC_FILES += hashmap.c
|
| H A D | adbd.mk | 37 libcutils_SRC_FILES += hashmap.c
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190728.patch.gz | |
| HD | ncurses-6.1-20191214.patch.gz | ... +++-
51# ncurses/tty/hashmap.c | 16 +++++- ... |
| HD | ncurses-6.1-20190630.patch.gz | 1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20200104.patch.gz | 1# ncurses 6.1 - patch 20200104 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190907.patch.gz | 1# ncurses 6.1 - patch 20190907 - Thomas E. Dickey
2#
3# --- ... |
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0001-Adjust-for-musl-headers.patch | 333 #include "hashmap.h"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0001-Adjust-for-musl-headers.patch | 400 #include "hashmap.h"
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 2772 -rw-r--r-- root root 1179 ./usr/include/ext2fs/hashmap.h
|
| H A D | buildhistory_filelist2.txt | 2773 -rw-r--r-- root root 1179 ./usr/include/ext2fs/hashmap.h
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |