Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/
H A Dallocator_shim.cc82 return chain_head->alloc_unchecked_function(chain_head, size, nullptr); in UncheckedAlloc()
147 ptr = chain_head->alloc_function(chain_head, size, context); in ShimCppNew()
160 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimCppAlignedNew()
172 return chain_head->free_function(chain_head, address, context); in ShimCppDelete()
179 ptr = chain_head->alloc_function(chain_head, size, context); in ShimMalloc()
189 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size, in ShimCalloc()
212 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimMemalign()
249 return chain_head->free_function(chain_head, address, context); in ShimFree()
263 return chain_head->batch_malloc_function(chain_head, size, results, in ShimBatchMalloc()
271 return chain_head->batch_free_function(chain_head, to_be_freed, in ShimBatchFree()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/
H A Dallocator_shim.cc93 return chain_head->alloc_function(chain_head, size, nullptr); in UncheckedAlloc()
161 ptr = chain_head->alloc_function(chain_head, size, context); in ShimCppNew()
174 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimCppAlignedNew()
186 return chain_head->free_function(chain_head, address, context); in ShimCppDelete()
193 ptr = chain_head->alloc_function(chain_head, size, context); in ShimMalloc()
203 ptr = chain_head->alloc_zero_initialized_function(chain_head, n, size, in ShimCalloc()
226 ptr = chain_head->alloc_aligned_function(chain_head, alignment, size, in ShimMemalign()
263 return chain_head->free_function(chain_head, address, context); in ShimFree()
277 return chain_head->batch_malloc_function(chain_head, size, results, in ShimBatchMalloc()
285 return chain_head->batch_free_function(chain_head, to_be_freed, in ShimBatchFree()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dconversation.c499 if (NULL==chain_head) { in conversation_insert_into_hashtable()
517 chain_head->last = conv; in conversation_insert_into_hashtable()
521 cur = chain_head; in conversation_insert_into_hashtable()
555 if (conv == chain_head) { in conversation_remove_from_hashtable()
566 chain_head = conv->next; in conversation_remove_from_hashtable()
574 wmem_map_insert(hashtable, chain_head->key_ptr, chain_head); in conversation_remove_from_hashtable()
581 cur = chain_head->next; in conversation_remove_from_hashtable()
582 prev = chain_head; in conversation_remove_from_hashtable()
873 if (chain_head && (chain_head->setup_frame <= frame_num)) { in conversation_lookup_hashtable()
874 match = chain_head; in conversation_lookup_hashtable()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dconversation.c499 if (NULL==chain_head) { in conversation_insert_into_hashtable()
517 chain_head->last = conv; in conversation_insert_into_hashtable()
521 cur = chain_head; in conversation_insert_into_hashtable()
555 if (conv == chain_head) { in conversation_remove_from_hashtable()
566 chain_head = conv->next; in conversation_remove_from_hashtable()
574 wmem_map_insert(hashtable, chain_head->key_ptr, chain_head); in conversation_remove_from_hashtable()
581 cur = chain_head->next; in conversation_remove_from_hashtable()
582 prev = chain_head; in conversation_remove_from_hashtable()
873 if (chain_head && (chain_head->setup_frame <= frame_num)) { in conversation_lookup_hashtable()
874 match = chain_head; in conversation_lookup_hashtable()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dconversation.c499 if (NULL==chain_head) { in conversation_insert_into_hashtable()
517 chain_head->last = conv; in conversation_insert_into_hashtable()
521 cur = chain_head; in conversation_insert_into_hashtable()
555 if (conv == chain_head) { in conversation_remove_from_hashtable()
566 chain_head = conv->next; in conversation_remove_from_hashtable()
574 wmem_map_insert(hashtable, chain_head->key_ptr, chain_head); in conversation_remove_from_hashtable()
581 cur = chain_head->next; in conversation_remove_from_hashtable()
582 prev = chain_head; in conversation_remove_from_hashtable()
873 if (chain_head && (chain_head->setup_frame <= frame_num)) { in conversation_lookup_hashtable()
874 match = chain_head; in conversation_lookup_hashtable()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dconversation.c499 if (NULL==chain_head) { in conversation_insert_into_hashtable()
517 chain_head->last = conv; in conversation_insert_into_hashtable()
521 cur = chain_head; in conversation_insert_into_hashtable()
555 if (conv == chain_head) { in conversation_remove_from_hashtable()
566 chain_head = conv->next; in conversation_remove_from_hashtable()
574 wmem_map_insert(hashtable, chain_head->key_ptr, chain_head); in conversation_remove_from_hashtable()
581 cur = chain_head->next; in conversation_remove_from_hashtable()
582 prev = chain_head; in conversation_remove_from_hashtable()
873 if (chain_head && (chain_head->setup_frame <= frame_num)) { in conversation_lookup_hashtable()
874 match = chain_head; in conversation_lookup_hashtable()
[all …]
/dports/editors/le/le-1.16.6/src/
H A Dundo.cc26 chain_head=0; in Undo()
43 while(chain_head) in Clear()
45 Change *to_delete=chain_head; in Clear()
46 chain_head=chain_head->next; in Clear()
81 if(chain_ptr==chain_head) in AddChange()
82 chain_head=chain_ptr->next; in AddChange()
119 if(!chain_head) in AddChange()
120 chain_head=c; in AddChange()
369 chain_head=scan->next; in CheckSize()
402 for(Change *scan=chain_head; scan; scan=scan->next) in FileSaved()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/test/src/imaging/
H A Dossim-range-dome-test.cpp183 ossimConnectableObject* chain_head = rdts; in run() local
207 lutFilter->connectMyInputTo(chain_head); in run()
210 chain_head = lutFilter.get(); in run()
215 tiffWriter->connectMyInputTo(chain_head); in run()
/dports/dns/getdns/getdns-1.5.2/src/
H A Ddnssec.c480 typedef struct chain_head chain_head; typedef
483 struct chain_head { struct
529 chain_head *head; in add_rrset2val_chain()
799 chain_head *head; in add_pkt2val_chain()
864 chain_head *head; in add_question2val_chain()
935 chain_head *head; in _dnskey_query()
962 chain_head *head; in val_chain_sched_node()
1081 chain_head *next; in cancel_requests_for_subdomains_of()
2954 chain_head *head; in chain_set_netreq_dnssec_status()
2991 chain_head *head; in chain_clear_netreq_dnssec_status()
[all …]
H A Dtypes-internal.h278 struct chain_head;
337 struct chain_head *chain;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/loader/
H A Dtrampoline.c160 chain_head = chain_link; in vkEnumerateInstanceExtensionProperties()
165 … res = chain_head->pfnNextLayer(chain_head->pNextLink, pLayerName, pPropertyCount, pProperties); in vkEnumerateInstanceExtensionProperties()
172 while (chain_head != &chain_tail) { in vkEnumerateInstanceExtensionProperties()
174 chain_head = (VkEnumerateInstanceExtensionPropertiesChain *)chain_head->pNextLink; in vkEnumerateInstanceExtensionProperties()
248 chain_head = chain_link; in vkEnumerateInstanceLayerProperties()
253 res = chain_head->pfnNextLayer(chain_head->pNextLink, pPropertyCount, pProperties); in vkEnumerateInstanceLayerProperties()
260 while (chain_head != &chain_tail) { in vkEnumerateInstanceLayerProperties()
262 chain_head = (VkEnumerateInstanceLayerPropertiesChain *)chain_head->pNextLink; in vkEnumerateInstanceLayerProperties()
336 chain_head = chain_link; in vkEnumerateInstanceVersion()
341 res = chain_head->pfnNextLayer(chain_head->pNextLink, pApiVersion); in vkEnumerateInstanceVersion()
[all …]
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/sample/so_5/mutable_msg_agents/
H A Dmain.cpp85 auto chain_head = env.introduce_coop( [](so_5::coop_t & coop) { in main() local
98 so_5::send<so_5::mutable_msg<envelope>>(chain_head, "hello"); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/loader/
H A Dtrampoline.c166 chain_head = chain_link; in vkEnumerateInstanceExtensionProperties()
171 … res = chain_head->pfnNextLayer(chain_head->pNextLink, pLayerName, pPropertyCount, pProperties); in vkEnumerateInstanceExtensionProperties()
178 while (chain_head != &chain_tail) { in vkEnumerateInstanceExtensionProperties()
180 chain_head = (VkEnumerateInstanceExtensionPropertiesChain *)chain_head->pNextLink; in vkEnumerateInstanceExtensionProperties()
260 chain_head = chain_link; in vkEnumerateInstanceLayerProperties()
265 res = chain_head->pfnNextLayer(chain_head->pNextLink, pPropertyCount, pProperties); in vkEnumerateInstanceLayerProperties()
272 while (chain_head != &chain_tail) { in vkEnumerateInstanceLayerProperties()
274 chain_head = (VkEnumerateInstanceLayerPropertiesChain *)chain_head->pNextLink; in vkEnumerateInstanceLayerProperties()
354 chain_head = chain_link; in vkEnumerateInstanceVersion()
359 res = chain_head->pfnNextLayer(chain_head->pNextLink, pApiVersion); in vkEnumerateInstanceVersion()
[all …]
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/loader/
H A Dtrampoline.c205 chain_head = chain_link; in vkEnumerateInstanceExtensionProperties()
210 … res = chain_head->pfnNextLayer(chain_head->pNextLink, pLayerName, pPropertyCount, pProperties); in vkEnumerateInstanceExtensionProperties()
217 while (chain_head != &chain_tail) { in vkEnumerateInstanceExtensionProperties()
219 chain_head = (VkEnumerateInstanceExtensionPropertiesChain *)chain_head->pNextLink; in vkEnumerateInstanceExtensionProperties()
298 chain_head = chain_link; in vkEnumerateInstanceLayerProperties()
303 res = chain_head->pfnNextLayer(chain_head->pNextLink, pPropertyCount, pProperties); in vkEnumerateInstanceLayerProperties()
310 while (chain_head != &chain_tail) { in vkEnumerateInstanceLayerProperties()
312 chain_head = (VkEnumerateInstanceLayerPropertiesChain *)chain_head->pNextLink; in vkEnumerateInstanceLayerProperties()
396 chain_head = chain_link; in vkEnumerateInstanceVersion()
401 res = chain_head->pfnNextLayer(chain_head->pNextLink, pApiVersion); in vkEnumerateInstanceVersion()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dthread.c368 thread_step_over_chain_next (thread_info *chain_head, thread_info *tp) in thread_step_over_chain_next() argument
372 return next == chain_head ? NULL : next; in thread_step_over_chain_next()
425 global_thread_step_over_chain_enqueue_chain (thread_info *chain_head) in global_thread_step_over_chain_enqueue_chain() argument
427 gdb_assert (chain_head->step_over_next != nullptr); in global_thread_step_over_chain_enqueue_chain()
428 gdb_assert (chain_head->step_over_prev != nullptr); in global_thread_step_over_chain_enqueue_chain()
431 global_thread_step_over_chain_head = chain_head; in global_thread_step_over_chain_enqueue_chain()
435 thread_info *chain_last = chain_head->step_over_prev; in global_thread_step_over_chain_enqueue_chain()
438 global_last->step_over_next = chain_head; in global_thread_step_over_chain_enqueue_chain()
440 chain_head->step_over_prev = global_last; in global_thread_step_over_chain_enqueue_chain()
H A Dgdbthread.h746 (thread_info *chain_head);
760 extern thread_info *thread_step_over_chain_next (thread_info *chain_head,
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dlibieee.h113 bfd_chain_type *chain_head; member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dlibieee.h112 bfd_chain_type *chain_head; member
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dlibieee.h113 bfd_chain_type *chain_head; member
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dlibieee.h113 bfd_chain_type *chain_head; member
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dlibieee.h113 bfd_chain_type *chain_head; member
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dlibieee.h112 bfd_chain_type *chain_head; member
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dlibieee.h112 bfd_chain_type *chain_head; member
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dlibieee.h112 bfd_chain_type *chain_head; member
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dlibieee.h114 bfd_chain_type *chain_head; member

12