Home
last modified time | relevance | path

Searched refs:last_ref (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/mail/vqadmin/vqadmin-2.3.6/
H A Dalphabetize.c160 last_ref=merged; in alpha_merge()
164 last_ref->next=list1; in alpha_merge()
165 list1->prev=last_ref; in alpha_merge()
166 last_ref=list1; in alpha_merge()
170 last_ref->next=list2; in alpha_merge()
171 list2->prev=last_ref; in alpha_merge()
172 last_ref=list2; in alpha_merge()
178 last_ref->next=list1; in alpha_merge()
179 list1->prev=last_ref; in alpha_merge()
182 last_ref->next=list2; in alpha_merge()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/T7053059/
H A DDoubleCastTest.java65 int last_ref = 0; in check() local
70 (!(last_is_cast && last_ref == i.getUnsignedShort(1)), in check()
73 last_ref = i.getUnsignedShort(1); in check()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/T7053059/
H A DDoubleCastTest.java65 int last_ref = 0; in check() local
70 (!(last_is_cast && last_ref == i.getUnsignedShort(1)), in check()
73 last_ref = i.getUnsignedShort(1); in check()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/T7053059/
H A DDoubleCastTest.java65 int last_ref = 0; in check() local
70 (!(last_is_cast && last_ref == i.getUnsignedShort(1)), in check()
73 last_ref = i.getUnsignedShort(1); in check()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/T7053059/
H A DDoubleCastTest.java65 int last_ref = 0; in check() local
70 (!(last_is_cast && last_ref == i.getUnsignedShort(1)), in check()
73 last_ref = i.getUnsignedShort(1); in check()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/T7053059/
H A DDoubleCastTest.java65 int last_ref = 0;
70 (!(last_is_cast && last_ref == i.getUnsignedShort(1)),
73 last_ref = i.getUnsignedShort(1);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/T7053059/
H A DDoubleCastTest.java65 int last_ref = 0; in check() local
70 (!(last_is_cast && last_ref == i.getUnsignedShort(1)), in check()
73 last_ref = i.getUnsignedShort(1); in check()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/T7053059/
H A DDoubleCastTest.java65 int last_ref = 0; in check() local
70 (!(last_is_cast && last_ref == i.getUnsignedShort(1)), in check()
73 last_ref = i.getUnsignedShort(1); in check()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/T7053059/
H A DDoubleCastTest.java65 int last_ref = 0; in check() local
70 (!(last_is_cast && last_ref == i.getUnsignedShort(1)), in check()
73 last_ref = i.getUnsignedShort(1); in check()
/dports/devel/brz/breezy-3.2.0/breezy/plugins/fastimport/
H A Dbranch_updater.py31 def __init__(self, repo, branch, cache_mgr, heads_by_ref, last_ref, tags): argument
42 self.last_ref = last_ref
138 return self.last_ref
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapiencoder_vp8.c69 GstVaapiSurfaceProxy *last_ref; member
191 clear_ref (encoder, &encoder->last_ref); in clear_references()
199 if (encoder->last_ref == NULL) { in push_reference()
205 encoder->golden_ref = encoder->last_ref; in push_reference()
207 encoder->last_ref = ref; in push_reference()
316 GST_VAAPI_SURFACE_PROXY_SURFACE_ID (encoder->last_ref); in fill_picture()
519 encoder->last_ref = NULL; in gst_vaapi_encoder_vp8_init()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/modules/
H A Dpaged_results.c64 struct message_store *last_ref; member
206 ac->store->first_ref = ac->store->last_ref = talloc(ac->store, struct message_store); in paged_search_callback()
208 ac->store->last_ref->next = talloc(ac->store, struct message_store); in paged_search_callback()
209 ac->store->last_ref = ac->store->last_ref->next; in paged_search_callback()
211 if (ac->store->last_ref == NULL) { in paged_search_callback()
215 ac->store->last_ref->r = talloc_steal(ac->store->last, ares); in paged_search_callback()
216 ac->store->last_ref->next = NULL; in paged_search_callback()
/dports/biology/vt/vt-0.57721/lib/htslib/test/
H A Dtest_realn.c26 int c, res, last_ref = -1, ref_len = 0; in main() local
90 if (last_ref != rec->core.tid && rec->core.tid >= 0) { in main()
99 last_ref = rec->core.tid; in main()
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/test/
H A Dtest_realn.c53 int c, res, last_ref = -1, ref_len = 0; in main() local
117 if (last_ref != rec->core.tid && rec->core.tid >= 0) { in main()
126 last_ref = rec->core.tid; in main()
/dports/biology/htslib/htslib-1.14/test/
H A Dtest_realn.c53 int c, res, last_ref = -1, ref_len = 0; in main() local
117 if (last_ref != rec->core.tid && rec->core.tid >= 0) { in main()
126 last_ref = rec->core.tid; in main()
/dports/biology/py-pysam/pysam-0.18.0/samtools/
H A Dbam2depth.c64 int last_ref; member
177 if (!b || b->core.tid != dh->last_ref) { in add_depth()
179 if (dh->last_ref >= 0) { in add_depth()
211 sam_hdr_tid2name(h, dh->last_ref), in add_depth()
212 i, sam_hdr_tid2len(h, dh->last_ref)); in add_depth()
219 int lr = dh->last_ref < 0 ? 0 : dh->last_ref+1; in add_depth()
229 if (opt->all_pos && opt->reg && dh->last_ref < 0) in add_depth()
242 dh->last_ref = b->core.tid; in add_depth()
291 if (b->core.tid < dh->last_ref || in add_depth()
292 (dh->last_ref == b->core.tid && end_pos < dh->last_output)) { in add_depth()
[all …]
H A Dbam2depth.c.pysam.c66 int last_ref; member
179 if (!b || b->core.tid != dh->last_ref) { in add_depth()
181 if (dh->last_ref >= 0) { in add_depth()
213 sam_hdr_tid2name(h, dh->last_ref), in add_depth()
214 i, sam_hdr_tid2len(h, dh->last_ref)); in add_depth()
221 int lr = dh->last_ref < 0 ? 0 : dh->last_ref+1; in add_depth()
231 if (opt->all_pos && opt->reg && dh->last_ref < 0) in add_depth()
244 dh->last_ref = b->core.tid; in add_depth()
293 if (b->core.tid < dh->last_ref || in add_depth()
294 (dh->last_ref == b->core.tid && end_pos < dh->last_output)) { in add_depth()
[all …]
/dports/biology/samtools/samtools-1.14/
H A Dbam2depth.c64 int last_ref; member
177 if (!b || b->core.tid != dh->last_ref) { in add_depth()
179 if (dh->last_ref >= 0) { in add_depth()
211 sam_hdr_tid2name(h, dh->last_ref), in add_depth()
212 i, sam_hdr_tid2len(h, dh->last_ref)); in add_depth()
219 int lr = dh->last_ref < 0 ? 0 : dh->last_ref+1; in add_depth()
229 if (opt->all_pos && opt->reg && dh->last_ref < 0) in add_depth()
242 dh->last_ref = b->core.tid; in add_depth()
291 if (b->core.tid < dh->last_ref || in add_depth()
292 (dh->last_ref == b->core.tid && end_pos < dh->last_output)) { in add_depth()
[all …]
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-resources.c138 dbus_bool_t last_ref = FALSE; in _dbus_counter_unref() local
145 last_ref = (counter->refcount == 0); in _dbus_counter_unref()
149 if (last_ref) in _dbus_counter_unref()
/dports/devel/py-fastimport/fastimport-0.9.14/fastimport/
H A Dreftracker.py27 self.last_ref = None
67 self.last_ref = cmd_ref
/dports/audio/codec2/codec2-1.0.3/stm32/unittest/lib/octave/
H A Dofdm_demod_check.m18 last_ref = find(sums_ref, 1, 'last'); variable
21 last_all = max(last_ref, last_dut);
/dports/devel/boost-docs/boost_1_72_0/libs/range/test/algorithm_ext_test/
H A Derase.cpp36 iterator_t last_ref = reference.end(); in test_erase_impl() local
40 reference.erase(first_ref, last_ref); in test_erase_impl()
/dports/devel/boost-python-libs/boost_1_72_0/libs/range/test/algorithm_ext_test/
H A Derase.cpp36 iterator_t last_ref = reference.end(); in test_erase_impl() local
40 reference.erase(first_ref, last_ref); in test_erase_impl()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/range/test/algorithm_ext_test/
H A Derase.cpp36 iterator_t last_ref = reference.end(); in test_erase_impl() local
40 reference.erase(first_ref, last_ref); in test_erase_impl()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/range/test/algorithm_ext_test/
H A Derase.cpp36 iterator_t last_ref = reference.end(); in test_erase_impl() local
40 reference.erase(first_ref, last_ref); in test_erase_impl()

1234567891011