Home
last modified time | relevance | path

Searched refs:inlist (Results 1 – 25 of 1335) sorted by relevance

12345678910>>...54

/dports/audio/cmp3/cmp3-kenrevs/nevlib/
H A Dllist.c69 extern void ll_destroy(LLIST inlist) in ll_destroy() argument
71 llist_t *list = (llist_t*) inlist; in ll_destroy()
97 llist_t *list = (llist_t*) inlist; in ll_addfirst()
124 llist_t *list = (llist_t*) inlist; in ll_addlast()
149 llist_t *list = (llist_t*) inlist; in ll_addaftercur()
176 llist_t *list = (llist_t*) inlist; in ll_addbeforecur()
203 llist_t *list = (llist_t*) inlist; in ll_rmfirst()
230 llist_t *list = (llist_t*) inlist; in ll_rmlast()
258 llist_t *list = (llist_t*) inlist; in ll_rmcurr()
290 llist_t *list = (llist_t*) inlist; in ll_pop()
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/hdiff/
H A Dhdiff_dim.c77 unsigned inlist[2]; in diff_match_dim() local
110 inlist[0]=1; inlist[1]=1; in diff_match_dim()
120 inlist[0]=1; inlist[1]=0; in diff_match_dim()
128 inlist[0]=0; inlist[1]=1; in diff_match_dim()
145 inlist[0]=1; inlist[1]=0; in diff_match_dim()
158 inlist[0]=0; inlist[1]=1; in diff_match_dim()
203 inlist[0]=1; inlist[1]=1; in diff_match_dim()
213 inlist[0]=1; inlist[1]=0; in diff_match_dim()
221 inlist[0]=0; inlist[1]=1; in diff_match_dim()
238 inlist[0]=1; inlist[1]=0; in diff_match_dim()
[all …]
/dports/devel/efl/efl-1.25.1/src/examples/eina/
H A Deina_inlist_02.c18 Eina_Inlist *inlist = NULL; in main() local
28 inlist = eina_inlist_append(inlist, EINA_INLIST_GET(d)); in main()
33 printf("inlist=%p\n", inlist); in main()
34 EINA_INLIST_FOREACH(inlist, cur) in main()
41 printf("inlist count=%d\n", eina_inlist_count(inlist)); in main()
50 printf("inlist count=%d\n", eina_inlist_count(inlist)); in main()
55 while (inlist) in main()
57 struct my_struct *aux = EINA_INLIST_CONTAINER_GET(inlist, in main()
59 inlist = eina_inlist_remove(inlist, inlist); in main()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tools/
H A Dguess-mpidefs52 inlist="`${NWCHEM_MPIF_WRAP} -show`"
58 inlist="`${NWCHEM_MPIF_WRAP} -showme`"
73 for word in ${inlist} ; do
93 inlist="`${NWCHEM_MPIF_WRAP} -show`"
99 inlist="`${NWCHEM_MPIF_WRAP} -showme`"
114 for word in ${inlist} ; do
134 inlist="`${NWCHEM_MPIF_WRAP} -show`"
140 inlist="`${NWCHEM_MPIF_WRAP} -showme`"
155 for word in ${inlist} ; do
171 inlist="`${NWCHEM_MPIF_WRAP} -show`"
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tools/
H A Dguess-mpidefs52 inlist="`${NWCHEM_MPIF_WRAP} -show`"
58 inlist="`${NWCHEM_MPIF_WRAP} -showme`"
73 for word in ${inlist} ; do
93 inlist="`${NWCHEM_MPIF_WRAP} -show`"
99 inlist="`${NWCHEM_MPIF_WRAP} -showme`"
114 for word in ${inlist} ; do
134 inlist="`${NWCHEM_MPIF_WRAP} -show`"
140 inlist="`${NWCHEM_MPIF_WRAP} -showme`"
155 for word in ${inlist} ; do
171 inlist="`${NWCHEM_MPIF_WRAP} -show`"
[all …]
/dports/science/py-gpaw/gpaw-21.6.0/c/xc/
H A Dlibxc.c330 xcptrlist inlist,outlist; local
331 inlist.num=0;
344 inlist.num++;
355 inlist.num++;
365 inlist.num += 1;
430 for (int i=0; i<inlist.num; i++) inlist.p[i].p+=blocksize;
456 xcptrlist inlist,outlist; local
457 inlist.num=0;
475 inlist.num++;
488 inlist.num += 1;
[all …]
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/DataSource/
H A DList.pm48 my $inlist = Sympa::List->new($self->{listname}, $list->{'domain'},
50 $self->{listname} = $inlist->get_id if $inlist;
60 my $inlist = Sympa::List->new($self->{listname});
61 return undef unless $inlist;
68 $inlist, ($self->role eq 'member') ? 'recursive' : 0
82 return $inlist;
91 my $inlist = shift;
94 my $source_id = $inlist->get_id;
155 my $inlist = $self->__dsh;
159 ? $inlist->get_next_list_member
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
205 j = inlist[i]; in TAG()
239 if (pv != inlist[0]) { in TAG()
240 assert( inlist[0] >= VB->Count ); in TAG()
250 j = inlist[i]; in TAG()
301 if (pv != inlist[0]) { in TAG()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
205 j = inlist[i]; in TAG()
239 if (pv != inlist[0]) { in TAG()
240 assert( inlist[0] >= VB->Count ); in TAG()
250 j = inlist[i]; in TAG()
301 if (pv != inlist[0]) { in TAG()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
205 j = inlist[i]; in TAG()
239 if (pv != inlist[0]) { in TAG()
240 assert( inlist[0] >= VB->Count ); in TAG()
250 j = inlist[i]; in TAG()
301 if (pv != inlist[0]) { in TAG()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
205 j = inlist[i]; in TAG()
239 if (pv != inlist[0]) { in TAG()
240 assert( inlist[0] >= VB->Count ); in TAG()
250 j = inlist[i]; in TAG()
301 if (pv != inlist[0]) { in TAG()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
205 j = inlist[i]; in TAG()
239 if (pv != inlist[0]) { in TAG()
240 assert( inlist[0] >= VB->Count ); in TAG()
250 j = inlist[i]; in TAG()
301 if (pv != inlist[0]) { in TAG()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
205 j = inlist[i]; in TAG()
239 if (pv != inlist[0]) { in TAG()
240 assert( inlist[0] >= VB->Count ); in TAG()
250 j = inlist[i]; in TAG()
301 if (pv != inlist[0]) { in TAG()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
205 j = inlist[i]; in TAG()
239 if (pv != inlist[0]) { in TAG()
240 assert( inlist[0] >= VB->Count ); in TAG()
250 j = inlist[i]; in TAG()
301 if (pv != inlist[0]) { in TAG()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
205 j = inlist[i]; in TAG()
239 if (pv != inlist[0]) { in TAG()
240 assert( inlist[0] >= VB->Count ); in TAG()
250 j = inlist[i]; in TAG()
301 if (pv != inlist[0]) { in TAG()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
205 j = inlist[i]; in TAG()
239 if (pv != inlist[0]) { in TAG()
240 assert( inlist[0] >= VB->Count ); in TAG()
250 j = inlist[i]; in TAG()
301 if (pv != inlist[0]) { in TAG()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 GLuint idxPrev = inlist[0]; \
39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \
41 GLuint idx = inlist[i]; \
74 GLuint *tmp = inlist; \
75 inlist = outlist; \
205 j = inlist[i]; in TAG()
239 if (pv != inlist[0]) { in TAG()
240 assert( inlist[0] >= VB->Count ); in TAG()
250 j = inlist[i]; in TAG()
301 if (pv != inlist[0]) { in TAG()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dex_price.c104 bigpredge *inlist = (bigpredge *) NULL; local
154 if (!inlist || !node_pi || !node_piest) {
289 CC_IFFREE (inlist, bigpredge);
299 bigpredge *inlist;
331 inlist[*count].ends[0] = end0;
332 inlist[*count].ends[1] = end1;
333 inlist[*count].len = len;
349 bigpredge *inlist = (bigpredge *) NULL; local
548 adj[inlist[i].ends[0]].list[adj[inlist[i].ends[0]].deg].end =
550 adj[inlist[i].ends[0]].list[adj[inlist[i].ends[0]].deg].len =
[all …]
/dports/math/concorde/concorde/TSP/
H A Dex_price.c109 bigpredge *inlist = (bigpredge *) NULL; in CCtsp_exact_price() local
218 CCbigguy_bigguytod (inlist[i].rc), inlist[i].ends[0], in CCtsp_exact_price()
219 inlist[i].ends[1], inlist[i].len, in CCtsp_exact_price()
303 CC_IFFREE (inlist, bigpredge); in CCtsp_exact_price()
336 inlist[*count].ends[0] = end0; in add_to_inlist()
337 inlist[*count].ends[1] = end1; in add_to_inlist()
338 inlist[*count].len = len; in add_to_inlist()
349 bigpredge *inlist = (bigpredge *) NULL; in CCtsp_edge_elimination() local
555 adj[inlist[i].ends[0]].list[adj[inlist[i].ends[0]].deg].end = in CCtsp_edge_elimination()
557 adj[inlist[i].ends[0]].list[adj[inlist[i].ends[0]].deg].len = in CCtsp_edge_elimination()
[all …]
/dports/math/py-sympy/sympy-1.9/sympy/physics/vector/
H A Ddyadic.py23 def __init__(self, inlist): argument
37 if inlist == 0:
38 inlist = []
39 while len(inlist) != 0:
45 inlist[0][1], inlist[0][2])
46 inlist.remove(inlist[0])
51 inlist.remove(inlist[0])
536 for inlist in self.args:
537 new_inlist = list(inlist)
582 for inlist in self.args:
[all …]
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx_extras/
H A Dpstat.py412 for item in inlist:
428 for item in inlist:
479 def makelol(inlist): argument
488 for item in inlist:
641 inlist = [inlist]
642 l = inlist*1
668 def unique(inlist): argument
678 for item in inlist:
684 def duplicates(inlist): argument
692 if inlist[i] in inlist[i+1:]:
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/eina_cxx/
H A Deina_cxx_test_inlist.cc36 efl::eina::inlist<int> list; in EFL_START_TEST()
55 efl::eina::inlist<int> list; in EFL_START_TEST()
75 efl::eina::inlist<int> list; in EFL_START_TEST()
94 efl::eina::inlist<int> list; in EFL_START_TEST()
114 efl::eina::inlist<int> list; in EFL_START_TEST()
142 efl::eina::inlist<int> list2; in EFL_START_TEST()
147 efl::eina::inlist<int> list3; in EFL_START_TEST()
156 efl::eina::inlist<int> list4; in EFL_START_TEST()
169 efl::eina::inlist<int> list1; in EFL_START_TEST()
189 efl::eina::inlist<int> list1; in EFL_START_TEST()
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiAbout.cpp107 bool inlist = false; in release_notes() local
131 if (inlist) { in release_notes()
134 inlist = false; in release_notes()
139 if (inlist) { in release_notes()
142 inlist = false; in release_notes()
146 if (inlist) { in release_notes()
149 inlist = false; in release_notes()
154 if (inlist) in release_notes()
158 inlist = true; in release_notes()
162 } else if (inlist) { in release_notes()
[all …]
/dports/sysutils/webmin/webmin-1.981/smart-status/
H A Dstatus_monitor.pl106 local ($inlist) = grep { ($_->{'device'} eq $mon->{'drive'} ||
109 $inlist = 1 if (!$mon->{'drive'});
113 $inlist ? ($inlist->{'id'} || $inlist->{'device'}).':'.
114 $inlist->{'subdisk'} :
120 &ui_textbox("other", $inlist ? "" : $mon->{'drive'}, 15), 3);
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/scripts/
H A Dformat_c_api_docs332 my $inlist = 0; # Set to 1 if in list-item paragraph
437 $inlist = 1;
441 if( $para =~ m/^\s+\S+/ && ! $inlist ) {
444 $inlist = 0;
451 $inlist = 0;
475 my $inlist = 0; # Set to one if in indented list
516 print( OUT startlist() ) unless $inlist;
517 $inlist = 1;
521 print( OUT endlist() ) if $inlist;
522 $inlist = 0;

12345678910>>...54