Home
last modified time | relevance | path

Searched refs:get_entry_count (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmlookup.cpp360 vmg_ new_obj, get_bucket_count(), get_entry_count()); in create_copy()
977 new_entry_cnt = get_entry_count() + (get_entry_count() >> 1); in expand_if_needed()
978 if (new_entry_cnt < get_entry_count() + 16) in expand_if_needed()
979 new_entry_cnt = get_entry_count() + 16; in expand_if_needed()
1137 for (i = get_entry_count(), entry = get_ext()->idx_to_val(0) ; in getp_apply_all()
1212 for (i = get_entry_count(), entry = get_ext()->idx_to_val(0) ; in for_each_gen()
1279 for (cnt = 0, i = get_entry_count(), entry = get_ext()->idx_to_val(0) ; in getp_count_entries()
1336 for (cnt = 0, i = get_entry_count(), entry = get_ext()->idx_to_val(0) ; in make_list()
1653 if (entry > ltab->get_entry_count()) in find_first_valid_entry()
1660 for ( ; entry <= ltab->get_entry_count() ; ++entry) in find_first_valid_entry()
[all …]
H A Dtct3.h293 size_t get_entry_count() const { return exc_used_; } in get_entry_count() function
H A Dvmlookup.h436 uint get_entry_count() const { return get_ext()->value_cnt; } in get_entry_count() function
H A Dvmimgrb.cpp1536 for (i = get_entry_count(), entry = get_ext()->idx_to_val(0) ; in convert_to_const_data()
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dexif_entry.cpp58 inline static uint32_t get_entry_count(tiff_handle_t &tiff_handle, uint32_t ifd_entry_offset);
174 uint32_t zcount = get_entry_count(tiff_handle, ifd_entry_offset); in parse_entry()
1060 inline static uint32_t get_entry_count(tiff_handle_t &tiff_handle, uint32_t ifd_entry_offset) { in get_entry_count() function
1266 uint32_t count = get_entry_count(tiff_handle, ifd_entry_offset); in get_exif_byte()
1299 uint32_t count = get_entry_count(tiff_handle, ifd_entry_offset); in get_exif_ascii()
1330 uint32_t count = get_entry_count(tiff_handle, ifd_entry_offset); in get_exif_short()
1366 uint32_t count = get_entry_count(tiff_handle, ifd_entry_offset); in get_exif_long()
1401 uint32_t count = get_entry_count(tiff_handle, ifd_entry_offset); in get_exif_rational()
1438 uint32_t count = get_entry_count(tiff_handle, ifd_entry_offset); in get_exif_slong()
1469 uint32_t count = get_entry_count(tiff_handle, ifd_entry_offset); in get_exif_srational()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/flint/
H A Dflint_record.cc50 RETURN(get_entry_count()); in get_doccount()
H A Dflint_table.h541 flint_tablesize_t get_entry_count() const { in get_entry_count() function
/dports/net/libdmapsharing/libdmapsharing-2.9.41/libdmapsharing/
H A Ddmap-container-record.h75 guint64 (*get_entry_count) (DMAPContainerRecord * record); member
H A Ddmap-container-record.c92 get_entry_count (record); in dmap_container_record_get_entry_count()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/chert/
H A Dchert_record.cc59 chert_tablesize_t count = get_entry_count(); in get_doccount()
H A Dchert_table.h571 chert_tablesize_t get_entry_count() const { in get_entry_count() function
/dports/databases/xapian-core/xapian-core-1.4.18/backends/chert/
H A Dchert_record.cc58 chert_tablesize_t count = get_entry_count(); in get_doccount()
H A Dchert_check.cc464 if (B.check_item_count != B.get_entry_count()) { in check()
466 err += str(B.get_entry_count()); in check()
H A Dchert_dbcheck.cc650 if (table.get_entry_count() != doccount && in check_chert_table()
653 *out << "Document data entry count (" << table.get_entry_count() in check_chert_table()
H A Dchert_table.h623 chert_tablesize_t get_entry_count() const { in get_entry_count() function
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/brass/
H A Dbrass_record.cc59 brass_tablesize_t count = get_entry_count(); in get_doccount()
H A Dbrass_table.h564 brass_tablesize_t get_entry_count() const { in get_entry_count() function
/dports/net/libdmapsharing/libdmapsharing-2.9.41/tests/
H A Dtest-dmap-container-record.c114 dmap_container_record->get_entry_count = test_dmap_container_record_get_entry_count; in test_dmap_container_record_interface_init()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/daap/
H A Drb-daap-container-record.c163 dmap_container_record->get_entry_count = rb_daap_container_record_get_entry_count; in rb_daap_container_record_daap_iface_init()
/dports/databases/xapian-core/xapian-core-1.4.18/backends/glass/
H A Dglass_inverter.cc144 return changes != position_table.get_entry_count(); in has_positions()
H A Dglass_dbcheck.cc602 if (table->get_entry_count() > doccount) { in check_glass_table()
604 *out << "More document data (" << table->get_entry_count() in check_glass_table()
H A Dglass_table.h681 glass_tablesize_t get_entry_count() const { in get_entry_count() function
/dports/databases/xapian-core12/xapian-core-1.2.25/bin/
H A Dxapian-check-chert.cc576 if (table.get_entry_count() != doccount && in check_chert_table()
578 cout << "Document data entry count (" << table.get_entry_count() in check_chert_table()
/dports/databases/xapian-core/xapian-core-1.4.18/bin/
H A Dxapian-inspect.cc343 cout << "Table has " << table.get_entry_count() << " entries" << endl; in main()
/dports/net/libdmapsharing/libdmapsharing-2.9.41/vala/
H A Dlibdmapsharing-3.0.vapi249 public abstract uint64 get_entry_count (DAAP.DMAPContainerRecord record);
859 public abstract uint64 get_entry_count (DACP.DMAPContainerRecord record);
1416 public abstract uint64 get_entry_count ();
1976 public abstract uint64 get_entry_count (DPAP.DMAPContainerRecord record);

12