Searched refs:buf1 (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dvalidate.c64 char buf1[80],buf2[80]; \
89 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \
91 r_asm, #name"_asm", d, s, print_flags(buf1,inflags), print_flags(buf2,flags));
97 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \
99 r_asm, #name"_asm", d, s, print_flags(buf1,inflags), print_flags(buf2,flags));
105 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \
107 r_asm, #name"_asm", d, s, print_flags(buf1,inflags), print_flags(buf2,flags));
195 char buf1[80],buf2[80]; \
213 r, #name, d, s, shift, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \
215 r_asm, #name"_asm", d, s, shift, print_flags(buf1,inflag
[all...]
H A Ddebug.c189 char buf1[64]; local in function:print_encoded_bytes
191 sprintf(buf1+2*i,"%02x", fetch_data_byte_abs(s,o+i));
193 printk("%-20s",buf1);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dvalidate.c64 char buf1[80],buf2[80]; \
89 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \
91 r_asm, #name"_asm", d, s, print_flags(buf1,inflags), print_flags(buf2,flags));
97 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \
99 r_asm, #name"_asm", d, s, print_flags(buf1,inflags), print_flags(buf2,flags));
105 r, #name, d, s, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \
107 r_asm, #name"_asm", d, s, print_flags(buf1,inflags), print_flags(buf2,flags));
195 char buf1[80],buf2[80]; \
213 r, #name, d, s, shift, print_flags(buf1,inflags), print_flags(buf2,M.x86.R_EFLG)); \
215 r_asm, #name"_asm", d, s, shift, print_flags(buf1,inflag
[all...]
H A Ddebug.c200 char buf1[64]; local in function:print_encoded_bytes
203 sprintf(buf1 + 2 * i, "%02x", fetch_data_byte_abs(s, o + i));
205 printk("%-20s", buf1);
/xsrc/external/mit/xkbutils/dist/
H A Dutils.c133 char buf1[512], buf2[512]; local in function:uStrCaseCmp
138 for (n = 0, s = buf1; (c = *str1++); n++) {
154 return (strcmp(buf1, buf2));
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dshader-interp.c73 GLfloat buf1[300*4], buf2[300*4]; local in function:Redisplay
75 glReadPixels(Width * 1 / 4, 0, 1, Height, GL_RGBA, GL_FLOAT, buf1);
80 buf1[i*4], buf1[i*4] - buf1[i*4-4],
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_memcpy.c612 static unsigned int time_function(vidCopyFunc mf, UChar *buf1, UChar *buf2, int size) argument
618 (*mf)(buf1, buf2, size);
625 /* Allocate an area of offscreen FB memory (buf1), a simulated video
629 SiS_AllocBuffers(ScrnInfoPtr pScrn, UChar **buf1, UChar **buf2, UChar **buf3) argument
638 (*buf1) = (UChar *)pSiS->FbBase + offset;
639 (*buf1) = (UChar *)(((ULong)(*buf1) + 31) & ~31);
657 unsigned int myCPUflags, UChar *buf1, UChar *buf2,
667 /* Make probable buf1 and buf2 are not paged out by referencing them */
668 SiS_libc_memcpy(buf1, buf
656 SiS_BenchmarkMemcpy(ScrnInfoPtr pScrn,SISMCFuncData * MCFunctions,unsigned int myCPUflags,UChar * buf1,UChar * buf2,UChar * buf3,char * frqBuf,double cpuFreq,vidCopyFunc * UMemCpy,int * best2,Bool from) argument
1061 UChar *buf1, *buf2, *buf3; local in function:SiSVidCopyInitGen
[all...]
/xsrc/external/mit/proxymngr/dist/
H A Dconfig.c78 char buf1[512],buf2[512]; local in function:ncasecmp
82 for (i=0, s = buf1; i < n && (c = *str1++); i++) {
98 return (strncmp(buf1, buf2, n));
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_memcpy.c714 static unsigned int time_function(vidCopyFunc mf, UChar *buf1, UChar *buf2, int size)
720 (*mf)(buf1, buf2, size);
727 /* Allocate an area of offscreen FB memory (buf1), a simulated video
731 XGI_AllocBuffers(ScrnInfoPtr pScrn, UChar **buf1, UChar **buf2, UChar **buf3)
740 (*buf1) = (UChar *)pXGI->FbBase + offset;
741 (*buf1) = (UChar *)(((ULong)(*buf1) + 31) & ~31);
760 unsigned int myCPUflags, UChar *buf1, UChar *buf2,
770 /* Make probable buf1 and buf2 are not paged out by referencing them */
771 XGI_libc_memcpy(buf1, buf
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dbuffers.c56 const struct buffer *buf1 = (const struct buffer *)n1; local in function:buffer_insert_cmp
59 if (buf1->gpuaddr > buf2->gpuaddr)
61 else if (buf1->gpuaddr < buf2->gpuaddr)
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-inlines.h982 src_type_t buf1[2]; \
991 buf1[0] = buf1[1] = src1[0]; \
994 buf1, buf2, left_pad, weight1, weight2, 0, 0, 0, FALSE); \
1009 buf1[0] = buf1[1] = src1[src_image->bits.width - 1]; \
1012 buf1, buf2, right_pad, weight1, weight2, 0, 0, 0, FALSE); \
1018 src_type_t buf1[2]; \
1046 buf1[0] = buf1[
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_memcpy.c444 time_function(vidCopyFunc mf, unsigned char *buf1, unsigned char *buf2) argument
450 (*mf) (buf1, buf2, BSIZA, BSIZW, BSIZH, 0);
523 unsigned char *buf1, *buf2, *buf3; local in function:viaVidCopyInit
566 * Allocate an area of offscreen FB memory, (buf1), a simulated video
581 buf1 = drm_bo_map(pScrn, tmpFbBuffer);
585 /* Make probable that buf1 and buf2 are in memory by referencing them. */
586 libc_YUV42X(buf1, buf2, BSIZA, BSIZW, BSIZH, 0);
599 tmp = time_function(curData->mFunc, buf1, buf2);
603 tmp2 = time_function(curData->mFunc, buf1, buf2);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dsingle2.c327 char *buf = NULL, *buf1 = NULL; local in function:DoGetString
358 buf1 = __glXcombine_strings(string,
360 buf = __glXcombine_strings(buf1,
362 free(buf1);
/xsrc/external/mit/xorg-server/dist/glx/
H A Dsingle2.c336 char *buf = NULL, *buf1 = NULL; local in function:DoGetString
367 buf1 = __glXcombine_strings(string, cl->GLClientextensions);
368 buf = __glXcombine_strings(buf1, cx->pGlxScreen->GLextensions);
369 free(buf1);
/xsrc/external/mit/xkbcomp/dist/
H A Dutils.c286 char buf1[512], buf2[512]; local in function:uStrCaseCmp
290 for (n = 0, s = buf1; (c = *str1++); n++)
308 return (strcmp(buf1, buf2));
/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c1089 char *buf, *buf1, *buf2; local in function:XtFindFile
1094 buf1 = __XtMalloc((unsigned) PATH_MAX);
1096 buf = buf1;
1121 if (firstTime || strcmp(buf1, buf2) != 0) {
1131 if (buf == buf1) {
1133 return buf1;
1135 XtFree(buf1);
1138 if (buf == buf1)
1141 buf = buf1;
1155 XtFree(buf1);
[all...]
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafhints.c347 char buf1[16], buf2[16], buf3[16], buf4[16]; local in function:af_glyph_hints_dump_points
362 af_print_idx( buf1,
450 char buf1[16], buf2[16], buf3[16]; local in function:af_glyph_hints_dump_segments
479 af_print_idx( buf1, AF_INDEX_NUM( seg->link, segments ) ),
587 char buf1[16], buf2[16]; local in function:af_glyph_hints_dump_edges
621 af_print_idx( buf1, AF_INDEX_NUM( edge->link, edges ) ),
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h330 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anon927bb33e0108::__anon927bb33e0208
H A Ds_stencil.c360 GLubyte *stencilTemp = swrast->stencil_temp.buf1;
527 GLubyte *destVals = swrast->stencil_temp.buf1;
H A Ds_context.c801 swrast->stencil_temp.buf1 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
806 if (!swrast->stencil_temp.buf1 ||
830 free(swrast->stencil_temp.buf1);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h331 GLubyte *buf1, *buf2, *buf3, *buf4; member in struct:__anonea7e70310108::__anonea7e70310208
H A Ds_stencil.c420 GLubyte *stencilTemp = swrast->stencil_temp.buf1;
587 GLubyte *destVals = swrast->stencil_temp.buf1;
H A Ds_context.c801 swrast->stencil_temp.buf1 = malloc(SWRAST_MAX_WIDTH * sizeof(GLubyte));
806 if (!swrast->stencil_temp.buf1 ||
830 free(swrast->stencil_temp.buf1);
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccfg.c964 FcValuePromotionBuffer buf1, buf2; local in function:FcConfigCompareValue
970 left = FcConfigPromote (left, right, &buf1);
1219 FcValuePromotionBuffer buf1, buf2; local in function:FcConfigEvaluate
1339 vle = FcConfigPromote (vl, vr, &buf1);
/xsrc/external/mit/xvidtune/dist/
H A Dxvidtune.c1082 char buf1[5] = {'\0',};
1114 form, XtNstring, buf1, NULL);

Completed in 51 milliseconds

12