Home
last modified time | relevance | path

Searched refs:Com_Memcpy (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/dports/games/iortcw/iortcw-1.51c/MP/code/sys/
H A Dcon_log.c91 Com_Memcpy( consoleLog + writePos, in, firstChunk ); in CON_LogWrite()
92 Com_Memcpy( consoleLog, in + firstChunk, secondChunk ); in CON_LogWrite()
123 Com_Memcpy( out, consoleLog + readPos, firstChunk ); in CON_LogRead()
124 Com_Memcpy( out + firstChunk, consoleLog, secondChunk ); in CON_LogRead()
/dports/games/ioquake3-server/ioquake3-1.36/code/sys/
H A Dcon_log.c91 Com_Memcpy( consoleLog + writePos, in, firstChunk ); in CON_LogWrite()
92 Com_Memcpy( consoleLog, in + firstChunk, secondChunk ); in CON_LogWrite()
123 Com_Memcpy( out, consoleLog + readPos, firstChunk ); in CON_LogRead()
124 Com_Memcpy( out + firstChunk, out, secondChunk ); in CON_LogRead()
/dports/games/iortcw/iortcw-1.51c/SP/code/sys/
H A Dcon_log.c91 Com_Memcpy( consoleLog + writePos, in, firstChunk ); in CON_LogWrite()
92 Com_Memcpy( consoleLog, in + firstChunk, secondChunk ); in CON_LogWrite()
123 Com_Memcpy( out, consoleLog + readPos, firstChunk ); in CON_LogRead()
124 Com_Memcpy( out + firstChunk, consoleLog, secondChunk ); in CON_LogRead()
/dports/games/ioquake3/ioquake3-1.36/code/sys/
H A Dcon_log.c91 Com_Memcpy( consoleLog + writePos, in, firstChunk ); in CON_LogWrite()
92 Com_Memcpy( consoleLog, in + firstChunk, secondChunk ); in CON_LogWrite()
123 Com_Memcpy( out, consoleLog + readPos, firstChunk ); in CON_LogRead()
124 Com_Memcpy( out + firstChunk, out, secondChunk ); in CON_LogRead()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/sys/
H A Dcon_log.c91 Com_Memcpy( consoleLog + writePos, in, firstChunk ); in CON_LogWrite()
92 Com_Memcpy( consoleLog, in + firstChunk, secondChunk ); in CON_LogWrite()
123 Com_Memcpy( out, consoleLog + readPos, firstChunk ); in CON_LogRead()
124 Com_Memcpy( out + firstChunk, out, secondChunk ); in CON_LogRead()
/dports/games/openarena/openarena-engine-source-0.8.8/code/sys/
H A Dcon_log.c91 Com_Memcpy( consoleLog + writePos, in, firstChunk ); in CON_LogWrite()
92 Com_Memcpy( consoleLog, in + firstChunk, secondChunk ); in CON_LogWrite()
123 Com_Memcpy( out, consoleLog + readPos, firstChunk ); in CON_LogRead()
124 Com_Memcpy( out + firstChunk, out, secondChunk ); in CON_LogRead()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/sys/
H A Dcon_log.c91 Com_Memcpy( consoleLog + writePos, in, firstChunk ); in CON_LogWrite()
92 Com_Memcpy( consoleLog, in + firstChunk, secondChunk ); in CON_LogWrite()
123 Com_Memcpy( out, consoleLog + readPos, firstChunk ); in CON_LogRead()
124 Com_Memcpy( out + firstChunk, out, secondChunk ); in CON_LogRead()
/dports/games/evq3/evq3/code/sys/
H A Dcon_log.c91 Com_Memcpy( consoleLog + writePos, in, firstChunk ); in CON_LogWrite()
92 Com_Memcpy( consoleLog, in + firstChunk, secondChunk ); in CON_LogWrite()
123 Com_Memcpy( out, consoleLog + readPos, firstChunk ); in CON_LogRead()
124 Com_Memcpy( out + firstChunk, out, secondChunk ); in CON_LogRead()
/dports/games/iortcw/iortcw-1.51c/MP/code/renderer/
H A Dtr_font.c188 Com_Memcpy(flip, src, width*4); in WriteTGA()
189 Com_Memcpy(src, dst, width*4); in WriteTGA()
190 Com_Memcpy(dst, flip, width*4); in WriteTGA()
287 Com_Memcpy( dst, src, glyph.pitch ); in RE_ConstructGlyphInfo()
380 Com_Memcpy( font, &registeredFont[i], sizeof( fontInfo_t ) ); in RE_RegisterFont()
407 Com_Memcpy( font->name, &fdFile[fdOffset], MAX_QPATH ); in RE_RegisterFont()
414 Com_Memcpy( &registeredFont[registeredFontCount++], font, sizeof( fontInfo_t ) ); in RE_RegisterFont()
526 Com_Memcpy( &font->glyphs[i], glyph, sizeof( glyphInfo_t ) ); in RE_RegisterFont()
539 Com_Memcpy( &registeredFont[registeredFontCount++], font, sizeof( fontInfo_t ) ); in RE_RegisterFont()
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_font.c188 Com_Memcpy(flip, src, width*4); in WriteTGA()
189 Com_Memcpy(src, dst, width*4); in WriteTGA()
190 Com_Memcpy(dst, flip, width*4); in WriteTGA()
287 Com_Memcpy( dst, src, glyph.pitch ); in RE_ConstructGlyphInfo()
380 Com_Memcpy( font, &registeredFont[i], sizeof( fontInfo_t ) ); in RE_RegisterFont()
407 Com_Memcpy( font->name, &fdFile[fdOffset], MAX_QPATH ); in RE_RegisterFont()
414 Com_Memcpy( &registeredFont[registeredFontCount++], font, sizeof( fontInfo_t ) ); in RE_RegisterFont()
526 Com_Memcpy( &font->glyphs[i], glyph, sizeof( glyphInfo_t ) ); in RE_RegisterFont()
539 Com_Memcpy( &registeredFont[registeredFontCount++], font, sizeof( fontInfo_t ) ); in RE_RegisterFont()
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_font.c188 Com_Memcpy(flip, src, width*4); in WriteTGA()
189 Com_Memcpy(src, dst, width*4); in WriteTGA()
190 Com_Memcpy(dst, flip, width*4); in WriteTGA()
287 Com_Memcpy( dst, src, glyph.pitch ); in RE_ConstructGlyphInfo()
380 Com_Memcpy( font, &registeredFont[i], sizeof( fontInfo_t ) ); in RE_RegisterFont()
407 Com_Memcpy( font->name, &fdFile[fdOffset], MAX_QPATH ); in RE_RegisterFont()
414 Com_Memcpy( &registeredFont[registeredFontCount++], font, sizeof( fontInfo_t ) ); in RE_RegisterFont()
526 Com_Memcpy( &font->glyphs[i], glyph, sizeof( glyphInfo_t ) ); in RE_RegisterFont()
539 Com_Memcpy( &registeredFont[registeredFontCount++], font, sizeof( fontInfo_t ) ); in RE_RegisterFont()
/dports/games/iortcw/iortcw-1.51c/SP/code/renderer/
H A Dtr_font.c188 Com_Memcpy(flip, src, width*4); in WriteTGA()
189 Com_Memcpy(src, dst, width*4); in WriteTGA()
190 Com_Memcpy(dst, flip, width*4); in WriteTGA()
287 Com_Memcpy( dst, src, glyph.pitch ); in RE_ConstructGlyphInfo()
380 Com_Memcpy( font, &registeredFont[i], sizeof( fontInfo_t ) ); in RE_RegisterFont()
407 Com_Memcpy( font->name, &fdFile[fdOffset], MAX_QPATH ); in RE_RegisterFont()
414 Com_Memcpy( &registeredFont[registeredFontCount++], font, sizeof( fontInfo_t ) ); in RE_RegisterFont()
526 Com_Memcpy( &font->glyphs[i], glyph, sizeof( glyphInfo_t ) ); in RE_RegisterFont()
539 Com_Memcpy( &registeredFont[registeredFontCount++], font, sizeof( fontInfo_t ) ); in RE_RegisterFont()
/dports/games/ioquake3/ioquake3-1.36/code/renderer/
H A Dtr_font.c272 Com_Memcpy(dst, src, glyph.pitch); in RE_ConstructGlyphInfo()
369 Com_Memcpy(font, &registeredFont[i], sizeof(fontInfo_t)); in RE_RegisterFont()
392 Com_Memcpy(font->glyphs[i].shaderName, &fdFile[fdOffset], 32); in RE_RegisterFont()
396 Com_Memcpy(font->name, &fdFile[fdOffset], MAX_QPATH); in RE_RegisterFont()
403 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
509 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
516 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
/dports/games/ioquake3-server/ioquake3-1.36/code/renderer/
H A Dtr_font.c272 Com_Memcpy(dst, src, glyph.pitch); in RE_ConstructGlyphInfo()
369 Com_Memcpy(font, &registeredFont[i], sizeof(fontInfo_t)); in RE_RegisterFont()
392 Com_Memcpy(font->glyphs[i].shaderName, &fdFile[fdOffset], 32); in RE_RegisterFont()
396 Com_Memcpy(font->name, &fdFile[fdOffset], MAX_QPATH); in RE_RegisterFont()
403 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
509 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
516 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/renderer/
H A Dtr_font.c273 Com_Memcpy(dst, src, glyph.pitch); in RE_ConstructGlyphInfo()
370 Com_Memcpy(font, &registeredFont[i], sizeof(fontInfo_t)); in RE_RegisterFont()
393 Com_Memcpy(font->glyphs[i].shaderName, &fdFile[fdOffset], 32); in RE_RegisterFont()
397 Com_Memcpy(font->name, &fdFile[fdOffset], MAX_QPATH); in RE_RegisterFont()
404 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
510 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
517 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/renderer/
H A Dtr_font.c272 Com_Memcpy(dst, src, glyph.pitch); in RE_ConstructGlyphInfo()
369 Com_Memcpy(font, &registeredFont[i], sizeof(fontInfo_t)); in RE_RegisterFont()
392 Com_Memcpy(font->glyphs[i].shaderName, &fdFile[fdOffset], 32); in RE_RegisterFont()
396 Com_Memcpy(font->name, &fdFile[fdOffset], MAX_QPATH); in RE_RegisterFont()
403 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
509 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
516 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
/dports/games/openarena/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_font.c272 Com_Memcpy(dst, src, glyph.pitch); in RE_ConstructGlyphInfo()
369 Com_Memcpy(font, &registeredFont[i], sizeof(fontInfo_t)); in RE_RegisterFont()
392 Com_Memcpy(font->glyphs[i].shaderName, &fdFile[fdOffset], 32); in RE_RegisterFont()
396 Com_Memcpy(font->name, &fdFile[fdOffset], MAX_QPATH); in RE_RegisterFont()
403 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
509 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
516 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_font.c272 Com_Memcpy(dst, src, glyph.pitch); in RE_ConstructGlyphInfo()
369 Com_Memcpy(font, &registeredFont[i], sizeof(fontInfo_t)); in RE_RegisterFont()
392 Com_Memcpy(font->glyphs[i].shaderName, &fdFile[fdOffset], 32); in RE_RegisterFont()
396 Com_Memcpy(font->name, &fdFile[fdOffset], MAX_QPATH); in RE_RegisterFont()
403 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
509 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
516 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dcmd.c99 Com_Memcpy(&cmd_text.data[cmd_text.cursize], text, l); in Cbuf_AddText()
128 Com_Memcpy( cmd_text.data, text, len - 1 ); in Cbuf_InsertText()
203 Com_Memcpy (line, text, i); in Cbuf_Execute()
337 Com_Memcpy( &savedCmd, &cmd, sizeof( cmdContext_t ) ); in Cmd_SaveCmdContext()
347 Com_Memcpy( &cmd, &savedCmd, sizeof( cmdContext_t ) ); in Cmd_RestoreCmdContext()
/dports/games/evq3/evq3/code/renderer/
H A Dtr_font.c314 Com_Memcpy(dst, src, glyph.pitch); in RE_ConstructGlyphInfo()
417 Com_Memcpy(font, &registeredFont[i], sizeof(fontInfo_t)); in RE_RegisterFont()
442 Com_Memcpy(font->glyphs[i].shaderName, &fdFile[fdOffset], 32); in RE_RegisterFont()
446 Com_Memcpy(font->name, &fdFile[fdOffset], 64); in RE_RegisterFont()
454 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
573 Com_Memcpy(&font->glyphs[i], glyph, sizeof(glyphInfo_t)); in RE_RegisterFont()
580 Com_Memcpy(&registeredFont[registeredFontCount++], font, sizeof(fontInfo_t)); in RE_RegisterFont()
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dnet_chan.c259 Com_Memcpy( chan->unsentBuffer, data, length ); in Netchan_Transmit()
417 Com_Memcpy( chan->fragmentBuffer + chan->fragmentLength, in Netchan_Process()
439 Com_Memcpy( msg->data + 4, chan->fragmentBuffer, chan->fragmentLength ); in Netchan_Process()
505 Com_Memcpy (net_message->data, loop->msgs[i].data, loop->msgs[i].datalen); in NET_GetLoopPacket()
524 Com_Memcpy (loop->msgs[i].data, data, length); in NET_SendLoopPacket()
550 Com_Memcpy(new->data, data, length); in NET_QueuePacket()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dnet_chan.c259 Com_Memcpy( chan->unsentBuffer, data, length ); in Netchan_Transmit()
417 Com_Memcpy( chan->fragmentBuffer + chan->fragmentLength, in Netchan_Process()
439 Com_Memcpy( msg->data + 4, chan->fragmentBuffer, chan->fragmentLength ); in Netchan_Process()
505 Com_Memcpy (net_message->data, loop->msgs[i].data, loop->msgs[i].datalen); in NET_GetLoopPacket()
524 Com_Memcpy (loop->msgs[i].data, data, length); in NET_SendLoopPacket()
550 Com_Memcpy(new->data, data, length); in NET_QueuePacket()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dnet_chan.c259 Com_Memcpy( chan->unsentBuffer, data, length ); in Netchan_Transmit()
417 Com_Memcpy( chan->fragmentBuffer + chan->fragmentLength, in Netchan_Process()
439 Com_Memcpy( msg->data + 4, chan->fragmentBuffer, chan->fragmentLength ); in Netchan_Process()
505 Com_Memcpy (net_message->data, loop->msgs[i].data, loop->msgs[i].datalen); in NET_GetLoopPacket()
524 Com_Memcpy (loop->msgs[i].data, data, length); in NET_SendLoopPacket()
550 Com_Memcpy(new->data, data, length); in NET_QueuePacket()
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dnet_chan.c259 Com_Memcpy( chan->unsentBuffer, data, length ); in Netchan_Transmit()
417 Com_Memcpy( chan->fragmentBuffer + chan->fragmentLength, in Netchan_Process()
439 Com_Memcpy( msg->data + 4, chan->fragmentBuffer, chan->fragmentLength ); in Netchan_Process()
505 Com_Memcpy (net_message->data, loop->msgs[i].data, loop->msgs[i].datalen); in NET_GetLoopPacket()
524 Com_Memcpy (loop->msgs[i].data, data, length); in NET_SendLoopPacket()
550 Com_Memcpy(new->data, data, length); in NET_QueuePacket()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dnet_chan.c259 Com_Memcpy( chan->unsentBuffer, data, length ); in Netchan_Transmit()
417 Com_Memcpy( chan->fragmentBuffer + chan->fragmentLength, in Netchan_Process()
439 Com_Memcpy( msg->data + 4, chan->fragmentBuffer, chan->fragmentLength ); in Netchan_Process()
505 Com_Memcpy (net_message->data, loop->msgs[i].data, loop->msgs[i].datalen); in NET_GetLoopPacket()
524 Com_Memcpy (loop->msgs[i].data, data, length); in NET_SendLoopPacket()
550 Com_Memcpy(new->data, data, length); in NET_QueuePacket()

12345678910>>...20