Home
last modified time | relevance | path

Searched refs:iobuf_end (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/freetype/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/print/freetype2/freetype-2.11.1/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/freetype/src/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/www/firefox/firefox-99.0/modules/freetype2/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/freetype2/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/freetype/src/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/freetype2/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freetype/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/freetype-sys-0.13.1/freetype2/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/freetype/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/freetype2/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/servo-freetype-sys-4.0.5/freetype2/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/lang/spidermonkey78/firefox-78.9.0/modules/freetype2/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/graphics/sdl2_ttf/SDL2_ttf-2.0.15/external/freetype-2.9.1/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/print/tex-xdvik/xdvik-22.87/libs/freetype2/freetype-2.5.3/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/freetype-sys-0.13.1/freetype2/builds/amiga/src/base/
H A Dftsystem.c67 ULONG iobuf_end; member
305 if ( (offset < sysfile->iobuf_start) || (offset + count > sysfile->iobuf_end) ) in ft_amiga_stream_io()
308 if ( !sysfile->iobuf_end || offset != sysfile->iobuf_end ) in ft_amiga_stream_io()
314 sysfile->iobuf_end = 0; /* trigger a buffer refill */ in ft_amiga_stream_io()
318 if ( offset + count <= sysfile->iobuf_end ) in ft_amiga_stream_io()
338 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
362 sysfile->iobuf_end = offset + read_bytes; in ft_amiga_stream_io()
363 sysfile->iobuf_start = sysfile->iobuf_end - bufsize; in ft_amiga_stream_io()
439 sysfile->iobuf_end = 0; in FT_Stream_Open()
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dwraplib.c1256 char * iobuf_end = &wccb->iobuf[wccb->n_iobuf]; in wrap_reco_receive() local
1258 unsigned n_read = iobuf_end - have_end; in wrap_reco_receive()
1275 n_read = iobuf_end - have_end; in wrap_reco_receive()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/ndmp/
H A Dwraplib.c1172 char* iobuf_end = &wccb->iobuf[wccb->n_iobuf]; in wrap_reco_receive() local
1174 unsigned n_read = iobuf_end - have_end; in wrap_reco_receive()
1190 n_read = iobuf_end - have_end; in wrap_reco_receive()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/ndmp/
H A Dwraplib.c1172 char* iobuf_end = &wccb->iobuf[wccb->n_iobuf]; in wrap_reco_receive() local
1174 unsigned n_read = iobuf_end - have_end; in wrap_reco_receive()
1190 n_read = iobuf_end - have_end; in wrap_reco_receive()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/ndmp/
H A Dwraplib.c1172 char* iobuf_end = &wccb->iobuf[wccb->n_iobuf]; in wrap_reco_receive() local
1174 unsigned n_read = iobuf_end - have_end; in wrap_reco_receive()
1190 n_read = iobuf_end - have_end; in wrap_reco_receive()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/ndmp/
H A Dwraplib.c1256 char * iobuf_end = &wccb->iobuf[wccb->n_iobuf]; in wrap_reco_receive() local
1258 unsigned n_read = iobuf_end - have_end; in wrap_reco_receive()
1275 n_read = iobuf_end - have_end; in wrap_reco_receive()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dwraplib.c1172 char* iobuf_end = &wccb->iobuf[wccb->n_iobuf]; in wrap_reco_receive() local
1174 unsigned n_read = iobuf_end - have_end; in wrap_reco_receive()
1190 n_read = iobuf_end - have_end; in wrap_reco_receive()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/ndmp/
H A Dwraplib.c1256 char * iobuf_end = &wccb->iobuf[wccb->n_iobuf]; in wrap_reco_receive() local
1258 unsigned n_read = iobuf_end - have_end; in wrap_reco_receive()
1275 n_read = iobuf_end - have_end; in wrap_reco_receive()

12