Searched refs:lowbit (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfontmisc.h59 #define lowbit(x) ((x) & (~(x) + 1)) macro
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dfontmisc.h59 #define lowbit(x) ((x) & (~(x) + 1)) macro
/xsrc/external/mit/bdftopcf/dist/
H A Dfontmisc.h58 #define lowbit(x) ((x) & (~(x) + 1)) macro
H A Dpcfwrite.c273 CARD32 bit = lowbit(mask);
/xsrc/external/mit/libXmu/dist/src/
H A DCmapAlloc.c40 #define lowbit(x) ((x) & (~(x) + 1)) macro
169 *red = vinfo->red_mask / lowbit(vinfo->red_mask);
170 *green = vinfo->green_mask / lowbit(vinfo->green_mask);
171 *blue = vinfo->blue_mask / lowbit(vinfo->blue_mask);
H A DStdCmap.c40 #define lowbit(x) ((x) & (~(x) + 1)) macro
126 stdcmap->red_mult = lowbit(vinfo->red_mask);
127 stdcmap->green_mult = lowbit(vinfo->green_mask);
128 stdcmap->blue_mult = lowbit(vinfo->blue_mask);
H A DCrCmap.c72 #define lowbit(x) ((x) & (~(x) + 1)) macro
75 lowbit(vinfo->mask) == colormap->mult)
192 delta = lowbit(vinfo->red_mask) +
193 lowbit(vinfo->green_mask) +
194 lowbit(vinfo->blue_mask);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arm-neon-asm.h467 .irp lowbit, 1, 2, 4, 8, 16
468 .if (dst_w_bpp <= (\lowbit * 8)) && ((\lowbit * 8) < (pixblock_size * dst_w_bpp))
469 .if \lowbit < 16 /* we don't need more than 16-byte alignment */
470 tst DST_R, #\lowbit
473 pixld_src (\lowbit * 8 / dst_w_bpp), src_bpp, src_basereg, SRC
474 pixld (\lowbit * 8 / dst_w_bpp), mask_bpp, mask_basereg, MASK
476 pixld_a (\lowbit * 8 / dst_r_bpp), dst_r_bpp, dst_r_basereg, DST_R
478 add DST_R, DST_R, #\lowbit
480 PF add, PF_X, PF_X, #(\lowbit *
[all...]
H A Dpixman-arma64-neon-asm.h529 .irp lowbit, 1, 2, 4, 8, 16
531 .if (dst_w_bpp <= (\lowbit * 8)) && ((\lowbit * 8) < (pixblock_size * dst_w_bpp))
532 .if \lowbit < 16 /* we don't need more than 16-byte alignment */
533 tst DST_R, #\lowbit
536 pixld_src (\lowbit * 8 / dst_w_bpp), src_bpp, src_basereg, SRC
537 pixld (\lowbit * 8 / dst_w_bpp), mask_bpp, mask_basereg, MASK
539 pixld_a (\lowbit * 8 / dst_r_bpp), dst_r_bpp, dst_r_basereg, DST_R
541 add DST_R, DST_R, #\lowbit
543 PF add, PF_X, PF_X, #(\lowbit *
[all...]
/xsrc/external/mit/xfs/dist/include/
H A Dmisc.h74 #define lowbit(x) ((x) & (~(x) + 1)) macro
/xsrc/external/mit/xwd/dist/
H A Dxwd.c602 #define lowbit(x) ((x) & (~(x) + 1)) macro
618 red1 = lowbit(vis->red_mask);
619 green1 = lowbit(vis->green_mask);
620 blue1 = lowbit(vis->blue_mask);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dmisc.h156 #define lowbit(x) ((x) & (~(x) + 1)) macro
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DColor.c95 redInc = lowbit(pVisual->redMask);
96 greenInc = lowbit(pVisual->greenMask);
97 blueInc = lowbit(pVisual->blueMask);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DColor.c93 redInc = lowbit(pVisual->redMask);
94 greenInc = lowbit(pVisual->greenMask);
95 blueInc = lowbit(pVisual->blueMask);
/xsrc/external/mit/xorg-server/dist/include/
H A Dmisc.h152 #define lowbit(x) ((x) & (~(x) + 1)) macro
/xsrc/external/mit/xkbcomp/dist/
H A Dlisting.c123 #define lowbit(x) ((x) & (-(x))) macro
/xsrc/external/mit/xmag/dist/
H A Dxmag.c881 #define lowbit(x) ((x) & (~(x) + 1))
899 red1 = lowbit(win_info->visual->red_mask);
900 green1 = lowbit(win_info->visual->green_mask);
901 blue1 = lowbit(win_info->visual->blue_mask);
855 #define lowbit macro
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c139 index2 = (BITS32) lowbit (mask);
622 index2 = (BITS32) lowbit (mask);
H A Dcolormap.c2044 base = lowbit (mask);
2119 base = lowbit (rmask);
2153 base = lowbit (gmask);
2185 base = lowbit (bmask);
2286 base = lowbit (mask);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c135 index2 = (BITS32) lowbit(mask);
629 index2 = (BITS32) lowbit(mask);
H A Dcolormap.c1916 base = lowbit(mask);
1983 base = lowbit(rmask);
2010 base = lowbit(gmask);
2035 base = lowbit(bmask);
2127 base = lowbit(mask);
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfwrite.c258 bit = lowbit(mask);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfwrite.c260 bit = lowbit(mask);
/xsrc/external/mit/xfs/dist/os/
H A Dio.c517 mask &= ~lowbit(mask);
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicture.c1080 index2 = (BITS32) lowbit (vmask);
1422 Mask bit = lowbit(mask);

Completed in 89 milliseconds

12