Home
last modified time | relevance | path

Searched refs:LS (Results 1 – 25 of 5559) sorted by relevance

12345678910>>...223

/dports/audio/uade/uade-2.13/amigasrc/score/
H A Ddelisymbols.s35 LS macro macro
96 LS dtg_LED
164 LS EPG_ARGN
165 LS EPG_ARG1
166 LS EPG_ARG2
167 LS EPG_ARG3
168 LS EPG_ARG4
280 LS EP_Save
294 LS EP_Date
312 LS EP_Show
[all …]
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/lua/
H A Dllex.cpp23 #define next(LS) (LS->current = zgetc(LS->lex_z)) argument
27 #define save_and_next(LS) (save(LS->current), next(LS)) argument
110 while (LS->current == ' ' || LS->current == '\t' || LS->current == '\r') in skipspace()
150 while (LS->ifstate[LS->iflevel].skip) { in ifskip()
197 LS->ifstate[LS->iflevel].elsepart = 0; in inclinenumber()
198 LS->ifstate[LS->iflevel].condition = checkcond(LS, buff) ? !ifnot : ifnot; in inclinenumber()
199 LS->ifstate[LS->iflevel].skip = skip || !LS->ifstate[LS->iflevel].condition; in inclinenumber()
202 if (LS->ifstate[LS->iflevel].elsepart) in inclinenumber()
205 LS->ifstate[LS->iflevel].skip = LS->ifstate[LS->iflevel-1].skip || in inclinenumber()
286 do { next(LS); } while (LS->current != '\n' && LS->current != EOZ); in luaX_lex()
[all …]
/dports/games/blinkensisters/blinkensisters/lostpixels/game/software/BlinkenLUA/LuaMain/source/
H A Dllex.cpp25 #define next(LS) (LS->current = zgetc(LS->z)) argument
120 LS->L = L; in luaX_setinput()
122 LS->z = z; in luaX_setinput()
131 } while (LS->current != '\n' && LS->current != EOZ); in luaX_setinput()
158 #define save_and_next(LS, l) (save(LS, LS->current, l), next(LS)) argument
167 } while (isalnum(LS->current) || LS->current == '_'); in readname()
196 if (LS->current == 'e' || LS->current == 'E') { in read_numeral()
198 if (LS->current == '+' || LS->current == '-') in read_numeral()
276 case 'a': save(LS, '\a', l); next(LS); break; in read_string()
327 if (LS->current == '[' && (next(LS), LS->current == '[')) in luaX_lex()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/grim/lua/
H A Dllex.cpp26 #define next(LS) (LS->current = zgetc(LS->lex_z)) argument
77 while (LS->current == ' ' || LS->current == '\t' || LS->current == '\r') in skipspace()
111 while (LS->ifstate[LS->iflevel].skip) { in ifskip()
159 LS->ifstate[LS->iflevel].elsepart = 0; in inclinenumber()
161 LS->ifstate[LS->iflevel].skip = skip || !LS->ifstate[LS->iflevel].condition; in inclinenumber()
164 if (LS->ifstate[LS->iflevel].elsepart) in inclinenumber()
166 LS->ifstate[LS->iflevel].elsepart = 1; in inclinenumber()
167LS->ifstate[LS->iflevel].skip = LS->ifstate[LS->iflevel - 1].skip || LS->ifstate[LS->iflevel].cond… in inclinenumber()
188 #define save_and_next(LS) (save(LS->current), next(LS)) argument
246 LS->linelasttoken = LS->linenumber; in luaY_lex()
[all …]
/dports/games/residualvm/residualvm-0.3.1/engines/grim/lua/
H A Dllex.cpp26 #define next(LS) (LS->current = zgetc(LS->lex_z)) argument
77 while (LS->current == ' ' || LS->current == '\t' || LS->current == '\r') in skipspace()
111 while (LS->ifstate[LS->iflevel].skip) { in ifskip()
159 LS->ifstate[LS->iflevel].elsepart = 0; in inclinenumber()
161 LS->ifstate[LS->iflevel].skip = skip || !LS->ifstate[LS->iflevel].condition; in inclinenumber()
164 if (LS->ifstate[LS->iflevel].elsepart) in inclinenumber()
166 LS->ifstate[LS->iflevel].elsepart = 1; in inclinenumber()
167LS->ifstate[LS->iflevel].skip = LS->ifstate[LS->iflevel - 1].skip || LS->ifstate[LS->iflevel].cond… in inclinenumber()
188 #define save_and_next(LS) (save(LS->current), next(LS)) argument
246 LS->linelasttoken = LS->linenumber; in luaY_lex()
[all …]
/dports/games/gltron/gltron-0.70/lua/src/
H A Dllex.c26 #define next(LS) (LS->current = zgetc(LS->z)) argument
101 LS->L = L; in luaX_setinput()
103 LS->z = z; in luaX_setinput()
112 } while (LS->current != '\n' && LS->current != EOZ); in luaX_setinput()
132 #define save_and_next(L, LS, l) (save(L, LS->current, l), next(LS)) argument
142 } while (isalnum(LS->current) || LS->current == '_'); in readname()
171 if (LS->current == 'e' || LS->current == 'E') { in read_number()
173 if (LS->current == '+' || LS->current == '-') in read_number()
300 do { next(LS); } while (LS->current != '\n' && LS->current != EOZ); in luaX_lex()
333 read_string(LS, LS->current, seminfo); in luaX_lex()
[all …]
/dports/games/zangband/zangband/src/lua/
H A Dllex.c26 #define next(LS) (LS->current = zgetc(LS->z)) argument
101 LS->L = L; in luaX_setinput()
103 LS->z = z; in luaX_setinput()
112 } while (LS->current != '\n' && LS->current != EOZ); in luaX_setinput()
132 #define save_and_next(L, LS, l) (save(L, LS->current, l), next(LS)) argument
142 } while (isalnum(LS->current) || LS->current == '_'); in readname()
171 if (LS->current == 'e' || LS->current == 'E') { in read_number()
173 if (LS->current == '+' || LS->current == '-') in read_number()
300 do { next(LS); } while (LS->current != '\n' && LS->current != EOZ); in luaX_lex()
333 read_string(LS, LS->current, seminfo); in luaX_lex()
[all …]
/dports/games/tomenet/tomenet-4.6.0/src/server/lua/
H A Dllex.c26 #define next(LS) (LS->current = zgetc(LS->z)) argument
101 LS->L = L; in luaX_setinput()
103 LS->z = z; in luaX_setinput()
112 } while (LS->current != '\n' && LS->current != EOZ); in luaX_setinput()
132 #define save_and_next(L, LS, l) (save(L, LS->current, l), next(LS)) argument
142 } while (isalnum(LS->current) || LS->current == '_'); in readname()
171 if (LS->current == 'e' || LS->current == 'E') { in read_number()
173 if (LS->current == '+' || LS->current == '-') in read_number()
306 if (next(LS) == '[' && next(LS) == '[') in luaX_lex()
343 read_string(LS, LS->current, seminfo); in luaX_lex()
[all …]
/dports/audio/mp3blaster/mp3blaster-3.2.6/mpegsound/
H A Dmpeglayer2.cc449 if(bitalloc[LS][i])scaleselector[LS][i]=getbits(2); in extractlayer2()
454 if(bitalloc[LS][i])scaleselector[LS][i]=getbits(2); in extractlayer2()
634 else fraction[LS][0][i]=fraction[LS][1][i]=fraction[LS][2][i]=0.0; in extractlayer2()
689 else fraction[LS][0][i]=fraction[LS][1][i]=fraction[LS][2][i]= in extractlayer2()
703 fraction[LS][0][i]=(fraction[LS][0][i]+d[LS][i])*c[LS][i]; in extractlayer2()
704 fraction[LS][1][i]=(fraction[LS][1][i]+d[LS][i])*c[LS][i]; in extractlayer2()
705 fraction[LS][2][i]=(fraction[LS][2][i]+d[LS][i])*c[LS][i]; in extractlayer2()
735 fraction[LS][0][i]=(fraction[LS][0][i]+d[LS][i])*c[LS][i]; in extractlayer2()
736 fraction[LS][1][i]=(fraction[LS][1][i]+d[LS][i])*c[LS][i]; in extractlayer2()
737 fraction[LS][2][i]=(fraction[LS][2][i]+d[LS][i])*c[LS][i]; in extractlayer2()
[all …]
/dports/audio/splay/splay-0.9.5.2/libs/
H A Dmpeglayer2.cc449 if(bitalloc[LS][i])scaleselector[LS][i]=getbits(2); in extractlayer2()
454 if(bitalloc[LS][i])scaleselector[LS][i]=getbits(2); in extractlayer2()
634 else fraction[LS][0][i]=fraction[LS][1][i]=fraction[LS][2][i]=0.0; in extractlayer2()
689 else fraction[LS][0][i]=fraction[LS][1][i]=fraction[LS][2][i]= in extractlayer2()
703 fraction[LS][0][i]=(fraction[LS][0][i]+d[LS][i])*c[LS][i]; in extractlayer2()
704 fraction[LS][1][i]=(fraction[LS][1][i]+d[LS][i])*c[LS][i]; in extractlayer2()
705 fraction[LS][2][i]=(fraction[LS][2][i]+d[LS][i])*c[LS][i]; in extractlayer2()
735 fraction[LS][0][i]=(fraction[LS][0][i]+d[LS][i])*c[LS][i]; in extractlayer2()
736 fraction[LS][1][i]=(fraction[LS][1][i]+d[LS][i])*c[LS][i]; in extractlayer2()
737 fraction[LS][2][i]=(fraction[LS][2][i]+d[LS][i])*c[LS][i]; in extractlayer2()
[all …]
/dports/multimedia/smpeg2/smpeg2-2.0.0/audio/
H A Dmpeglayer2.cpp453 if(bitalloc[LS][i])scaleselector[LS][i]=getbits(2); in extractlayer2()
458 if(bitalloc[LS][i])scaleselector[LS][i]=getbits(2); in extractlayer2()
642 else fraction[LS][0][i]=fraction[LS][1][i]=fraction[LS][2][i]=0.0; in extractlayer2()
701 else fraction[LS][0][i]=fraction[LS][1][i]=fraction[LS][2][i]= in extractlayer2()
715 fraction[LS][0][i]=(fraction[LS][0][i]+d[LS][i])*c[LS][i]; in extractlayer2()
716 fraction[LS][1][i]=(fraction[LS][1][i]+d[LS][i])*c[LS][i]; in extractlayer2()
717 fraction[LS][2][i]=(fraction[LS][2][i]+d[LS][i])*c[LS][i]; in extractlayer2()
747 fraction[LS][0][i]=(fraction[LS][0][i]+d[LS][i])*c[LS][i]; in extractlayer2()
748 fraction[LS][1][i]=(fraction[LS][1][i]+d[LS][i])*c[LS][i]; in extractlayer2()
749 fraction[LS][2][i]=(fraction[LS][2][i]+d[LS][i])*c[LS][i]; in extractlayer2()
[all …]
/dports/multimedia/smpeg/smpeg-0.4.4/audio/
H A Dmpeglayer2.cpp453 if(bitalloc[LS][i])scaleselector[LS][i]=getbits(2); in extractlayer2()
458 if(bitalloc[LS][i])scaleselector[LS][i]=getbits(2); in extractlayer2()
642 else fraction[LS][0][i]=fraction[LS][1][i]=fraction[LS][2][i]=0.0; in extractlayer2()
701 else fraction[LS][0][i]=fraction[LS][1][i]=fraction[LS][2][i]= in extractlayer2()
715 fraction[LS][0][i]=(fraction[LS][0][i]+d[LS][i])*c[LS][i]; in extractlayer2()
716 fraction[LS][1][i]=(fraction[LS][1][i]+d[LS][i])*c[LS][i]; in extractlayer2()
717 fraction[LS][2][i]=(fraction[LS][2][i]+d[LS][i])*c[LS][i]; in extractlayer2()
747 fraction[LS][0][i]=(fraction[LS][0][i]+d[LS][i])*c[LS][i]; in extractlayer2()
748 fraction[LS][1][i]=(fraction[LS][1][i]+d[LS][i])*c[LS][i]; in extractlayer2()
749 fraction[LS][2][i]=(fraction[LS][2][i]+d[LS][i])*c[LS][i]; in extractlayer2()
[all …]
/dports/devel/monotone/monotone-1.1/src/
H A Dluaext_platform.cc61 int n = lua_gettop(LS);
73 lua_pushnumber(LS, ret);
79 int n = lua_gettop(LS);
95 lua_pushnumber(LS, ret);
117 #define topfile(LS) ((mtn_lua_Stream *)luaL_checkudata(LS, 1, LUA_FILEHANDLE)) argument
157 int n = lua_gettop(LS);
195 int n = lua_gettop(LS);
233 lua_pushnil(LS);
252 lua_pushnil(LS);
271 lua_pushnil(LS);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug221240_AWTJVMCrash.java63 "<html>" + LS + in Bug221240_AWTJVMCrash()
64 " <head>" + LS + in Bug221240_AWTJVMCrash()
66 " <!--" + LS + in Bug221240_AWTJVMCrash()
71 " }" + LS + in Bug221240_AWTJVMCrash()
75 " }" + LS + in Bug221240_AWTJVMCrash()
78 " }" + LS + in Bug221240_AWTJVMCrash()
79 " }" + LS + in Bug221240_AWTJVMCrash()
87 " </head>" + LS + in Bug221240_AWTJVMCrash()
90 " <!--" + LS + in Bug221240_AWTJVMCrash()
97 " </body>" + LS + in Bug221240_AWTJVMCrash()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/Algo/
H A DOptima.hpp25 template< class LS >
44 LS* ls;
71 template< class LS >
81 template< class LS >
87 template< class LS >
92 template< class LS >
93 typename Optima< LS >::Real Optima< LS >::finalResidue( ) { in finalResidue()
97 template< class LS >
98 typename Optima< LS >::Real Optima< LS >::firstResidue( ) { in firstResidue()
103 typename Optima< LS >::mlist Optima< LS >::allResidue( ) { in allResidue()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/prefs/
H A DExportSubtree.java63 " <root type=\"user\">" + LS +
64 " <map/>" + LS +
66 " <map>" + LS +
68 " </map>" + LS +
70 " <map>" + LS +
72 " </map>" + LS +
73 " </node>" + LS +
74 " </node>" + LS +
75 " </root>" + LS +
76 "</preferences>" + LS;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/prefs/
H A DExportSubtree.java63 " <root type=\"user\">" + LS +
64 " <map/>" + LS +
66 " <map>" + LS +
68 " </map>" + LS +
70 " <map>" + LS +
72 " </map>" + LS +
73 " </node>" + LS +
74 " </node>" + LS +
75 " </root>" + LS +
76 "</preferences>" + LS;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/prefs/
H A DExportSubtree.java63 " <root type=\"user\">" + LS +
64 " <map/>" + LS +
66 " <map>" + LS +
68 " </map>" + LS +
70 " <map>" + LS +
72 " </map>" + LS +
73 " </node>" + LS +
74 " </node>" + LS +
75 " </root>" + LS +
76 "</preferences>" + LS;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/prefs/
H A DExportSubtree.java63 " <root type=\"user\">" + LS +
64 " <map/>" + LS +
66 " <map>" + LS +
68 " </map>" + LS +
70 " <map>" + LS +
72 " </map>" + LS +
73 " </node>" + LS +
74 " </node>" + LS +
75 " </root>" + LS +
76 "</preferences>" + LS;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/prefs/
H A DExportSubtree.java63 " <root type=\"user\">" + LS +
64 " <map/>" + LS +
66 " <map>" + LS +
68 " </map>" + LS +
70 " <map>" + LS +
72 " </map>" + LS +
73 " </node>" + LS +
74 " </node>" + LS +
75 " </root>" + LS +
76 "</preferences>" + LS;
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/algorithms/
H A Dline_interpolate.cpp151 typedef bg::model::linestring<P> LS; in test_car_edge_cases() typedef
186 typedef bg::model::linestring<P> LS; in test_car() typedef
192 test<LS,P>(l1, 0, "POINT(1 1)"); in test_car()
193 test<LS,P>(l1, 0.1, "POINT(1.4 1)"); in test_car()
194 test<LS,P>(l1, 0.2, "POINT(1.8 1)"); in test_car()
195 test<LS,P>(l1, 0.3, "POINT(2 1.2)"); in test_car()
196 test<LS,P>(l1, 0.4, "POINT(2 1.6)"); in test_car()
197 test<LS,P>(l1, 0.5, "POINT(2 2)"); in test_car()
202 test<LS,P>(l1, 1, "POINT(1 3)"); in test_car()
229 test<LS,P>(l1, 0, "POINT(1 1)"); in test_sph()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/algorithms/
H A Dline_interpolate.cpp151 typedef bg::model::linestring<P> LS; in test_car_edge_cases() typedef
186 typedef bg::model::linestring<P> LS; in test_car() typedef
192 test<LS,P>(l1, 0, "POINT(1 1)"); in test_car()
193 test<LS,P>(l1, 0.1, "POINT(1.4 1)"); in test_car()
194 test<LS,P>(l1, 0.2, "POINT(1.8 1)"); in test_car()
195 test<LS,P>(l1, 0.3, "POINT(2 1.2)"); in test_car()
196 test<LS,P>(l1, 0.4, "POINT(2 1.6)"); in test_car()
197 test<LS,P>(l1, 0.5, "POINT(2 2)"); in test_car()
202 test<LS,P>(l1, 1, "POINT(1 3)"); in test_car()
229 test<LS,P>(l1, 0, "POINT(1 1)"); in test_sph()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/algorithms/
H A Dline_interpolate.cpp151 typedef bg::model::linestring<P> LS; in test_car_edge_cases() typedef
186 typedef bg::model::linestring<P> LS; in test_car() typedef
192 test<LS,P>(l1, 0, "POINT(1 1)"); in test_car()
193 test<LS,P>(l1, 0.1, "POINT(1.4 1)"); in test_car()
194 test<LS,P>(l1, 0.2, "POINT(1.8 1)"); in test_car()
195 test<LS,P>(l1, 0.3, "POINT(2 1.2)"); in test_car()
196 test<LS,P>(l1, 0.4, "POINT(2 1.6)"); in test_car()
197 test<LS,P>(l1, 0.5, "POINT(2 2)"); in test_car()
202 test<LS,P>(l1, 1, "POINT(1 3)"); in test_car()
229 test<LS,P>(l1, 0, "POINT(1 1)"); in test_sph()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/algorithms/
H A Dline_interpolate.cpp151 typedef bg::model::linestring<P> LS; in test_car_edge_cases() typedef
186 typedef bg::model::linestring<P> LS; in test_car() typedef
192 test<LS,P>(l1, 0, "POINT(1 1)"); in test_car()
193 test<LS,P>(l1, 0.1, "POINT(1.4 1)"); in test_car()
194 test<LS,P>(l1, 0.2, "POINT(1.8 1)"); in test_car()
195 test<LS,P>(l1, 0.3, "POINT(2 1.2)"); in test_car()
196 test<LS,P>(l1, 0.4, "POINT(2 1.6)"); in test_car()
197 test<LS,P>(l1, 0.5, "POINT(2 2)"); in test_car()
202 test<LS,P>(l1, 1, "POINT(1 3)"); in test_car()
229 test<LS,P>(l1, 0, "POINT(1 1)"); in test_sph()
[all …]
/dports/net/fspd/fsp-2.8.1b29/include/
H A Dls.h32 } LS; typedef
55 int namecmp (LS *, LS *);
56 int revnamecmp (LS *, LS *);
57 int modcmp (LS *, LS *);
58 int revmodcmp (LS *, LS *);
59 int acccmp (LS *, LS *);
60 int revacccmp (LS *, LS *);
61 int statcmp (LS *, LS *);
62 int revstatcmp (LS *, LS *);
68 void printscol (LS *, int);
[all …]

12345678910>>...223