| /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 | hash-table.h | 534 static bool is_deleted (value_type &v) in is_deleted() function 536 return Descriptor::is_deleted (v); in is_deleted() 663 if (is_deleted (entry)) in hash_table() 681 if (!is_empty (m_entries[i]) && !is_deleted (m_entries[i])) in ~hash_table() 743 gcc_checking_assert (!is_deleted (*slot)); in find_empty_slot_for_expand() 755 gcc_checking_assert (!is_deleted (*slot)); in find_empty_slot_for_expand() 819 if (!is_empty (x) && !is_deleted (x)) in expand() 847 if (!is_empty (entries[i]) && !is_deleted (entries[i])) in empty_slow() 891 || is_empty (*slot) || is_deleted (*slot))); in clear_slot() 917 || (!is_deleted (*entry) && Descriptor::equal (*entry, comparable))) in find_with_hash() [all …]
|
| H A D | hash-map-traits.h | 41 template <typename T> static inline bool is_deleted (const T &); 81 simple_hashmap_traits <H, Value>::is_deleted (const T &entry) in is_deleted() function 83 return H::is_deleted (entry.m_key); in is_deleted() 119 template <typename T> static inline bool is_deleted (const T &); 143 unbounded_hashmap_traits <Value>::is_deleted (const T &entry) in is_deleted() function 145 return default_hash_traits <Value>::is_deleted (entry.m_value); in is_deleted()
|
| H A D | hash-traits.h | 93 static inline bool is_deleted (Type); 128 int_hash <Type, Empty, Deleted>::is_deleted (Type x) in is_deleted() function 156 static inline bool is_deleted (Type *); 193 pointer_hash <Type>::is_deleted (Type *e) in is_deleted() function 330 static inline bool is_deleted (const value_type &); 372 pair_hash <T1, T2>::is_deleted (const value_type &x) in is_deleted() function 374 return T1::is_deleted (x.first); in is_deleted()
|
| H A D | tree-hasher.h | 37 static bool is_deleted (const value_type &v) in is_deleted() function
|
| H A D | hash-map.h | 64 static bool is_deleted (const hash_entry &e) in class() function 66 return Traits::is_deleted (e); in class()
|
| /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 | hash-table.h | 534 static bool is_deleted (value_type &v) in is_deleted() function 536 return Descriptor::is_deleted (v); in is_deleted() 663 if (is_deleted (entry)) in hash_table() 681 if (!is_empty (m_entries[i]) && !is_deleted (m_entries[i])) in ~hash_table() 743 gcc_checking_assert (!is_deleted (*slot)); in find_empty_slot_for_expand() 755 gcc_checking_assert (!is_deleted (*slot)); in find_empty_slot_for_expand() 819 if (!is_empty (x) && !is_deleted (x)) in expand() 847 if (!is_empty (entries[i]) && !is_deleted (entries[i])) in empty_slow() 891 || is_empty (*slot) || is_deleted (*slot))); in clear_slot() 917 || (!is_deleted (*entry) && Descriptor::equal (*entry, comparable))) in find_with_hash() [all …]
|
| H A D | hash-map-traits.h | 41 template <typename T> static inline bool is_deleted (const T &); 81 simple_hashmap_traits <H, Value>::is_deleted (const T &entry) in is_deleted() function 83 return H::is_deleted (entry.m_key); in is_deleted() 119 template <typename T> static inline bool is_deleted (const T &); 143 unbounded_hashmap_traits <Value>::is_deleted (const T &entry) in is_deleted() function 145 return default_hash_traits <Value>::is_deleted (entry.m_value); in is_deleted()
|
| H A D | hash-traits.h | 93 static inline bool is_deleted (Type); 128 int_hash <Type, Empty, Deleted>::is_deleted (Type x) in is_deleted() function 156 static inline bool is_deleted (Type *); 193 pointer_hash <Type>::is_deleted (Type *e) in is_deleted() function 330 static inline bool is_deleted (const value_type &); 372 pair_hash <T1, T2>::is_deleted (const value_type &x) in is_deleted() function 374 return T1::is_deleted (x.first); in is_deleted()
|
| H A D | tree-hasher.h | 37 static bool is_deleted (const value_type &v) in is_deleted() function
|
| H A D | hash-map.h | 64 static bool is_deleted (const hash_entry &e) in class() function 66 return Traits::is_deleted (e); in class()
|
| H A D | tree-vectorizer.h | 251 static inline bool is_deleted (const value_type &)
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | group.c | 138 if (member->head.is_deleted) in tomoyo_path_matches_group() 167 if (member->head.is_deleted) in tomoyo_number_matches_group() 198 if (member->head.is_deleted) in tomoyo_address_matches_group()
|
| H A D | domain.c | 46 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_policy() 50 entry->is_deleted = param->is_delete; in tomoyo_update_policy() 125 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_domain() 131 entry->is_deleted = merge_duplicate(entry, new_entry, in tomoyo_update_domain() 134 entry->is_deleted = is_delete; in tomoyo_update_domain() 173 if (ptr->is_deleted || ptr->type != r->param_type) in tomoyo_check_acl() 306 if (ptr->head.is_deleted || ptr->type != type) in tomoyo_scan_transition() 744 if (ptr->head.is_deleted || in tomoyo_find_next_domain()
|
| H A D | gc.c | 492 if (!member->is_deleted) in tomoyo_collect_member() 494 member->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_member() 512 if (!acl->is_deleted) in tomoyo_collect_acl() 514 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl() 538 if (!domain->is_deleted || atomic_read(&domain->users)) in tomoyo_collect_entry()
|
| H A D | common.c | 919 if (ptr->head.is_deleted) in tomoyo_read_manager() 956 if (!ptr->head.is_deleted && in tomoyo_manager() 1030 if (domain && domain->is_deleted) in tomoyo_select_domain() 1104 if (domain->is_deleted || in tomoyo_delete_domain() 1107 domain->is_deleted = true; in tomoyo_delete_domain() 1401 if (acl->is_deleted) in tomoyo_print_entry() 1629 if (domain->is_deleted && in tomoyo_read_domain() 1811 if (ptr->is_deleted) in tomoyo_read_group() 1865 if (acl->is_deleted) in tomoyo_read_policy()
|
| H A D | common.h | 408 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */ member 675 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */ member 690 bool is_deleted; /* Delete flag. */ member
|
| H A D | util.c | 616 if (!domain->is_deleted && in tomoyo_find_domain() 1055 if (ptr->is_deleted) in tomoyo_domain_quota_is_ok()
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffs_packedtags1.c | 33 pt->deleted = (t->is_deleted) ? 0 : 1; in yaffs_pack_tags1() 51 t->is_deleted = (pt->deleted) ? 0 : 1; in yaffs_unpack_tags1()
|
| H A D | yaffs_packedtags2.c | 58 t->chunk_id, t->n_bytes, t->is_deleted, t->serial_number, in yaffs_dump_tags2() 135 t->is_deleted = 0; in yaffs_unpack_tags2_tags_only()
|
| H A D | yaffs_tagscompat.c | 289 if (ext_tags->is_deleted) in yaffs_tags_compat_wr() 338 ext_tags->is_deleted = deleted; in yaffs_tags_compat_rd()
|
| H A D | yaffs_yaffs1.c | 102 tags.is_deleted) { in yaffs1_scan()
|
| H A D | yaffs_checkptrw.c | 216 tags.is_deleted = 0; in yaffs2_checkpt_flush_buffer()
|
| H A D | yaffs_guts.h | 190 unsigned is_deleted; /* The chunk is marked deleted */ member
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 32 bool is_deleted; /* deleted by ip_set_net_exit */ member 925 if (!inst->is_deleted) { /* already deleted from ip_set_net_exit() */ in ip_set_nfnl_put() 2362 inst->is_deleted = false; in ip_set_net_init() 2376 inst->is_deleted = true; /* flag for ip_set_nfnl_put */ in ip_set_net_exit()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | file.c | 148 static inline bool is_deleted(struct dentry *dentry) in is_deleted() function
|