Home
last modified time | relevance | path

Searched refs:first_entry (Results 1 – 25 of 872) sorted by relevance

12345678910>>...35

/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DcIntegratedScheduleNode.cc33 int next_check = first_entry; in OK()
57 if (first_entry == -1 || item_id < first_entry) { in Insert()
58 active_array[item_id] = first_entry; in Insert()
59 first_entry = item_id; in Insert()
86 if (first_entry == item_id) { in Remove()
87 first_entry = active_array[item_id]; in Remove()
132 if (active_entry == -1) active_entry = first_entry; in GetNextID()
/dports/games/tuxmath/t4k_common-0.1.1/src/
H A Dt4k_menu.c70 int first_entry; member
209 new_node->first_entry = 0; in create_empty_node()
477 if(menu->first_entry > 0) in T4K_RunMenu()
542 && menu->first_entry > 0) in T4K_RunMenu()
593 else if (menu->first_entry > 0) in T4K_RunMenu()
634 && menu->first_entry > 0) in T4K_RunMenu()
698 if (menu->first_entry > 0) in T4K_RunMenu()
725 else if (menu->first_entry > 0) in T4K_RunMenu()
761 else if (menu->first_entry > 0) in T4K_RunMenu()
948 menu->first_entry = 0; in T4K_RunMenu()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sqlite_proto/
H A Dkey_value_data_unittest.cc110 TestProto first_entry, second_entry; in TEST_F() local
111 first_entry.set_value(1); in TEST_F()
114 data_.UpdateData("a", first_entry); in TEST_F()
119 EXPECT_THAT(result, EqualsProto(first_entry)); in TEST_F()
129 TestProto first_entry, second_entry; in TEST_F() local
130 first_entry.set_value(1); in TEST_F()
133 data_.UpdateData("a", first_entry); in TEST_F()
141 EXPECT_THAT(result, EqualsProto(first_entry)); in TEST_F()
145 TestProto first_entry, second_entry; in TEST_F() local
146 first_entry.set_value(1); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sqlite_proto/
H A Dkey_value_data_unittest.cc110 TestProto first_entry, second_entry; in TEST_F() local
111 first_entry.set_value(1); in TEST_F()
114 data_.UpdateData("a", first_entry); in TEST_F()
119 EXPECT_THAT(result, EqualsProto(first_entry)); in TEST_F()
129 TestProto first_entry, second_entry; in TEST_F() local
130 first_entry.set_value(1); in TEST_F()
133 data_.UpdateData("a", first_entry); in TEST_F()
141 EXPECT_THAT(result, EqualsProto(first_entry)); in TEST_F()
145 TestProto first_entry, second_entry; in TEST_F() local
146 first_entry.set_value(1); in TEST_F()
[all …]
/dports/sysutils/dupd/dupd-1.7/src/
H A Dpaths.c301 head->last_entry = first_entry;
317 first_entry->fd = 0;
318 first_entry->dir = dir_entry;
319 first_entry->blocks = NULL;
320 first_entry->hash_ctx = NULL;
321 first_entry->file_pos = 0;
322 first_entry->next_read_byte = 0;
325 first_entry->next = NULL;
326 first_entry->buffer = NULL;
327 first_entry->bufsize = 0;
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/runtime/src/
H A Djit_int.rs27 first_entry: *mut JITCodeEntry, field
36 first_entry: ptr::null_mut(),
107 (*entry).next_entry = __jit_debug_descriptor.first_entry; in register_gdb_jit_image()
108 if !__jit_debug_descriptor.first_entry.is_null() { in register_gdb_jit_image()
109 (*__jit_debug_descriptor.first_entry).prev_entry = entry; in register_gdb_jit_image()
111 __jit_debug_descriptor.first_entry = entry; in register_gdb_jit_image()
129 __jit_debug_descriptor.first_entry = (*entry).next_entry; in unregister_gdb_jit_image()
/dports/dns/yadifa/yadifa-2.5.3-10333/test/journal-from-ixfr/
H A Dmain.c75 resource_record first_entry; in journal_generator() local
77 resource_record_init(&first_entry); in journal_generator()
79 if(FAIL(ret = zone_reader_read_record(&zr, &first_entry))) in journal_generator()
84 if(first_entry.type != TYPE_SOA) in journal_generator()
102 rr_soa_get_serial(first_entry.rdata, first_entry.rdata_size, &serial_to); in journal_generator()
126 if(!resource_record_equals(&entry, &first_entry)) in journal_generator()
/dports/security/ckpass/ckpass-0.2/
H A Dckpass.c53 int first_entry = 0; in main() local
102 draw_entries(db, highlighted_group, first_entry, highlighted_entry, FALSE, FALSE); in main()
139 first_entry = 0; in main()
144 draw_entries(db, selected_group, first_entry, highlighted_entry, TRUE, FALSE); in main()
160 first_entry = 0; in main()
192 if(highlighted_entry == first_entry) first_entry--; in main()
195 draw_entries(db, selected_group, first_entry, highlighted_entry, TRUE, FALSE); in main()
200 if(highlighted_entry == first_entry + max_y - 1) first_entry++; in main()
204 draw_entries(db, selected_group, first_entry, highlighted_entry, TRUE, FALSE); in main()
208 first_entry = 0; in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/
H A Ddistilled_content_store_unittest.cc120 const ArticleEntry first_entry = in TEST_F() local
124 CreateDistilledArticleForEntry(first_entry); in TEST_F()
125 store_->SaveContent(first_entry, first_stored_proto, in TEST_F()
157 store_->LoadContent(first_entry, in TEST_F()
176 const ArticleEntry first_entry = in TEST_F() local
180 CreateDistilledArticleForEntry(first_entry); in TEST_F()
181 store_->SaveContent(first_entry, first_stored_proto, in TEST_F()
216 store_->LoadContent(first_entry, in TEST_F()
298 const ArticleEntry first_entry = in TEST_F() local
302 CreateDistilledArticleForEntry(first_entry); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/
H A Ddistilled_content_store_unittest.cc120 const ArticleEntry first_entry = in TEST_F() local
124 CreateDistilledArticleForEntry(first_entry); in TEST_F()
125 store_->SaveContent(first_entry, first_stored_proto, in TEST_F()
157 store_->LoadContent(first_entry, in TEST_F()
176 const ArticleEntry first_entry = in TEST_F() local
180 CreateDistilledArticleForEntry(first_entry); in TEST_F()
181 store_->SaveContent(first_entry, first_stored_proto, in TEST_F()
216 store_->LoadContent(first_entry, in TEST_F()
298 const ArticleEntry first_entry = in TEST_F() local
302 CreateDistilledArticleForEntry(first_entry); in TEST_F()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dlogger.rb14 first_entry = BacktraceEntry.parse(first_raw_entry)
15 file = first_entry.file
16 line = first_entry.line
17 method = first_entry.method
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dlogger.rb14 first_entry = BacktraceEntry.parse(first_raw_entry)
15 file = first_entry.file
16 line = first_entry.line
17 method = first_entry.method
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dlogger.rb14 first_entry = BacktraceEntry.parse(first_raw_entry)
15 file = first_entry.file
16 line = first_entry.line
17 method = first_entry.method
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dlogger.rb14 first_entry = BacktraceEntry.parse(first_raw_entry)
15 file = first_entry.file
16 line = first_entry.line
17 method = first_entry.method
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dlogger.rb14 first_entry = BacktraceEntry.parse(first_raw_entry)
15 file = first_entry.file
16 line = first_entry.line
17 method = first_entry.method
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dlogger.rb14 first_entry = BacktraceEntry.parse(first_raw_entry)
15 file = first_entry.file
16 line = first_entry.line
17 method = first_entry.method
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_gdb.c45 struct _zend_gdbjit_code_entry *first_entry; member
72 entry->next_entry = __jit_debug_descriptor.first_entry; in zend_gdb_register_code()
77 __jit_debug_descriptor.first_entry = entry; in zend_gdb_register_code()
92 while ((entry = __jit_debug_descriptor.first_entry)) { in zend_gdb_unregister_all()
93 __jit_debug_descriptor.first_entry = entry->next_entry; in zend_gdb_unregister_all()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_gdb.c45 struct _zend_gdbjit_code_entry *first_entry; member
72 entry->next_entry = __jit_debug_descriptor.first_entry; in zend_gdb_register_code()
77 __jit_debug_descriptor.first_entry = entry; in zend_gdb_register_code()
92 while ((entry = __jit_debug_descriptor.first_entry)) { in zend_gdb_unregister_all()
93 __jit_debug_descriptor.first_entry = entry->next_entry; in zend_gdb_unregister_all()
/dports/net/samba412/samba-4.12.15/source4/torture/ndr/
H A Datsvc.c40 torture_assert(tctx, r->in.ctr->first_entry == NULL, "ctr entries first_entry"); in jobenum_in_check()
85 torture_assert(tctx, r->out.ctr->first_entry != NULL, "first entry"); in jobenum_out_check()
86 torture_assert_int_equal(tctx, r->out.ctr->first_entry[0].job_id, 1, "job id"); in jobenum_out_check()
87 torture_assert_int_equal(tctx, r->out.ctr->first_entry[0].job_time, 84600000, "job time"); in jobenum_out_check()
88 torture_assert_int_equal(tctx, r->out.ctr->first_entry[0].days_of_week, 0x2, "days of week"); in jobenum_out_check()
89 torture_assert_int_equal(tctx, r->out.ctr->first_entry[0].flags, 0x13, "flags"); in jobenum_out_check()
90 torture_assert_str_equal(tctx, r->out.ctr->first_entry[0].command, "foo.exe", "command"); in jobenum_out_check()
/dports/www/ilias/ILIAS-5.4.25/Services/Utilities/classes/
H A Dclass.ilCSVWriter.php46 private $first_entry = true; variable in ilCSVWriter
91 $this->first_entry = true;
114 if (!$this->first_entry) {
120 $this->first_entry = false;
/dports/www/ilias6/ILIAS-6.14/Services/Utilities/classes/
H A Dclass.ilCSVWriter.php46 private $first_entry = true; variable in ilCSVWriter
91 $this->first_entry = true;
114 if (!$this->first_entry) {
120 $this->first_entry = false;
/dports/games/avp/avp-20170505/src/win95/
H A Dmishchnk.cpp95 SetFilePointer(rif_file,obhead.first_entry() + 12,0,FILE_BEGIN); in FORCE_CHUNK_INCLUDE_IMPLEMENT()
614 shplist.add_entry((Shape_Chunk *)child_lists.first_entry()); in post_input_processing()
621 objlist.add_entry((Object_Chunk *)child_lists.first_entry()); in post_input_processing()
864 sprch = (AllSprites_Chunk *)sprchlst.first_entry(); in check_file()
930 SetFilePointer (rif_file,edfptrs.first_entry(),0,FILE_BEGIN); in check_file()
1197 sprch = (AllSprites_Chunk *)sprfptrs.first_entry(); in update_file()
1223 enumch = (Enum_Chunk *)enumfptrs.first_entry(); in update_file()
1497 return e_list.first_entry(); in get_env_data()
1837 shplist.add_entry((Shape_Chunk *)child_lists.first_entry()); in post_input_processing()
1845 objlist.add_entry((Object_Chunk *)child_lists.first_entry()); in post_input_processing()
[all …]
/dports/textproc/p5-XML-Atom/XML-Atom-0.43/lib/XML/Atom/
H A DFeed.pm117 my ($first_entry) =
119 if ($opt->{mode} && $opt->{mode} eq 'insert' && $first_entry) {
120 $feed->elem->insertBefore($entry->elem, $first_entry);
131 my $first_entry = $set ? ($set->get_nodelist)[0] : undef;
132 if ($opt->{mode} && $opt->{mode} eq 'insert' && $first_entry) {
133 $feed->elem->insertBefore($entry->elem, $first_entry);
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_gdb.c50 struct _zend_gdbjit_code_entry *first_entry; member
77 entry->next_entry = __jit_debug_descriptor.first_entry; in zend_gdb_register_code()
82 __jit_debug_descriptor.first_entry = entry; in zend_gdb_register_code()
97 while ((entry = __jit_debug_descriptor.first_entry)) { in zend_gdb_unregister_all()
98 __jit_debug_descriptor.first_entry = entry->next_entry; in zend_gdb_unregister_all()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_gdb.c50 struct _zend_gdbjit_code_entry *first_entry; member
77 entry->next_entry = __jit_debug_descriptor.first_entry; in zend_gdb_register_code()
82 __jit_debug_descriptor.first_entry = entry; in zend_gdb_register_code()
97 while ((entry = __jit_debug_descriptor.first_entry)) { in zend_gdb_unregister_all()
98 __jit_debug_descriptor.first_entry = entry->next_entry; in zend_gdb_unregister_all()

12345678910>>...35