| /xsrc/external/mit/pixman/dist/test/ |
| H A D | check-formats.c | 13 uint32_t sa, sg, da, dg; local in function:check_op 35 sg = 0; 47 s = sa | sg; 91 sg -= src_green_mask; 92 sg &= src_green_mask; 94 while (sg != 0);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | resize.c | 357 struct sgttyb sg; local in function:main 493 sg = sgorig; 494 sg.sg_flags |= RAW; 495 UIntClr(sg.sg_flags, ECHO); 509 rc = ioctl(tty, TIOCSETP, &sg);
|
| H A D | main.c | 3946 struct sgttyb sg; local in function:spawnXTerm 4072 sg = d_sg; 4104 rc = ioctl(ttyfd, TIOCGETP, (char *) &sg); 4106 sg = d_sg; 4130 initial_erase = sg.sg_erase; 4651 sg.sg_flags &= ~(ALLDELAY | XTABS | CBREAK | RAW); 4652 sg.sg_flags |= ECHO | CRMOD; 4654 sg.sg_ispeed = line_speed; 4655 sg.sg_ospeed = line_speed; 4674 TMODE(XTTYMODE_erase, sg [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_pass.c | 344 VkExtent2D sg; local in function:v3dv_GetRenderAreaGranularity 345 subpass_get_granularity(device, pass, i, &sg); 346 pGranularity->width = MIN2(pGranularity->width, sg.width); 347 pGranularity->height = MIN2(pGranularity->height, sg.height);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-combine-float.c | 61 float sg = src[i + 2]; local in function:combine_inner 71 dest[i + 2] = combine_c (sa, sg, da, dg); 79 float sa, sr, sg, sb; local in function:combine_inner 85 sg = src[i + 2]; 96 sg *= mg; 112 sg *= ma; 125 dest[i + 2] = combine_c (mg, sg, da, dg);
|
| H A D | pixman-fast-path.c | 2182 uint32_t sr, sb, sg, t0, t1; local in function:fast_fetch_r5g6b5 2187 sg = (s >> 3) & 0x00FC00FC; 2190 sg |= sg >> 6; 2191 t0 = ((sr << 16) & 0x00FF0000) | ((sg << 8) & 0x0000FF00) | 2193 t1 = (sr & 0x00FF0000) | ((sg >> 8) & 0x0000FF00) |
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_variable_index_to_cond_assign.cpp | 479 switch_generator sg(ag, index, 4, 4); local in function:__anon8ba960860110::variable_index_to_cond_assign_visitor::convert_dereference_array 492 sg.generate(0, length, then_body); 495 sg.generate(0, length, body);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_variable_index_to_cond_assign.cpp | 479 switch_generator sg(ag, index, 4, 4); local in function:__anonacc470530110::variable_index_to_cond_assign_visitor::convert_dereference_array 492 sg.generate(0, length, then_body); 495 sg.generate(0, length, body);
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | afblue.pl | 152 $curr_offset += $s =~ s/\G(..)/'\\x$1', /sg;
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 271 sg.orth \
|
| H A D | Makefile.in | 657 sg.orth \
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_accel.c | 1086 int sr, sg, sb, sa, mr, mg, mb, ma, rr, gg, bb, aa; local in function:CrimeSubsequentCPUToScreenTextureMask32 1121 sg = (pixel >> 8) & 0xff; 1131 gg = (((sg * mg) + 0x80) & 0xff00) << 8; 1192 int sr, sg, sb, sa, rr, gg, bb, aa; local in function:CrimeSubsequentCPUToScreenTextureMask8 1227 sg = (pixel >> 8) & 0xff; 1233 gg = (((sg * mask) + 0x80) & 0xff00)
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drm.c | 2633 drm_scatter_gather_t sg; local in function:drmScatterGatherAlloc 2635 memclear(sg); 2638 sg.size = size; 2639 if (drmIoctl(fd, DRM_IOCTL_SG_ALLOC, &sg)) 2641 *handle = sg.handle; 2647 drm_scatter_gather_t sg; local in function:drmScatterGatherFree 2649 memclear(sg); 2650 sg.handle = handle; 2651 if (drmIoctl(fd, DRM_IOCTL_SG_FREE, &sg))
|
| /xsrc/external/mit/xf86-video-newport/dist/src/ |
| H A D | newport_accel.c | 245 unsigned int sr, sg, sb; local in function:NewportColor2Planes24 261 sg = 1; 267 res |= (color & mg)?sg:0; 271 sg <<= 3;
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 954 <!-- sg* -> sg --> 956 <test name="lang" compare="contains"><string>sg</string></test> 957 <edit name="lang" mode="assign" binding="same"><string>sg</string></edit>
|