Home
last modified time | relevance | path

Searched refs:bottom_ptr (Results 1 – 17 of 17) sorted by relevance

/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dstatemanager.cpp111 if (top_ptr == bottom_ptr) // Our stack is completely empty... :v in pop()
127 if (top_ptr == bottom_ptr) // Our stack is completely empty... :v in pop()
137 bottom_ptr = (top_ptr + 1) & buf_size_mask; in reassign_bottom()
138 while (buffer[bottom_ptr]) // Skip ahead until we find the first 0 (boundary for state delta). in reassign_bottom()
139 bottom_ptr = (bottom_ptr + 1) & buf_size_mask; in reassign_bottom()
152 if (top_ptr == bottom_ptr) in generate_delta()
168 if (top_ptr == bottom_ptr) in generate_delta()
H A Dstatemanager.h18 size_t bottom_ptr; variable
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dstatemanager.cpp111 if (top_ptr == bottom_ptr) // Our stack is completely empty... :v in pop()
127 if (top_ptr == bottom_ptr) // Our stack is completely empty... :v in pop()
137 bottom_ptr = (top_ptr + 1) & buf_size_mask; in reassign_bottom()
138 while (buffer[bottom_ptr]) // Skip ahead until we find the first 0 (boundary for state delta). in reassign_bottom()
139 bottom_ptr = (bottom_ptr + 1) & buf_size_mask; in reassign_bottom()
152 if (top_ptr == bottom_ptr) in generate_delta()
168 if (top_ptr == bottom_ptr) in generate_delta()
H A Dstatemanager.h18 size_t bottom_ptr; variable
/dports/devel/hpx/hpx-1.2.1/examples/jacobi/jacobi_component/server/
H A Dstencil_iterator.cpp68 std::vector<double>::iterator bottom_ptr = b.begin(); in update() local
86 HPX_ASSERT(bottom_ptr < b.end()); in update()
90 + *top_ptr + *bottom_ptr in update()
95 ++bottom_ptr; in update()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Ddvbsub.c346 uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr; in encode_dvb_subtitles() local
363 bottom_ptr = q; in encode_dvb_subtitles()
368 bytestream_put_be16(&ptop_field_len, bottom_ptr - top_ptr); in encode_dvb_subtitles()
369 bytestream_put_be16(&pbottom_field_len, q - bottom_ptr); in encode_dvb_subtitles()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Ddvbsub.c405 uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr; in encode_dvb_subtitles() local
415 bottom_ptr = q; in encode_dvb_subtitles()
420 bytestream_put_be16(&ptop_field_len, bottom_ptr - top_ptr); in encode_dvb_subtitles()
421 bytestream_put_be16(&pbottom_field_len, q - bottom_ptr); in encode_dvb_subtitles()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Ddvbsub.c408 uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr; in encode_dvb_subtitles() local
418 bottom_ptr = q; in encode_dvb_subtitles()
423 bytestream_put_be16(&ptop_field_len, bottom_ptr - top_ptr); in encode_dvb_subtitles()
424 bytestream_put_be16(&pbottom_field_len, q - bottom_ptr); in encode_dvb_subtitles()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Ddvbsub.c422 uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr; in encode_dvb_subtitles() local
432 bottom_ptr = q; in encode_dvb_subtitles()
437 bytestream_put_be16(&ptop_field_len, bottom_ptr - top_ptr); in encode_dvb_subtitles()
438 bytestream_put_be16(&pbottom_field_len, q - bottom_ptr); in encode_dvb_subtitles()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Ddvbsub.c405 uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr; in encode_dvb_subtitles() local
415 bottom_ptr = q; in encode_dvb_subtitles()
420 bytestream_put_be16(&ptop_field_len, bottom_ptr - top_ptr); in encode_dvb_subtitles()
421 bytestream_put_be16(&pbottom_field_len, q - bottom_ptr); in encode_dvb_subtitles()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Ddvbsubenc.c455 uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr; in dvbsub_encode() local
473 bottom_ptr = q; in dvbsub_encode()
483 bytestream_put_be16(&ptop_field_len, bottom_ptr - top_ptr); in dvbsub_encode()
484 bytestream_put_be16(&pbottom_field_len, q - bottom_ptr); in dvbsub_encode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Ddvbsubenc.c455 uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr; in dvbsub_encode() local
473 bottom_ptr = q; in dvbsub_encode()
483 bytestream_put_be16(&ptop_field_len, bottom_ptr - top_ptr); in dvbsub_encode()
484 bytestream_put_be16(&pbottom_field_len, q - bottom_ptr); in dvbsub_encode()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Ddvbsubenc.c455 uint8_t *ptop_field_len, *pbottom_field_len, *top_ptr, *bottom_ptr; in dvbsub_encode() local
473 bottom_ptr = q; in dvbsub_encode()
483 bytestream_put_be16(&ptop_field_len, bottom_ptr - top_ptr); in dvbsub_encode()
484 bytestream_put_be16(&pbottom_field_len, q - bottom_ptr); in dvbsub_encode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/
H A Dfx_win32_dib.cpp84 uint8_t* bottom_ptr = pBitmap->GetBuffer() + bottom * pitch; in FX_WindowsDIB_LoadFromBuf() local
86 memcpy(top_ptr, bottom_ptr, pitch); in FX_WindowsDIB_LoadFromBuf()
87 memcpy(bottom_ptr, temp_buf.data(), pitch); in FX_WindowsDIB_LoadFromBuf()
/dports/games/moria/umoria/source/
H A Dgenerate.c171 register cave_type *top_ptr, *bottom_ptr; in place_boundary() local
194 bottom_ptr = &cave[cur_height - 1][0]; in place_boundary()
200 assert (bottom_ptr == &cave[cur_height - 1][i]); in place_boundary()
205 bottom_ptr->fval = BOUNDARY_WALL; in place_boundary()
206 bottom_ptr++; in place_boundary()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dseg009.c916 byte* bottom_ptr; in flip_not_ega() local
917 bottom_ptr = top_ptr = memory; in flip_not_ega()
918 bottom_ptr += (height - 1) * stride; in flip_not_ega()
922 memcpy(top_ptr, bottom_ptr, stride); in flip_not_ega()
923 memcpy(bottom_ptr, row_buffer, stride); in flip_not_ega()
925 bottom_ptr -= stride; in flip_not_ega()
/dports/x11/terminology/terminology-1.9.0/src/bin/
H A Dtermptyesc.c1577 int *bottom_ptr, in _clean_up_rect_coordinates() argument
1582 int bottom = *bottom_ptr; in _clean_up_rect_coordinates()
1631 *bottom_ptr = bottom; in _clean_up_rect_coordinates()
1641 int *bottom_ptr, in _clean_up_from_to_coordinates() argument
1648 int bottom = *bottom_ptr; in _clean_up_from_to_coordinates()
1705 *bottom_ptr = bottom; in _clean_up_from_to_coordinates()