Searched defs:lowbit (Results 1 - 14 of 14) sorted by relevance

/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
/xsrc/external/mit/libXmu/dist/src/
H A DStdCmap.c40 #define lowbit(x) ((x) & (~(x) + 1)) macro
H A DCmapAlloc.c40 #define lowbit(x) ((x) & (~(x) + 1)) macro
H A DCrCmap.c72 #define lowbit(x) ((x) & (~(x) + 1)) macro
/xsrc/external/mit/xfs/dist/include/
H A Dmisc.h74 #define lowbit(x) ((x) & (~(x) + 1)) macro
/xsrc/external/mit/libxkbfile/dist/src/
H A Dcout.c41 #define lowbit(x) ((x) & (-(x))) macro
/xsrc/external/mit/xkbcomp/dist/
H A Dlisting.c123 #define lowbit(x) ((x) & (-(x))) macro
H A Dxkbcomp.c54 #define lowbit(x) ((x) & (-(x))) macro
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dmisc.h156 #define lowbit(x) ((x) & (~(x) + 1)) macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dmisc.h152 #define lowbit(x) ((x) & (~(x) + 1)) macro
/xsrc/external/mit/xwd/dist/
H A Dxwd.c602 #define lowbit(x) ((x) & (~(x) + 1)) macro
/xsrc/external/mit/xmag/dist/
H A Dxmag.c855 #define lowbit macro

Completed in 11 milliseconds