Home
last modified time | relevance | path

Searched refs:backBuf (Results 1 – 25 of 53) sorted by relevance

123

/dports/audio/gnuitar/gnuitar-0.3.2/src/
H A Dbackbuf.h30 struct backBuf { struct
37 void backbuff_init(struct backBuf *b, unsigned int maxDelay); argument
38 void backbuff_done(struct backBuf *b);
39 void backbuff_add(struct backBuf *b, BUF_TYPE d);
40 BUF_TYPE backbuff_get(struct backBuf *b, unsigned int Delay);
H A Dbackbuf.c46 backbuff_init(struct backBuf *b, unsigned int maxDelay) in backbuff_init()
55 backbuff_done(struct backBuf *b) in backbuff_done()
61 backbuff_add(struct backBuf *b, BUF_TYPE d) in backbuff_add()
70 backbuff_get(struct backBuf *b, unsigned int Delay) in backbuff_get()
H A Dchorus.h40 struct backBuf *memory[MAX_CHANNELS];
/dports/games/einstein/einstein-2.0/
H A Dstreams.cpp20 if (0 < backBuf.size()) { in getNextChar()
21 wchar_t wc = backBuf.front(); in getNextChar()
22 backBuf.pop_front(); in getNextChar()
48 backBuf.push_back(ch); in ungetChar()
H A Dstreams.h17 std::list<wchar_t> backBuf; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java107 return backBuf; in readByte()
117 buf[startIdx] = backBuf; in readBytes()
193 backBuf = b; in pushBack()
211 private byte backBuf; field in InputLexer
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java107 return backBuf; in readByte()
117 buf[startIdx] = backBuf; in readBytes()
193 backBuf = b; in pushBack()
211 private byte backBuf; field in InputLexer
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java107 return backBuf; in readByte()
117 buf[startIdx] = backBuf; in readBytes()
193 backBuf = b; in pushBack()
211 private byte backBuf; field in InputLexer
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java107 return backBuf; in readByte()
117 buf[startIdx] = backBuf; in readBytes()
193 backBuf = b; in pushBack()
211 private byte backBuf; field in InputLexer
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java107 return backBuf; in readByte()
117 buf[startIdx] = backBuf; in readBytes()
193 backBuf = b; in pushBack()
211 private byte backBuf; field in InputLexer
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java107 return backBuf; in readByte()
117 buf[startIdx] = backBuf; in readBytes()
193 backBuf = b; in pushBack()
211 private byte backBuf; field in InputLexer
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java107 return backBuf; in readByte()
117 buf[startIdx] = backBuf; in readBytes()
193 backBuf = b; in pushBack()
211 private byte backBuf; field in InputLexer
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java107 return backBuf; in readByte()
117 buf[startIdx] = backBuf; in readBytes()
193 backBuf = b; in pushBack()
211 private byte backBuf; field in InputLexer
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java107 return backBuf; in readByte()
117 buf[startIdx] = backBuf; in readBytes()
193 backBuf = b; in pushBack()
211 private byte backBuf; field in InputLexer
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java107 return backBuf; in readByte()
117 buf[startIdx] = backBuf; in readBytes()
193 backBuf = b; in pushBack()
211 private byte backBuf; field in InputLexer
/dports/games/7kaa/7kaa-2.15.4p1/src/imgfun/generic/
H A DIC.cpp45 void IMGcall IMGcopy(char* imageBuf, int imgPitch, char* backBuf, int backPitch, int x1, int y1, in… in IMGcopy() argument
53 memcpy( &imageBuf[ dest ], &backBuf[ src ], width ); in IMGcopy()
H A DIC_R.cpp46 void IMGcall IMGcopyRemap(char* imageBuf, int imgPitch, char* backBuf, int backPitch, int x1, int y… in IMGcopyRemap() argument
56 imageBuf[ dest + i ] = colorTable[ backBuf[src + i] ]; in IMGcopyRemap()
H A DIJ_T.cpp56 void IMGcall IMGjoinTrans(char* imageBuf, int imgPitch, char* backBuf, int backPitch, int x, int y,… in IMGjoinTrans() argument
72 imageBuf[ destline + i ] = backBuf[ backline + i ]; in IMGjoinTrans()
/dports/games/7kaa/7kaa-2.15.4p1/src/imgfun/x86/
H A DIJ_T.asm35 ; Syntax : IMGjoinTrans( imageBuf, backBuf x, y, bitmapBuf )
39 ; char *backBuf - the pointer to the back buffer
55 IMGjoinTrans PROC imageBuf, imgPitch, backBuf, backPitch, x, y, bitmapPtr
59 MOV EAX, backBuf
H A DIC.asm36 ; char *backBuf - the pointer to the source surface buffer
42 IMGcopy PROC imageBuf, imgPitch, backBuf, backPitch, x1, y1, x2, y2
46 MOV EAX, backBuf
H A DIC_R.asm38 ; char *backBuf - the pointer to the back buffer
45 IMGcopyRemap PROC imageBuf, imgPitch, backBuf, backPitch, x1, y1, x2, y2, colorTable
49 MOV EAX, backBuf
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_bindings/
H A DRenderCompositorANGLE.cpp250 RefPtr<ID3D11Texture2D> backBuf; in ResizeBufferIfNeeded() local
275 (void**)getter_AddRefs(backBuf)); in ResizeBufferIfNeeded()
296 const auto buffer = reinterpret_cast<EGLClientBuffer>(backBuf.get()); in ResizeBufferIfNeeded()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DIMGFUN.h62 …void IMGcall IMGjoinTrans(char* imageBuf, int imgPitch, char* backBuf, int backPitch, int x, int y…
63 …void IMGcall IMGcopy(char* imageBuf, int imgPitch, char* backBuf, int backPitch, int x1, int y1, i…
/dports/x11/xsnow/xsnow-3.4.2/src/
H A Dmain.c739 static Drawable backBuf = 0; in HandleX11Cairo() local
740 if(backBuf) in HandleX11Cairo()
741 XdbeDeallocateBackBufferName(global.display,backBuf); in HandleX11Cairo()
742 backBuf = XdbeAllocateBackBufferName(global.display,global.SnowWin,BMETHOD); in HandleX11Cairo()
745 CairoSurface = cairo_xlib_surface_create(global.display, backBuf, visual, w, h); in HandleX11Cairo()
748 printf("Using double buffer: %#lx.\n",backBuf); in HandleX11Cairo()
/dports/www/firefox/firefox-99.0/gfx/layers/d3d11/
H A DCompositorD3D11.cpp1168 RefPtr<ID3D11Texture2D> backBuf; in UpdateRenderTarget() local
1183 (void**)backBuf.StartAssignment()); in UpdateRenderTarget()
1219 mContext->CopySubresourceRegion(backBuf, 0, rect.X(), rect.Y(), 0, in UpdateRenderTarget()
1226 mDefaultRT = new CompositingRenderTargetD3D11(backBuf, IntPoint(0, 0)); in UpdateRenderTarget()
1286 RefPtr<ID3D11Texture2D> backBuf; in PaintToTarget() local
1290 (void**)backBuf.StartAssignment()); in PaintToTarget()
1299 backBuf->GetDesc(&bbDesc); in PaintToTarget()
1317 mContext->CopyResource(readTexture, backBuf); in PaintToTarget()

123