Home
last modified time | relevance | path

Searched refs:line_incr (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/py-pudb/pudb-2020.1/pudb/
H A Dlowlevel.py107 for line_incr in code.co_lnotab[1::2]:
112 if line_incr >= 0x80 and use_36_line_incr:
113 line_incr -= 0x100
114 lineno += line_incr
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/nvparse/
H A Dvs1.0_tokens.l39 int line_incr; variable
300 line_incr = 1;
309 line_incr = 1;
318 line_incr = 1;
327 line_incr = 1;
336 line_incr = 1;
345 line_incr = 1;
353 line_incr = 1;
361 line_incr = 1;
369 line_incr = 1;
[all …]
H A Dvs1.0_grammar.y18 extern int line_incr;
20 #define do_linenum_incr() { line_number+=line_incr; line_incr = 0; }
H A D_vs1.0_lexer.cpp784 int line_incr; variable
1291 line_incr = 1;
1303 line_incr = 1;
1315 line_incr = 1;
1327 line_incr = 1;
1339 line_incr = 1;
1351 line_incr = 1;
1362 line_incr = 1;
1373 line_incr = 1;
1384 line_incr = 1;
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/nvparse/
H A Dvs1.0_tokens.l39 int line_incr; variable
300 line_incr = 1;
309 line_incr = 1;
318 line_incr = 1;
327 line_incr = 1;
336 line_incr = 1;
345 line_incr = 1;
353 line_incr = 1;
361 line_incr = 1;
369 line_incr = 1;
[all …]
H A Dvs1.0_grammar.y18 extern int line_incr;
20 #define do_linenum_incr() { line_number+=line_incr; line_incr = 0; }
H A D_vs1.0_lexer.cpp788 int line_incr; variable
1284 line_incr = 1;
1296 line_incr = 1;
1308 line_incr = 1;
1320 line_incr = 1;
1332 line_incr = 1;
1344 line_incr = 1;
1355 line_incr = 1;
1366 line_incr = 1;
1377 line_incr = 1;
[all …]
/dports/devel/py-xdis/xdis-5.0.13/xdis/
H A Dcross_dis.py72 for byte_incr, line_incr in zip(byte_increments, line_increments):
84 if line_incr >= 0x80:
86 line_incr -= 0x100
87 lineno += line_incr
/dports/security/py-RestrictedPython/RestrictedPython-3.6.0/src/RestrictedPython/tests/
H A Dverify.py190 for byte_incr, line_incr in zip(byte_increments, line_increments):
196 lineno += line_incr
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/src/sfnt/
H A Dttsbit.c90 FT_Int line_incr; in blit_sbit() local
98 line_incr = target->pitch; in blit_sbit()
101 if ( line_incr < 0 ) in blit_sbit()
102 line_buff -= line_incr * ( target->rows - 1 ); in blit_sbit()
104 line_buff += ( x_offset >> 3 ) + y_offset * line_incr; in blit_sbit()
198 line_buff += line_incr; in blit_sbit()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/sfnt/
H A Dttsbit.c90 FT_Int line_incr; in blit_sbit() local
98 line_incr = target->pitch; in blit_sbit()
101 if ( line_incr < 0 ) in blit_sbit()
102 line_buff -= line_incr * ( target->rows - 1 ); in blit_sbit()
104 line_buff += ( x_offset >> 3 ) + y_offset * line_incr; in blit_sbit()
198 line_buff += line_incr; in blit_sbit()
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/sfnt/
H A Dttsbit.c91 FT_Int line_incr; in blit_sbit() local
99 line_incr = target->pitch; in blit_sbit()
102 if ( line_incr < 0 ) in blit_sbit()
103 line_buff -= line_incr * ( target->rows - 1 ); in blit_sbit()
105 line_buff += ( x_offset >> 3 ) + y_offset * line_incr; in blit_sbit()
199 line_buff += line_incr; in blit_sbit()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/freetype/vtkfreetype/src/sfnt/
H A Dttsbit.c91 FT_Int line_incr; in blit_sbit() local
99 line_incr = target->pitch; in blit_sbit()
102 if ( line_incr < 0 ) in blit_sbit()
103 line_buff -= line_incr * ( target->rows - 1 ); in blit_sbit()
105 line_buff += ( x_offset >> 3 ) + y_offset * line_incr; in blit_sbit()
199 line_buff += line_incr; in blit_sbit()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/freetype/vtkfreetype/src/sfnt/
H A Dttsbit.c91 FT_Int line_incr; in blit_sbit() local
99 line_incr = target->pitch; in blit_sbit()
102 if ( line_incr < 0 ) in blit_sbit()
103 line_buff -= line_incr * ( target->rows - 1 ); in blit_sbit()
105 line_buff += ( x_offset >> 3 ) + y_offset * line_incr; in blit_sbit()
199 line_buff += line_incr; in blit_sbit()
/dports/games/warmux/warmux-11.04/build/android/jni/freetype/src/sfnt/
H A Dttsbit.c90 FT_Int line_incr; in blit_sbit() local
98 line_incr = target->pitch; in blit_sbit()
101 if ( line_incr < 0 ) in blit_sbit()
102 line_buff -= line_incr * ( target->rows - 1 ); in blit_sbit()
104 line_buff += ( x_offset >> 3 ) + y_offset * line_incr; in blit_sbit()
198 line_buff += line_incr; in blit_sbit()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freetype/src/sfnt/
H A Dttsbit.c91 FT_Int line_incr; in blit_sbit() local
99 line_incr = target->pitch; in blit_sbit()
102 if ( line_incr < 0 ) in blit_sbit()
103 line_buff -= line_incr * ( target->rows - 1 ); in blit_sbit()
105 line_buff += ( x_offset >> 3 ) + y_offset * line_incr; in blit_sbit()
199 line_buff += line_incr; in blit_sbit()
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Ddis.py462 for byte_incr, line_incr in zip(byte_increments, line_increments):
472 if line_incr >= 0x80:
474 line_incr -= 0x100
475 lineno += line_incr
/dports/lang/python37/Python-3.7.12/Lib/
H A Ddis.py448 for byte_incr, line_incr in zip(byte_increments, line_increments):
454 if line_incr >= 0x80:
456 line_incr -= 0x100
457 lineno += line_incr
/dports/lang/python38/Python-3.8.12/Lib/
H A Ddis.py462 for byte_incr, line_incr in zip(byte_increments, line_increments):
472 if line_incr >= 0x80:
474 line_incr -= 0x100
475 lineno += line_incr
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Ddis.py462 for byte_incr, line_incr in zip(byte_increments, line_increments):
472 if line_incr >= 0x80:
474 line_incr -= 0x100
475 lineno += line_incr
/dports/lang/python39/Python-3.9.9/Lib/
H A Ddis.py462 for byte_incr, line_incr in zip(byte_increments, line_increments):
472 if line_incr >= 0x80:
474 line_incr -= 0x100
475 lineno += line_incr
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Ddis.py462 for byte_incr, line_incr in zip(byte_increments, line_increments):
472 if line_incr >= 0x80:
474 line_incr -= 0x100
475 lineno += line_incr
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Ddis.py462 for byte_incr, line_incr in zip(byte_increments, line_increments):
472 if line_incr >= 0x80:
474 line_incr -= 0x100
475 lineno += line_incr
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Ddis.py190 for byte_incr, line_incr in zip(byte_increments, line_increments):
196 lineno += line_incr
/dports/lang/python27/Python-2.7.18/Lib/
H A Ddis.py190 for byte_incr, line_incr in zip(byte_increments, line_increments):
196 lineno += line_incr

123