Home
last modified time | relevance | path

Searched +defs:prev +defs:entry (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/skia/src/core/
DSkTInternalLList.h36 void remove(T* entry) { in remove()
40 T* prev = entry->fPrev; in remove() local
62 void addToHead(T* entry) { in addToHead()
81 void addToTail(T* entry) { in addToTail()
115 T* prev = existingEntry->fPrev; in addBefore() local
227 T* prev() { in prev() function
278 bool isInList(const T* entry) const { in isInList()
287 for (T* entry = fHead; entry; entry = entry->fNext) { in countEntries() local
/third_party/flutter/skia/src/core/
DSkTInternalLList.h36 void remove(T* entry) { in remove()
40 T* prev = entry->fPrev; in remove() local
62 void addToHead(T* entry) { in addToHead()
81 void addToTail(T* entry) { in addToTail()
115 T* prev = existingEntry->fPrev; in addBefore() local
227 T* prev() { in prev() function
278 bool isInList(const T* entry) const { in isInList()
287 for (T* entry = fHead; entry; entry = entry->fNext) { in countEntries() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dpmksa_cache_auth.c39 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) in _pmksa_cache_free_entry()
52 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_free_entry()
54 struct rsn_pmksa_cache_entry *pos, *prev; in pmksa_cache_free_entry() local
141 static void pmksa_cache_from_eapol_data(struct rsn_pmksa_cache_entry *entry, in pmksa_cache_from_eapol_data()
181 struct rsn_pmksa_cache_entry *entry, in pmksa_cache_to_eapol_data()
223 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_link_entry()
225 struct rsn_pmksa_cache_entry *pos, *prev; in pmksa_cache_link_entry() local
285 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_auth_add() local
320 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_auth_create_entry() local
366 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_auth_add_entry()
[all …]
Dieee802_11_auth.c66 struct hostapd_cached_radius_acl *prev; in hostapd_acl_cache_free() local
96 struct hostapd_cached_radius_acl *entry; in hostapd_acl_cache_get() local
366 struct hostapd_cached_radius_acl *prev, *entry, *tmp; in hostapd_acl_expire_cache() local
396 struct hostapd_acl_query_data *prev, *entry, *tmp; in hostapd_acl_expire_queries() local
519 struct hostapd_acl_query_data *query, *prev; in hostapd_acl_recv_radius() local
671 struct hostapd_acl_query_data *query, *prev; in hostapd_acl_deinit() local
697 struct hostapd_sta_wpa_psk_short *prev = psk; in hostapd_free_psk_list() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dpmksa_cache_auth.c39 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) in _pmksa_cache_free_entry()
52 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_free_entry()
54 struct rsn_pmksa_cache_entry *pos, *prev; in pmksa_cache_free_entry() local
141 static void pmksa_cache_from_eapol_data(struct rsn_pmksa_cache_entry *entry, in pmksa_cache_from_eapol_data()
181 struct rsn_pmksa_cache_entry *entry, in pmksa_cache_to_eapol_data()
223 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_link_entry()
225 struct rsn_pmksa_cache_entry *pos, *prev; in pmksa_cache_link_entry() local
285 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_auth_add() local
320 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_auth_create_entry() local
366 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_auth_add_entry()
[all …]
Dieee802_11_auth.c61 struct hostapd_cached_radius_acl *prev; in hostapd_acl_cache_free() local
74 struct hostapd_cached_radius_acl *entry; in hostapd_acl_cache_get() local
301 struct hostapd_cached_radius_acl *prev, *entry, *tmp; in hostapd_acl_expire_cache() local
331 struct hostapd_acl_query_data *prev, *entry, *tmp; in hostapd_acl_expire_queries() local
454 struct hostapd_acl_query_data *query, *prev; in hostapd_acl_recv_radius() local
608 struct hostapd_acl_query_data *query, *prev; in hostapd_acl_deinit() local
647 struct hostapd_sta_wpa_psk_short *prev = psk; in hostapd_free_psk_list() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dpmksa_cache.c38 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) in _pmksa_cache_free_entry()
45 struct rsn_pmksa_cache_entry *entry, in pmksa_cache_free_entry()
62 struct rsn_pmksa_cache_entry *prev = NULL, *tmp; in pmksa_cache_expire() local
63 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; in pmksa_cache_expire() local
108 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_set_expiration() local
178 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_add() local
218 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_add_entry()
220 struct rsn_pmksa_cache_entry *pos, *prev; in pmksa_cache_add_entry() local
334 struct rsn_pmksa_cache_entry *entry, *prev = NULL, *tmp; in pmksa_cache_flush() local
371 struct rsn_pmksa_cache_entry *entry, *prev; in pmksa_cache_deinit() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dpmksa_cache.c36 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) in _pmksa_cache_free_entry()
43 struct rsn_pmksa_cache_entry *entry, in pmksa_cache_free_entry()
63 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; in pmksa_cache_expire() local
85 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_set_expiration() local
136 struct rsn_pmksa_cache_entry *entry; in pmksa_cache_add() local
176 struct rsn_pmksa_cache_entry *entry) in pmksa_cache_add_entry()
178 struct rsn_pmksa_cache_entry *pos, *prev; in pmksa_cache_add_entry() local
286 struct rsn_pmksa_cache_entry *entry, *prev = NULL, *tmp; in pmksa_cache_flush() local
322 struct rsn_pmksa_cache_entry *entry, *prev; in pmksa_cache_deinit() local
353 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; in pmksa_cache_get() local
[all …]
/third_party/skia/third_party/externals/expat/expat/tests/
Dmemcheck.c44 struct allocation_entry *prev; member
57 AllocationEntry *entry = malloc(sizeof(AllocationEntry)); in tracking_malloc() local
86 AllocationEntry *entry; in find_allocation() local
99 AllocationEntry *entry; in tracking_free() local
127 AllocationEntry *entry; in tracking_realloc() local
179 AllocationEntry *entry; in tracking_report() local
/third_party/expat/tests/
Dmemcheck.c44 struct allocation_entry *prev; member
57 AllocationEntry *entry = malloc(sizeof(AllocationEntry)); in tracking_malloc() local
86 AllocationEntry *entry; in find_allocation() local
99 AllocationEntry *entry; in tracking_free() local
127 AllocationEntry *entry; in tracking_realloc() local
179 AllocationEntry *entry; in tracking_report() local
/third_party/e2fsprogs/lib/blkid/
Dlist.h33 struct list_head *next, *prev; member
49 struct list_head * prev, in __list_add()
91 _INLINE_ void __list_del(struct list_head * prev, in __list_del()
105 _INLINE_ void list_del(struct list_head *entry) in list_del()
114 _INLINE_ void list_del_init(struct list_head *entry) in list_del_init()
/third_party/ntfs-3g/ntfsprogs/
Dlist.h38 struct ntfs_list_head *next, *prev; member
60 struct ntfs_list_head * prev, struct ntfs_list_head * next) in __ntfs_list_add()
106 static __inline__ void __ntfs_list_del(struct ntfs_list_head * prev, in __ntfs_list_del()
120 static __inline__ void ntfs_list_del(struct ntfs_list_head *entry) in ntfs_list_del()
129 static __inline__ void ntfs_list_del_init(struct ntfs_list_head *entry) in ntfs_list_del_init()
/third_party/eudev/src/libudev/
Dlibudev-list.c64 struct udev_list_node *prev, in udev_list_node_insert_between()
78 void udev_list_node_remove(struct udev_list_node *entry) in udev_list_node_remove()
80 struct udev_list_node *prev = entry->prev; in udev_list_node_remove() local
113 …atic void udev_list_entry_insert_before(struct udev_list_entry *new, struct udev_list_entry *entry) in udev_list_entry_insert_before()
146 struct udev_list_entry *entry; in udev_list_entry_add() local
226 void udev_list_entry_delete(struct udev_list_entry *entry) in udev_list_entry_delete()
/third_party/skia/third_party/externals/swiftshader/src/System/
DLRUCache.hpp48 Entry *entry; member in sw::LRUCache::view
61 Entry *entry; member in sw::LRUCache::iterator
109 Entry *prev = nullptr; member
164 LRUCache<KEY, DATA, HASH>::view::view(Entry *entry) in view()
184 LRUCache<KEY, DATA, HASH>::iterator::iterator(Entry *entry) in iterator()
222 Entry *entry = &storage[i]; in LRUCache() local
231 if(Entry *entry = find(key)) in lookup() local
243 if(Entry *entry = find(key)) in add() local
252 Entry *entry = free; in add() local
282 while(Entry *entry = head) in clear() local
[all …]
/third_party/e2fsprogs/lib/ext2fs/
Dkernel-list.h17 struct list_head *next, *prev; member
37 struct list_head * prev, in __list_add()
69 static __inline__ void __list_del(struct list_head * prev, in __list_del()
76 static __inline__ void list_del(struct list_head *entry) in list_del()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius_client.c366 struct radius_msg_list *entry, in radius_client_retransmit()
495 struct radius_msg_list *entry, *prev, *tmp; in radius_client_timer() local
581 struct radius_msg_list *entry; in radius_client_auth_failover() local
610 struct radius_msg_list *entry; in radius_client_acct_failover() local
640 struct radius_msg_list *entry; in radius_client_update_timeout() local
671 struct radius_msg_list *entry, *prev; in radius_client_list_add() local
970 struct radius_msg_list *entry, *prev, *_remove; in radius_client_get_id() local
1010 struct radius_msg_list *entry, *prev, *tmp; in radius_client_flush() local
1044 struct radius_msg_list *entry; in radius_client_update_acct_msgs() local
1074 struct radius_msg_list *entry; in radius_change_server() local
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius_client.c367 struct radius_msg_list *entry, in radius_client_retransmit()
496 struct radius_msg_list *entry, *prev, *tmp; in radius_client_timer() local
582 struct radius_msg_list *entry; in radius_client_auth_failover() local
611 struct radius_msg_list *entry; in radius_client_acct_failover() local
641 struct radius_msg_list *entry; in radius_client_update_timeout() local
672 struct radius_msg_list *entry, *prev; in radius_client_list_add() local
980 struct radius_msg_list *entry, *prev, *_remove; in radius_client_get_id() local
1020 struct radius_msg_list *entry, *prev, *tmp; in radius_client_flush() local
1054 struct radius_msg_list *entry; in radius_client_update_acct_msgs() local
1084 struct radius_msg_list *entry; in radius_change_server() local
[all …]
/third_party/ltp/tools/sparse/sparse-src/
Dptrlist.c200 struct ptr_list *entry = head; in pack_ptr_list() local
206 struct ptr_list *prev; in pack_ptr_list() local
314 bool lookup_ptr_list_entry(const struct ptr_list *head, const void *entry) in lookup_ptr_list_entry()
335 int delete_ptr_list_entry(struct ptr_list **list, void *entry, int count) in delete_ptr_list_entry()
432 void *entry; in concat_ptr_list() local
467 struct ptr_list *prev = tail; in copy_ptr_list() local
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dlist.h56 struct list_head *prev; member
85 __list_del(struct list_head *prev, struct list_head *next) in __list_del()
92 __list_del_entry(struct list_head *entry) in __list_del_entry()
99 list_del(struct list_head *entry) in list_del()
122 linux_list_add(struct list_head *new, struct list_head *prev, in linux_list_add()
133 list_del_init(struct list_head *entry) in list_del_init()
230 list_move_tail(struct list_head *entry, struct list_head *head) in list_move_tail()
250 linux_list_splice(const struct list_head *list, struct list_head *prev, in linux_list_splice()
369 hlist_add_behind(struct hlist_node *n, struct hlist_node *prev) in hlist_add_behind()
396 struct list_head *head, struct list_head *entry) in __list_cut_position()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_hints.c52 SDL_HintWatch *entry; in SDL_SetHintWithPriority() local
138 SDL_HintWatch *entry; in SDL_AddHintCallback() local
194 SDL_HintWatch *entry, *prev; in SDL_DelHintCallback() local
219 SDL_HintWatch *entry; in SDL_ClearHints() local
/third_party/alsa-utils/alsactl/
Dlist.h42 struct list_head *next, *prev; member
61 struct list_head *prev, in __list_add()
103 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
115 static inline void list_del(struct list_head *entry) in list_del()
126 static inline void list_del_init(struct list_head *entry) in list_del_init()
/third_party/flutter/skia/third_party/externals/sdl/src/timer/
DSDL_timer.c82 SDL_Timer *prev, *curr; in SDL_AddTimerInternal() local
242 SDL_TimerMap *entry; in SDL_TimerQuit() local
282 SDL_TimerMap *entry; in SDL_AddTimer() local
344 SDL_TimerMap *prev, *entry; in SDL_RemoveTimer() local
/third_party/skia/src/gpu/
DGrThreadSafeCache.cpp60 Entry* prev = cur ? cur->fPrev : nullptr; in dropUniqueRefs() local
83 Entry* prev = cur ? cur->fPrev : nullptr; in dropUniqueRefsOlderThan() local
102 void GrThreadSafeCache::makeExistingEntryMRU(Entry* entry) { in makeExistingEntryMRU()
147 Entry* entry; in getEntry() local
162 GrThreadSafeCache::Entry* GrThreadSafeCache::makeNewEntryMRU(Entry* entry) { in makeNewEntryMRU()
171 Entry* entry; in getEntry() local
/third_party/typescript/src/shims/
DcollectionShims.ts73 prev?: MapEntry<K, V>; property
97 const prev = entry.prev; constant
135 const entry = createMapEntry(key, value); constant
171 const prev = getPrev(node); constant
/third_party/ltp/testcases/realtime/include/
Dlist.h61 struct list_head *next, *prev; member
82 struct list_head *prev, in __list_add()
124 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del()
136 static inline void list_del(struct list_head *entry) in list_del()
147 static inline void list_del_init(struct list_head *entry) in list_del_init()

123456