Home
last modified time | relevance | path

Searched refs:lrefs (Results 1 – 23 of 23) sorted by relevance

/dports/java/sablevm/sablevm-1.13/src/libsablevm/
H A Dlocal_refs.c29 jint lrefs_count = lrefs[-1].jint; in _svmf_get_jni_frame_free_native_local_count()
37 lrefs = in _svmf_get_jni_frame_free_native_local_count()
42 if (*(lrefs[i].jobject) == NULL) in _svmf_get_jni_frame_free_native_local_count()
232 lrefs = in _svmf_ensure_native_local_capacity()
235 lrefs[-1].jint = new_lrefs_count; in _svmf_ensure_native_local_capacity()
238 lrefs = in _svmf_ensure_native_local_capacity()
243 lrefs = &lrefs[old_lrefs_count]; in _svmf_ensure_native_local_capacity()
304 lrefs = in _svmf_get_jni_frame_native_local()
311 return lrefs[i].jobject; in _svmf_get_jni_frame_native_local()
343 lrefs = in _svmf_get_jni_frame_native_local()
[all …]
H A Dnative.c786 lrefs[-1].jint = lrefs_count; in _svmf_invoke_native_static()
789 lrefs = in _svmf_invoke_native_static()
850 ptrs[1] = &lrefs[ref++]; in _svmf_invoke_native_static()
907 ptrs[i] = &lrefs[ref++]; in _svmf_invoke_native_static()
1265 (((char *) lrefs) - lrefs_size); in _svmf_invoke_native_static()
1269 if (lrefs[i].jobject !=NULL) in _svmf_invoke_native_static()
1333 lrefs[-1].jint = lrefs_count; in _svmf_invoke_native_nonstatic()
1336 lrefs = in _svmf_invoke_native_nonstatic()
1409 ptrs[1] = &lrefs[ref++]; in _svmf_invoke_native_nonstatic()
1466 ptrs[i] = &lrefs[ref++]; in _svmf_invoke_native_nonstatic()
[all …]
H A Dnative_interface.m4.c2222 lrefs = in DeleteLocalRef()
2228 if (lrefs[i].jobject == localRef) in DeleteLocalRef()
2230 *(lrefs[i].jobject) = NULL; in DeleteLocalRef()
3978 _svmt_stack_native_reference *lrefs; in PushLocalFrame() local
4000 lrefs = in PushLocalFrame()
4003 lrefs[-1].jint = lrefs_count; in PushLocalFrame()
4004 lrefs[-2].size_t = lrefs_size; in PushLocalFrame()
4006 lrefs = in PushLocalFrame()
4042 jint lrefs_count = lrefs[-1].jint; in PopLocalFrame()
4064 lrefs = in PopLocalFrame()
[all …]
H A Dthread.c135 _svmt_stack_native_reference *lrefs = in _svmf_stack_init() local
143 lrefs[-1].jint = lrefs_count; in _svmf_stack_init()
144 lrefs[-2].size_t = lrefs_size; in _svmf_stack_init()
146 lrefs = in _svmf_stack_init()
147 (_svmt_stack_native_reference *) (void *) (((char *) lrefs) - in _svmf_stack_init()
152 if (_svmm_new_native_local (env, lrefs[i].jobject) != JNI_OK) in _svmf_stack_init()
H A Dnative_interface.c23516 lrefs = in DeleteLocalRef()
23522 if (lrefs[i].jobject == localRef) in DeleteLocalRef()
23524 *(lrefs[i].jobject) = NULL; in DeleteLocalRef()
25272 _svmt_stack_native_reference *lrefs; in PushLocalFrame() local
25294 lrefs = in PushLocalFrame()
25297 lrefs[-1].jint = lrefs_count; in PushLocalFrame()
25298 lrefs[-2].size_t = lrefs_size; in PushLocalFrame()
25300 lrefs = in PushLocalFrame()
25336 jint lrefs_count = lrefs[-1].jint; in PopLocalFrame()
25358 lrefs = in PopLocalFrame()
[all …]
/dports/databases/p5-DBIx-Browse/DBIx-Browse-2.09/
H A DBrowse.pm43 $lrefs, $lalias, $debug);
56 $lrefs = $param->{linked_refs};
135 if ( ! $lrefs && $n_ltables ) {
137 my @lrefs = split( /,/, $ids, $n_ltables);
138 $lrefs[$n_ltables-1] =~ s/,$//;
139 $lrefs = \@lrefs;
141 elsif ( $lrefs && (
143 scalar(@$lrefs) != scalar(@{$self->{linked_fields}}))
147 $self->{linked_refs} = [map {lc($_)} @$lrefs];
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/copyright/agent_tests/Unit/
H A Dtest_accuracy.cc178 list<match> lng, lauth, lrefs; in testDataCheck() local
183 GetReferenceResults(fileName + "_raw", lrefs); in testDataCheck()
187 Display(out, tstream, lng, lrefs, "<code>", "</code>", "<code class=\"falsepos\">", "</code>"); in testDataCheck()
189 Display(out, tstream, lrefs, lng, "<code>", "</code>", "<code class=\"falseneg\">", "</code>"); in testDataCheck()
/dports/devel/py-pympler/Pympler-0.4.2/pympler/
H A Dclasstracker_stats.py280 lrefs = list(refs)
281 lrefs.sort(key=lambda x: x.size)
282 lrefs.reverse()
283 for ref in lrefs:
431 lrefs = list(refs)
432 lrefs.sort(key=lambda x: x.size)
433 lrefs.reverse()
436 for ref in lrefs:
/dports/audio/muse-sequencer/muse-4.0.0/src/libs/wave/
H A Dwave.h450 int lrefs; // logical references
468 int references() const { return lrefs; }
469 void incRefs() { ++lrefs; }
470 void decRefs() { --lrefs; }
H A Dwave.cpp1568 lrefs = 0;
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/check/libs/
H A Dtag.c937 gchar **lrefs, **l; in GST_START_TEST() local
991 lrefs = gst_tag_get_licenses (); in GST_START_TEST()
992 fail_unless (lrefs != NULL); in GST_START_TEST()
993 fail_unless (*lrefs != NULL); in GST_START_TEST()
995 GST_INFO ("%d licenses", g_strv_length (lrefs)); in GST_START_TEST()
996 fail_unless (g_strv_length (lrefs) >= 376); in GST_START_TEST()
1000 for (l = lrefs; l != NULL && *l != NULL; ++l) { in GST_START_TEST()
1077 fail_unless (g_strv_length (lrefs) >= g_strv_length (liblicense_refs)); in GST_START_TEST()
1109 g_strfreev (lrefs); in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/check/libs/
H A Dtag.c937 gchar **lrefs, **l; in GST_START_TEST() local
991 lrefs = gst_tag_get_licenses (); in GST_START_TEST()
992 fail_unless (lrefs != NULL); in GST_START_TEST()
993 fail_unless (*lrefs != NULL); in GST_START_TEST()
995 GST_INFO ("%d licenses", g_strv_length (lrefs)); in GST_START_TEST()
996 fail_unless (g_strv_length (lrefs) >= 376); in GST_START_TEST()
1000 for (l = lrefs; l != NULL && *l != NULL; ++l) { in GST_START_TEST()
1077 fail_unless (g_strv_length (lrefs) >= g_strv_length (liblicense_refs)); in GST_START_TEST()
1109 g_strfreev (lrefs); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/check/libs/
H A Dtag.c937 gchar **lrefs, **l; in GST_START_TEST() local
991 lrefs = gst_tag_get_licenses (); in GST_START_TEST()
992 fail_unless (lrefs != NULL); in GST_START_TEST()
993 fail_unless (*lrefs != NULL); in GST_START_TEST()
995 GST_INFO ("%d licenses", g_strv_length (lrefs)); in GST_START_TEST()
996 fail_unless (g_strv_length (lrefs) >= 376); in GST_START_TEST()
1000 for (l = lrefs; l != NULL && *l != NULL; ++l) { in GST_START_TEST()
1077 fail_unless (g_strv_length (lrefs) >= g_strv_length (liblicense_refs)); in GST_START_TEST()
1109 g_strfreev (lrefs); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/check/libs/
H A Dtag.c937 gchar **lrefs, **l; in GST_START_TEST() local
991 lrefs = gst_tag_get_licenses (); in GST_START_TEST()
992 fail_unless (lrefs != NULL); in GST_START_TEST()
993 fail_unless (*lrefs != NULL); in GST_START_TEST()
995 GST_INFO ("%d licenses", g_strv_length (lrefs)); in GST_START_TEST()
996 fail_unless (g_strv_length (lrefs) >= 376); in GST_START_TEST()
1000 for (l = lrefs; l != NULL && *l != NULL; ++l) { in GST_START_TEST()
1077 fail_unless (g_strv_length (lrefs) >= g_strv_length (liblicense_refs)); in GST_START_TEST()
1109 g_strfreev (lrefs); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/check/libs/
H A Dtag.c937 gchar **lrefs, **l; in GST_START_TEST() local
991 lrefs = gst_tag_get_licenses (); in GST_START_TEST()
992 fail_unless (lrefs != NULL); in GST_START_TEST()
993 fail_unless (*lrefs != NULL); in GST_START_TEST()
995 GST_INFO ("%d licenses", g_strv_length (lrefs)); in GST_START_TEST()
996 fail_unless (g_strv_length (lrefs) >= 376); in GST_START_TEST()
1000 for (l = lrefs; l != NULL && *l != NULL; ++l) { in GST_START_TEST()
1077 fail_unless (g_strv_length (lrefs) >= g_strv_length (liblicense_refs)); in GST_START_TEST()
1109 g_strfreev (lrefs); in GST_START_TEST()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/check/libs/
H A Dtag.c937 gchar **lrefs, **l; in GST_START_TEST() local
991 lrefs = gst_tag_get_licenses (); in GST_START_TEST()
992 fail_unless (lrefs != NULL); in GST_START_TEST()
993 fail_unless (*lrefs != NULL); in GST_START_TEST()
995 GST_INFO ("%d licenses", g_strv_length (lrefs)); in GST_START_TEST()
996 fail_unless (g_strv_length (lrefs) >= 376); in GST_START_TEST()
1000 for (l = lrefs; l != NULL && *l != NULL; ++l) { in GST_START_TEST()
1077 fail_unless (g_strv_length (lrefs) >= g_strv_length (liblicense_refs)); in GST_START_TEST()
1109 g_strfreev (lrefs); in GST_START_TEST()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/check/libs/
H A Dtag.c937 gchar **lrefs, **l; in GST_START_TEST() local
991 lrefs = gst_tag_get_licenses (); in GST_START_TEST()
992 fail_unless (lrefs != NULL); in GST_START_TEST()
993 fail_unless (*lrefs != NULL); in GST_START_TEST()
995 GST_INFO ("%d licenses", g_strv_length (lrefs)); in GST_START_TEST()
996 fail_unless (g_strv_length (lrefs) >= 376); in GST_START_TEST()
1000 for (l = lrefs; l != NULL && *l != NULL; ++l) { in GST_START_TEST()
1077 fail_unless (g_strv_length (lrefs) >= g_strv_length (liblicense_refs)); in GST_START_TEST()
1109 g_strfreev (lrefs); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/check/libs/
H A Dtag.c937 gchar **lrefs, **l; in GST_START_TEST() local
991 lrefs = gst_tag_get_licenses (); in GST_START_TEST()
992 fail_unless (lrefs != NULL); in GST_START_TEST()
993 fail_unless (*lrefs != NULL); in GST_START_TEST()
995 GST_INFO ("%d licenses", g_strv_length (lrefs)); in GST_START_TEST()
996 fail_unless (g_strv_length (lrefs) >= 376); in GST_START_TEST()
1000 for (l = lrefs; l != NULL && *l != NULL; ++l) { in GST_START_TEST()
1077 fail_unless (g_strv_length (lrefs) >= g_strv_length (liblicense_refs)); in GST_START_TEST()
1109 g_strfreev (lrefs); in GST_START_TEST()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/check/libs/
H A Dtag.c937 gchar **lrefs, **l; in GST_START_TEST() local
991 lrefs = gst_tag_get_licenses (); in GST_START_TEST()
992 fail_unless (lrefs != NULL); in GST_START_TEST()
993 fail_unless (*lrefs != NULL); in GST_START_TEST()
995 GST_INFO ("%d licenses", g_strv_length (lrefs)); in GST_START_TEST()
996 fail_unless (g_strv_length (lrefs) >= 376); in GST_START_TEST()
1000 for (l = lrefs; l != NULL && *l != NULL; ++l) { in GST_START_TEST()
1077 fail_unless (g_strv_length (lrefs) >= g_strv_length (liblicense_refs)); in GST_START_TEST()
1109 g_strfreev (lrefs); in GST_START_TEST()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/check/libs/
H A Dtag.c937 gchar **lrefs, **l; in GST_START_TEST() local
991 lrefs = gst_tag_get_licenses (); in GST_START_TEST()
992 fail_unless (lrefs != NULL); in GST_START_TEST()
993 fail_unless (*lrefs != NULL); in GST_START_TEST()
995 GST_INFO ("%d licenses", g_strv_length (lrefs)); in GST_START_TEST()
996 fail_unless (g_strv_length (lrefs) >= 376); in GST_START_TEST()
1000 for (l = lrefs; l != NULL && *l != NULL; ++l) { in GST_START_TEST()
1077 fail_unless (g_strv_length (lrefs) >= g_strv_length (liblicense_refs)); in GST_START_TEST()
1109 g_strfreev (lrefs); in GST_START_TEST()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dcode.c771 static const int lrefs[4][4] = { in Scm_CompiledCodeEmit() local
778 int insn = lrefs[arg0][arg1]; in Scm_CompiledCodeEmit()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-im.c1630 bitmap lrefs, alrefs, alrefso; in gather_mem_refs_in_loops() local
1646 lrefs = memory_accesses.refs_in_loop[loop->num]; in gather_mem_refs_in_loops()
1648 bitmap_ior_into (alrefs, lrefs); in gather_mem_refs_in_loops()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-im.c1705 bitmap lrefs, alrefs, alrefso; in gather_mem_refs_in_loops() local
1721 lrefs = memory_accesses.refs_in_loop[loop->num]; in gather_mem_refs_in_loops()
1723 bitmap_ior_into (alrefs, lrefs); in gather_mem_refs_in_loops()