| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| sis_memcpy.c | 626 * player buffer (buf2) and a pool of uninitialized "video" data (buf3). 629 SiS_AllocBuffers(ScrnInfoPtr pScrn, UChar **buf1, UChar **buf2, UChar **buf3) 646 if(!((*buf3) = (UChar *)malloc(BUFFERSIZE + 15))) { 658 UChar *buf3, char *frqBuf, double cpuFreq, 689 SiS_builtin_memcpy(buf2, buf3, BUFFERSIZE); 691 SiS_builtin_memcpy(buf2, buf3, BUFFERSIZE); 694 SiS_builtin_memcpy(buf2, buf3, BUFFERSIZE); 697 SiS_builtin_memcpy(buf2, buf3, BUFFERSIZE); 701 SiS_builtin_memcpy(buf3, buf2, BUFFERSIZE); 703 SiS_builtin_memcpy(buf3, buf2, BUFFERSIZE) 1061 UChar *buf1, *buf2, *buf3; local [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_memcpy.c | 728 * player buffer (buf2) and a pool of uninitialized "video" data (buf3). 731 XGI_AllocBuffers(ScrnInfoPtr pScrn, UChar **buf1, UChar **buf2, UChar **buf3) 748 if(!((*buf3) = (UChar *)xalloc(BUFFERSIZE + 15))) { 761 UChar *buf3, char *frqBuf, double cpuFreq, 793 XGI_builtin_memcpy(buf2, buf3, BUFFERSIZE); 795 XGI_builtin_memcpy(buf2, buf3, BUFFERSIZE); 798 XGI_builtin_memcpy(buf2, buf3, BUFFERSIZE); 801 XGI_builtin_memcpy(buf2, buf3, BUFFERSIZE); 805 XGI_builtin_memcpy(buf3, buf2, BUFFERSIZE); 807 XGI_builtin_memcpy(buf3, buf2, BUFFERSIZE) [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_memcpy.c | 523 unsigned char *buf1, *buf2, *buf3; local 567 * player buffer (buf2) and a pool of uninitialized "video" data (buf3). 576 if (NULL == (buf3 = (unsigned char *)malloc(testSize))) { 596 kernel_memcpy(buf2, buf3, testSize); 602 kernel_memcpy(buf2, buf3, testSize); 628 free(buf3);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| s_context.h | 331 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon2690::__anon2691
|
| s_context.c | 803 swrast->stencil_temp.buf3 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte)); 808 !swrast->stencil_temp.buf3 || 832 free(swrast->stencil_temp.buf3);
|
| s_stencil.c | 470 GLubyte *failMask = swrast->stencil_temp.buf3;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_context.h | 330 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon5009::__anon5010
|
| s_context.c | 803 swrast->stencil_temp.buf3 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte)); 808 !swrast->stencil_temp.buf3 || 832 free(swrast->stencil_temp.buf3);
|
| s_stencil.c | 410 GLubyte *failMask = swrast->stencil_temp.buf3;
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| afhints.c | 347 char buf1[16], buf2[16], buf3[16], buf4[16]; local 365 af_print_idx( buf3, 450 char buf1[16], buf2[16], buf3[16]; local 481 af_print_idx( buf3, AF_INDEX_NUM( seg->edge, edges ) ),
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_demo.cpp | 924 static char buf3[64] = ""; ImGui::InputText("hexadecimal", buf3, 64, ImGuiInputTextFlags_CharsHexadecimal | ImGuiInputTextFlags_CharsUppercase); local
|