Home
last modified time | relevance | path

Searched refs:BufInfo (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/bullet/bullet3-3.21/test/Bullet2/Source/
H A DUtils.cpp117 typedef struct BufInfo struct
123 } BufInfo; argument
154 BufInfo *bptr = (BufInfo *)result - 1; in GuardCalloc()
199 BufInfo *bptr = (BufInfo *)buf - 1; in GuardFree()
228 BufInfo *bptr = (BufInfo *)buf - 1; in GuardMarkBuffer()
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/Source/
H A DUtils.cpp117 typedef struct BufInfo struct
123 } BufInfo; argument
154 BufInfo *bptr = (BufInfo *)result - 1; in GuardCalloc()
199 BufInfo *bptr = (BufInfo *)buf - 1; in GuardFree()
228 BufInfo *bptr = (BufInfo *)buf - 1; in GuardMarkBuffer()
/dports/news/nzbget/nzbget-21.1/daemon/nserv/
H A DNServFrontend.cpp75 CONSOLE_SCREEN_BUFFER_INFO BufInfo; in BeforePrint() local
76 GetConsoleScreenBufferInfo(m_console, &BufInfo); in BeforePrint()
77 BufInfo.dwCursorPosition.Y--; in BeforePrint()
78 SetConsoleCursorPosition(m_console, BufInfo.dwCursorPosition); in BeforePrint()
/dports/news/nzbget/nzbget-21.1/daemon/frontend/
H A DColoredFrontend.cpp40 CONSOLE_SCREEN_BUFFER_INFO BufInfo; in BeforePrint() local
41 GetConsoleScreenBufferInfo(m_console, &BufInfo); in BeforePrint()
42 BufInfo.dwCursorPosition.Y--; in BeforePrint()
43 SetConsoleCursorPosition(m_console, BufInfo.dwCursorPosition); in BeforePrint()
H A DNCursesFrontend.cpp291 CONSOLE_SCREEN_BUFFER_INFO BufInfo; in CalcWindowSizes() local
292 GetConsoleScreenBufferInfo(hConsole, &BufInfo); in CalcWindowSizes()
293 nrRows = BufInfo.srWindow.Bottom - BufInfo.srWindow.Top + 1; in CalcWindowSizes()
294 nrColumns = BufInfo.srWindow.Right - BufInfo.srWindow.Left + 1; in CalcWindowSizes()
417 CONSOLE_SCREEN_BUFFER_INFO BufInfo; in RefreshScreen() local
418 GetConsoleScreenBufferInfo(hConsole, &BufInfo); in RefreshScreen()
419 WriteConsoleOutput(hConsole, m_screenBuffer.data(), BufSize, BufCoord, &BufInfo.srWindow); in RefreshScreen()
421 BufInfo.dwCursorPosition.X = BufInfo.srWindow.Right; in RefreshScreen()
422 BufInfo.dwCursorPosition.Y = BufInfo.srWindow.Bottom; in RefreshScreen()
423 SetConsoleCursorPosition(hConsole, BufInfo.dwCursorPosition); in RefreshScreen()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.h21 struct BufInfo { struct
122 std::vector<BufInfo> buffers_;
H A DVulkanMemory.cpp40 BufInfo info;
86 for (BufInfo &info : buffers_) {
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.h21 struct BufInfo { struct
122 std::vector<BufInfo> buffers_;
H A DVulkanMemory.cpp40 BufInfo info; in AddBuffer()
86 for (BufInfo &info : buffers_) { in Destroy()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/Vulkan/
H A DVulkanMemory.h21 struct BufInfo { struct
122 std::vector<BufInfo> buffers_;
H A DVulkanMemory.cpp40 BufInfo info; in AddBuffer()
86 for (BufInfo &info : buffers_) { in Destroy()
/dports/graphics/blender/blender-2.91.0/source/blender/imbuf/intern/
H A Djp2.c132 struct BufInfo { struct
145 struct BufInfo *p_file = p_user_data; in opj_read_from_buffer() argument
163 struct BufInfo *p_file = p_user_data;
173 struct BufInfo *p_file = p_user_data; in opj_skip_from_buffer()
184 struct BufInfo *p_file = p_user_data; in opj_seek_from_buffer()
198 static opj_stream_t *opj_stream_create_from_buffer(struct BufInfo *p_file, in opj_stream_create_from_buffer()
320 struct BufInfo buf_wrapper = { in imb_load_jp2()
/dports/ftp/R-cran-RCurl/RCurl/src/
H A Dcurl.c24 typedef struct BufInfo { struct
29 } BufInfo; typedef
218 BufInfo *buf = (BufInfo *) malloc(sizeof(BufInfo)); in R_curl_easy_setopt()
301 BufInfo *buf = (BufInfo *) stream; in R_curl_read_buffer_callback()
H A Dcurl.c-expt26 typedef struct BufInfo {
31 } BufInfo;
215 BufInfo *buf = (BufInfo *) malloc(sizeof(BufInfo));
279 BufInfo *buf = (BufInfo *) stream;
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLRenderManager.cpp747 BufInfo info;
760 for (BufInfo &info : buffers_) {
H A DGLRenderManager.h203 struct BufInfo {
308 std::vector<BufInfo> buffers_;
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLRenderManager.cpp747 BufInfo info; in AddBuffer()
760 for (BufInfo &info : buffers_) { in Destroy()
H A DGLRenderManager.h203 struct BufInfo { struct
308 std::vector<BufInfo> buffers_;
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLRenderManager.cpp747 BufInfo info; in AddBuffer()
760 for (BufInfo &info : buffers_) { in Destroy()
H A DGLRenderManager.h203 struct BufInfo { struct
308 std::vector<BufInfo> buffers_;
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh_sftp.erl1459 BufInfo = BufInfo0#bufinf{crypto_state = CryptoState,
1462 call(Pid, {put_bufinf,BufHandle,BufInfo}, FileOpTimeout),
/dports/science/afni/afni-AFNI_21.3.16/src/crorden/dcm2niix_console/
H A Dnii_dicom.cpp144 } BufInfo; typedef
151 static OPJ_UINT32 opj_read_from_buffer(void *p_buffer, OPJ_UINT32 p_nb_bytes, BufInfo *p_file) { in opj_read_from_buffer()
164 static OPJ_UINT32 opj_write_from_buffer(void *p_buffer, OPJ_UINT32 p_nb_bytes, BufInfo *p_file) { in opj_write_from_buffer()
171 static OPJ_SIZE_T opj_skip_from_buffer(OPJ_SIZE_T p_nb_bytes, BufInfo *p_file) { in opj_skip_from_buffer()
181 static OPJ_BOOL opj_seek_from_buffer(OPJ_SIZE_T p_nb_bytes, BufInfo *p_file) { in opj_seek_from_buffer()
191 opj_stream_t *opj_stream_create_buffer_stream(BufInfo *p_file, OPJ_UINT32 p_size, OPJ_BOOL p_is_rea… in opj_stream_create_buffer_stream()
232 BufInfo dx; in nii_loadImgCoreOpenJPEG()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh_sftp.erl1829 BufInfo = BufInfo0#bufinf{crypto_state = CryptoState,
1832 call(Pid, {put_bufinf,BufHandle,BufInfo}, FileOpTimeout),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_sftp.erl1818 BufInfo = BufInfo0#bufinf{crypto_state = CryptoState,
1821 call(Pid, {put_bufinf,BufHandle,BufInfo}, FileOpTimeout),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh_sftp.erl1831 BufInfo = BufInfo0#bufinf{crypto_state = CryptoState,
1834 call(Pid, {put_bufinf,BufHandle,BufInfo}, FileOpTimeout),

12