Home
last modified time | relevance | path

Searched refs:first_next (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/cppgc/
H A Dpersistent-node.cc58 PersistentNode* first_next = (*slots)[0].FreeListNext(); in Trace() local
61 CPPGC_DCHECK(!first_next || first_next < &slots->front() || in Trace()
62 first_next > &slots->back()); in Trace()
63 free_list_head_ = first_next; in Trace()
/dports/lang/v8/v8-9.6.180.12/src/heap/cppgc/
H A Dpersistent-node.cc83 PersistentNode* first_next = (*slots)[0].FreeListNext(); in Trace() local
86 CPPGC_DCHECK(!first_next || first_next < &slots->front() || in Trace()
87 first_next > &slots->back()); in Trace()
88 free_list_head_ = first_next; in Trace()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Ddict_cache.c360 int dict_cache_sequence(DICT_CACHE *cp, int first_next, in dict_cache_sequence() argument
376 seq_res = dict_seq(db, first_next, &raw_cache_key, &raw_cache_val); in dict_cache_sequence()
471 int first_next; in dict_cache_clean_event() local
484 first_next = DICT_SEQ_FUN_FIRST; in dict_cache_clean_event()
493 first_next = DICT_SEQ_FUN_NEXT; in dict_cache_clean_event()
499 if (dict_cache_sequence(cp, first_next, &cache_key, &cache_val) == 0) { in dict_cache_clean_event()
731 int first_next; /* first/next */ member
798 cp->first_next = DICT_SEQ_FUN_FIRST; in create_requests()
823 cp->first_next = DICT_SEQ_FUN_FIRST; in reset_requests()
892 cp->done, cp->first_next); in show_status()
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf-nacl.c207 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_program_headers() local
213 next_seg->next = first_next; in nacl_modify_program_headers()
/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_scache.c367 int tls_scache_sequence(TLS_SCACHE *cp, int first_next, in tls_scache_sequence() argument
397 found_entry = (dict_seq(cp->db, first_next, &member, &value) == 0); in tls_scache_sequence()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf-nacl.c295 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_headers() local
306 *first_load_seg = first_next; in nacl_modify_headers()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf-nacl.c288 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_program_headers() local
299 *first_load_seg = first_next; in nacl_modify_program_headers()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf-nacl.c295 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_headers() local
306 *first_load_seg = first_next; in nacl_modify_headers()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf-nacl.c295 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_headers() local
306 *first_load_seg = first_next; in nacl_modify_headers()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf-nacl.c288 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_program_headers() local
299 *first_load_seg = first_next; in nacl_modify_program_headers()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf-nacl.c295 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_headers() local
306 *first_load_seg = first_next; in nacl_modify_headers()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf-nacl.c288 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_program_headers() local
299 *first_load_seg = first_next; in nacl_modify_program_headers()
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_dir.c22 static enum search_status PossiblyLockedBusCall( enum search_status (* first_next)(struct device_se…
595 static enum search_status PossiblyLockedBusCall( enum search_status (* first_next)(struct device_se… in PossiblyLockedBusCall()
602 ret = first_next(ds, pn) ; in PossiblyLockedBusCall()
605 ret = first_next(ds, pn) ; in PossiblyLockedBusCall()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_device.cpp211 const void* first_next = &features2; in Create() local
398 first_next = &diagnostics_nv; in Create()
401 logical = vk::Device::Create(physical, queue_cis, extensions, first_next, dld); in Create()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbimtx.cpp2272 TRWLockHolderRef first_next; in x_ReleaseLock() local
2287 first_next = m_LockWaits.front(); in x_ReleaseLock()
2289 ERWLockType next_type = first_next->m_Type; in x_ReleaseLock()
2290 first_next->m_LockAcquired = true; in x_ReleaseLock()
2317 if (first_next.NotNull()) { in x_ReleaseLock()
2318 first_next->x_OnLockAcquired(); in x_ReleaseLock()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbimtx.cpp2272 TRWLockHolderRef first_next; in x_ReleaseLock() local
2287 first_next = m_LockWaits.front(); in x_ReleaseLock()
2289 ERWLockType next_type = first_next->m_Type; in x_ReleaseLock()
2290 first_next->m_LockAcquired = true; in x_ReleaseLock()
2317 if (first_next.NotNull()) { in x_ReleaseLock()
2318 first_next->x_OnLockAcquired(); in x_ReleaseLock()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dwindow.cc94 static void append_to_back(ORDER **first_next, ORDER *column) { in append_to_back() argument
95 ORDER **prev_next = first_next; in append_to_back()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/mnesia/test/
H A Dmnesia_isolation_test.erl50 rr_kill_copy/1, foldl/1, first_next/1]).
97 {iteration, [], [foldl, first_next]}].
2272 first_next(doc) -> [""]; function
2273 first_next(suite) -> []; function
2274 first_next(Config) when is_list(Config) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dets.erl1472 first_next ->
1564 {traverse, first_next} ->
1565 {ok, first_next};
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dets.erl1472 first_next ->
1564 {traverse, first_next} ->
1565 {ok, first_next};
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dets.erl1472 first_next ->
1564 {traverse, first_next} ->
1565 {ok, first_next};
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dets.erl1472 first_next ->
1564 {traverse, first_next} ->
1565 {ok, first_next};
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dets.erl1491 first_next ->
1583 {traverse, first_next} ->
1584 {ok, first_next};
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dets.erl1489 first_next ->
1581 {traverse, first_next} ->
1582 {ok, first_next};
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dets.erl1489 first_next ->
1581 {traverse, first_next} ->
1582 {ok, first_next};

12