Home
last modified time | relevance | path

Searched refs:id_max (Results 1 – 25 of 112) sorted by relevance

12345

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/product_email_template/tests/
H A Dtest_account_move.py22 id_max = self.env['mail.message'].search([], order='id desc', limit=1)
23 if id_max:
24 id_max = id_max[0].id
26 id_max = 0
38 …message_sent = self.env['mail.message'].search([('id', '>', id_max), ('subject', '=', 'YOUR PRODUC…
46 id_max = self.env['mail.message'].search([], order='id desc', limit=1)
47 if id_max:
48 id_max = id_max[0].id
50 id_max = 0
68 …message_sent = self.env['mail.message'].search([('id', '>', id_max), ('subject', '=', 'YOUR PRODUC…
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmintervals.h69 : bv_(0), interval_(bm::id_max, bm::id_max), gap_ptr_(0) in interval_enumerator()
76 : bv_(&bv), interval_(bm::id_max, bm::id_max), gap_ptr_(0) in interval_enumerator()
90 : bv_(&bv), interval_(bm::id_max, bm::id_max), gap_ptr_(0) in interval_enumerator()
99 : bv_(ien.bv_), interval_(bm::id_max, bm::id_max), gap_ptr_(0) in interval_enumerator()
116 : bv_(0), interval_(bm::id_max, bm::id_max), gap_ptr_(0) in interval_enumerator()
261 if (left == bm::id_max) // out of range in is_interval()
263 if (right == bm::id_max) in is_interval()
444 if (from == bm::id_max) in find_interval_end()
450 if (from == bm::id_max-1) in find_interval_end()
570 return (interval_.first != bm::id_max); in valid()
[all …]
H A Dbm.h423 size_type new_size = (n == bm::id_max) ? bm::id_max : n + 1;
960 size_(bm::id_max) in bvector()
1007 size_type new_size = (n == bm::id_max) ? bm::id_max : n + 1;
2234 size_type new_size = (right == bm::id_max) ? bm::id_max : right + 1; in set_range()
2749 BM_ASSERT(left < bm::id_max && right < bm::id_max); in count_range()
2858 BM_ASSERT(left < bm::id_max && right < bm::id_max); in is_all_one_range()
2931 BM_ASSERT(left < bm::id_max && right < bm::id_max); in any_range()
3693 size_type new_size = (n == bm::id_max) ? bm::id_max : n + 1; in set_bit_conditional()
3723 size_type new_size = (n == bm::id_max) ? bm::id_max : n + 1; in set_bit()
4063 if (from == bm::id_max) in find()
[all …]
H A Dbmsparsevec_compr.h187 void invalidate() BMNOEXCEPT { pos_ = bm::id_max; } in invalidate()
304 size_type bv_max_size = bm::id_max,
594 { return const_iterator(this, bm::id_max); } in end()
1401 if ((bm::id_max - size) <= idx_from) in decode()
1402 size = bm::id_max - idx_from; in decode()
1459 if ((bm::id_max - size) <= idx_from) in decode_buf()
1460 size = bm::id_max - idx_from; in decode_buf()
1668 : csv_(0), pos_(bm::id_max), buf_ptr_(0) in const_iterator()
1688 pos_ = csv_->empty() ? bm::id_max : 0u; in const_iterator()
1708 pos_ = (!csv_ || pos >= csv_->size()) ? bm::id_max : pos; in go_to()
[all …]
H A Dbmconst.h103 const unsigned long long id_max = bm::id_max48; variable
108 const unsigned id_max = bm::id_max32; variable
H A Dbmsparsevec.h210 bool valid() const BMNOEXCEPT { return pos_ != bm::id_max; } in valid()
213 void invalidate() BMNOEXCEPT { pos_ = bm::id_max; } in invalidate()
364 size_type bv_max_size = bm::id_max,
484 { return const_iterator(this, bm::id_max); } in end()
1496 BM_ASSERT(i < bm::id_max); in get()
1558 BM_ASSERT(bm::id_max - count > this->size_); in push_back_null()
1982 : sv_(0), pos_(bm::id_max), buf_ptr_(0) in const_iterator()
2002 pos_ = sv_->empty() ? bm::id_max : 0u; in const_iterator()
2022 pos_ = (!sv_ || pos >= sv_->size()) ? bm::id_max : pos; in go_to()
2031 if (pos_ == bm::id_max) // nothing to do, we are at the end in advance()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmintervals.h69 : bv_(0), interval_(bm::id_max, bm::id_max), gap_ptr_(0) in interval_enumerator()
76 : bv_(&bv), interval_(bm::id_max, bm::id_max), gap_ptr_(0) in interval_enumerator()
90 : bv_(&bv), interval_(bm::id_max, bm::id_max), gap_ptr_(0) in interval_enumerator()
99 : bv_(ien.bv_), interval_(bm::id_max, bm::id_max), gap_ptr_(0) in interval_enumerator()
116 : bv_(0), interval_(bm::id_max, bm::id_max), gap_ptr_(0) in interval_enumerator()
261 if (left == bm::id_max) // out of range in is_interval()
263 if (right == bm::id_max) in is_interval()
444 if (from == bm::id_max) in find_interval_end()
450 if (from == bm::id_max-1) in find_interval_end()
570 return (interval_.first != bm::id_max); in valid()
[all …]
H A Dbm.h423 size_type new_size = (n == bm::id_max) ? bm::id_max : n + 1;
960 size_(bm::id_max) in bvector()
1007 size_type new_size = (n == bm::id_max) ? bm::id_max : n + 1;
2234 size_type new_size = (right == bm::id_max) ? bm::id_max : right + 1; in set_range()
2749 BM_ASSERT(left < bm::id_max && right < bm::id_max); in count_range()
2858 BM_ASSERT(left < bm::id_max && right < bm::id_max); in is_all_one_range()
2931 BM_ASSERT(left < bm::id_max && right < bm::id_max); in any_range()
3693 size_type new_size = (n == bm::id_max) ? bm::id_max : n + 1; in set_bit_conditional()
3723 size_type new_size = (n == bm::id_max) ? bm::id_max : n + 1; in set_bit()
4063 if (from == bm::id_max) in find()
[all …]
H A Dbmsparsevec_compr.h187 void invalidate() BMNOEXCEPT { pos_ = bm::id_max; } in invalidate()
304 size_type bv_max_size = bm::id_max,
594 { return const_iterator(this, bm::id_max); } in end()
1401 if ((bm::id_max - size) <= idx_from) in decode()
1402 size = bm::id_max - idx_from; in decode()
1459 if ((bm::id_max - size) <= idx_from) in decode_buf()
1460 size = bm::id_max - idx_from; in decode_buf()
1668 : csv_(0), pos_(bm::id_max), buf_ptr_(0) in const_iterator()
1688 pos_ = csv_->empty() ? bm::id_max : 0u; in const_iterator()
1708 pos_ = (!csv_ || pos >= csv_->size()) ? bm::id_max : pos; in go_to()
[all …]
H A Dbmconst.h103 const unsigned long long id_max = bm::id_max48; variable
108 const unsigned id_max = bm::id_max32; variable
H A Dbmsparsevec.h210 bool valid() const BMNOEXCEPT { return pos_ != bm::id_max; } in valid()
213 void invalidate() BMNOEXCEPT { pos_ = bm::id_max; } in invalidate()
364 size_type bv_max_size = bm::id_max,
484 { return const_iterator(this, bm::id_max); } in end()
1496 BM_ASSERT(i < bm::id_max); in get()
1558 BM_ASSERT(bm::id_max - count > this->size_); in push_back_null()
1982 : sv_(0), pos_(bm::id_max), buf_ptr_(0) in const_iterator()
2002 pos_ = sv_->empty() ? bm::id_max : 0u; in const_iterator()
2022 pos_ = (!sv_ || pos >= sv_->size()) ? bm::id_max : pos; in go_to()
2031 if (pos_ == bm::id_max) // nothing to do, we are at the end in advance()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/cores/libretro-net-retropad/
H A Dnet_retropad_core.c44 #define DESC_NUM_IDS(desc) ((desc)->id_max - (desc)->id_min + 1)
47 port * ((desc)->index_max - (desc)->index_min + 1) * ((desc)->id_max - (desc)->id_min + 1) + \
48 index * ((desc)->id_max - (desc)->id_min + 1) + \
59 int id_max; member
95 .id_max = RETRO_DEVICE_ID_JOYPAD_R3
105 .id_max = RETRO_DEVICE_ID_ANALOG_Y
226 for (id = desc->id_min; id <= desc->id_max; id++) in retropad_update_input()
348 for (i = joypad.id_min; i <= joypad.id_max; i++) in NETRETROPAD_CORE_PREFIX()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dstress64.cpp534 bv.set_range(bm::id_max-65535, bm::id_max, true); in SetTest()
599 bv1.set(bm::id_max-1);bv2.set(bm::id_max-1); in SetTest()
600 bv1.set((bm::id_max-1)/2);bv2.set((bm::id_max-1)/2); in SetTest()
1670 bv.set_range(bm::id_max/2, bm::id_max/2 + 2); in IntervalEnumeratorTest()
1677 bv.set_range(bm::id_max-1, bm::id_max-1); in IntervalEnumeratorTest()
2102 bvect bv1 { bm::id_max - 100, bm::id_max - 1 }; in CountRangeTest()
2146 VerifyCountRange(bv1, bc_arr, bm::id_max-1, bm::id_max-1); in CountRangeTest()
6165 bvect bv { bm::id_max/2, bm::id_max/2+1 }; in BvectorInsertTest()
12950 sv.set(bm::id_max-1, bm::id_max-2); in TestSparseVectorTransform()
15139 bvect bv{ 10, 256, bm::id_max / 2, bm::id_max - 1 }; in KeepRangeTest()
[all …]
H A Dstress32.cpp14609 bv.set_range(bm::id_max/2, bm::id_max/2 + 2); in IntervalEnumeratorTest()
14616 bv.set_range(bm::id_max-1, bm::id_max-1); in IntervalEnumeratorTest()
15117 bv1.set(bm::id_max-1);bv2.set(bm::id_max-1); in SetTest()
15118 bv1.set((bm::id_max-1)/2);bv2.set((bm::id_max-1)/2); in SetTest()
17182 bvect bv1 { bm::id_max - 100, bm::id_max - 1 }; in CountRangeTest()
17288 …2, 31, 255, 65535, 65536, 65536*2, 65537, bm::id_max/2-2000, bm::id_max/2+2000, bm::id_max-1, b…
18019 bvect bv{ 10, 256, bm::id_max / 2, bm::id_max - 1 }; in KeepRangeTest()
21510 bvect bv_c { id_max/2, id_max/2+1 }; in TestSparseVectorAlgo()
21519 bvect bv_c { id_max/2, id_max/2+1 }; in TestSparseVectorAlgo()
28006 bv.set_range(bm::id_max-100, bm::id_max-1); in BvectorBitForEachTest()
[all …]
/dports/multimedia/ab25/ab25-0.2.5/src/
H A Db_cas_card.c45 int32_t id_max; member
187 prv->id_max = 16; in init_b_cas_card()
188 prv->pwc.data = (B_CAS_PWR_ON_CTRL *)(prv->id.data + prv->id_max); in init_b_cas_card()
269 if(num > prv->id_max){ in get_id_b_cas_card()
514 prv->id_max = 0; in teardown()
546 prv->id_max = max; in change_id_max()
547 prv->pwc.data = (B_CAS_PWR_ON_CTRL *)(prv->id.data + prv->id_max); in change_id_max()
573 m += (prv->id_max*sizeof(int64_t)); in change_pwc_max()
587 prv->pwc.data = (B_CAS_PWR_ON_CTRL *)(prv->id.data + prv->id_max); in change_pwc_max()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/tests/testdata/expected/
H A Djoin_by_location_summary_touches.gfs47 <Name>id_max</Name>
48 <ElementPath>id_max</ElementPath>
H A Djoin_by_location_summary_intersect.gfs47 <Name>id_max</Name>
48 <ElementPath>id_max</ElementPath>
H A Djoin_by_location_summary_intersect_discardnomatch.gfs47 <Name>id_max</Name>
48 <ElementPath>id_max</ElementPath>
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/tests/testdata/expected/
H A Djoin_by_location_summary_touches.gfs47 <Name>id_max</Name>
48 <ElementPath>id_max</ElementPath>
H A Djoin_by_location_summary_intersect.gfs47 <Name>id_max</Name>
48 <ElementPath>id_max</ElementPath>
H A Djoin_by_location_summary_intersect_discardnomatch.gfs47 <Name>id_max</Name>
48 <ElementPath>id_max</ElementPath>
/dports/net/tacacs/PROJECTS/tcprelay/
H A Daccepted.c82 if (id_max && ++id == id_max && !common_data.singleprocess) { in accepted_raw()
/dports/audio/libgpod/libgpod-0.8.3/src/
H A Ddb-artwork-writer.c866 write_mhfd (Itdb_DB *db, iPodBuffer *buffer, int id_max) in write_mhfd() argument
888 mhfd->next_id = get_gint32 (id_max, buffer->byte_order); in write_mhfd()
1146 int id_max; in ipod_write_artwork_db() local
1153 id_max = itdb_prepare_thumbnails (itdb); in ipod_write_artwork_db()
1177 bytes_written = write_mhfd (&db, buf, id_max); in ipod_write_artwork_db()
1200 int id_max; in ipod_write_photo_db() local
1223 id_max = itdb_get_max_photo_id( photodb ); in ipod_write_photo_db()
1224 bytes_written = write_mhfd (&db, buf, id_max+1); in ipod_write_photo_db()
/dports/audio/libgpod-sharp/libgpod-0.8.3/src/
H A Ddb-artwork-writer.c866 write_mhfd (Itdb_DB *db, iPodBuffer *buffer, int id_max) in write_mhfd() argument
888 mhfd->next_id = get_gint32 (id_max, buffer->byte_order); in write_mhfd()
1146 int id_max; in ipod_write_artwork_db() local
1153 id_max = itdb_prepare_thumbnails (itdb); in ipod_write_artwork_db()
1177 bytes_written = write_mhfd (&db, buf, id_max); in ipod_write_artwork_db()
1200 int id_max; in ipod_write_photo_db() local
1223 id_max = itdb_get_max_photo_id( photodb ); in ipod_write_photo_db()
1224 bytes_written = write_mhfd (&db, buf, id_max+1); in ipod_write_photo_db()
/dports/net/tacacs/PROJECTS/ftpd/
H A Daccept_control.c66 if (id_max && id == id_max && !common_data.singleprocess) { in accept_control_raw()

12345