HomeSort by: relevance | last modified time | path
    Searched refs:narrow (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-implementation.c 196 pixman_bool_t narrow)
202 switch ((narrow << 1) | component_alpha)
204 case 0: /* not narrow, not component alpha */
208 case 1: /* not narrow, component_alpha */
212 case 2: /* narrow, not component alpha */
216 case 3: /* narrow, component_alpha */
  /xsrc/external/mit/libX11/dist/src/
xcb_io.c 218 static void widen(uint64_t *wide, unsigned int narrow)
220 uint64_t new = (*wide & ~((uint64_t)0xFFFFFFFFUL)) | narrow;
  /xsrc/external/mit/xf86-video-sunffb/dist/src/
VISmoveImage.s 118 #define narrow o7 define
203 clr %narrow
260 sub %srcstart, 64, %narrow
261 add %srcstop, %narrow, %srcstop
262 2: add %srcnext, 64, %narrow
265 cmp %narrow, %srcend ! Group 26
270 mov 1, %narrow ! Group 29
734 4: brnz,pn %narrow, narrow_cont
1179 clr %narrow
1248 mov 1, %narrow
    [all...]
  /xsrc/external/mit/xterm/dist/
ptyx.h 1717 #define if_WIDE_OR_NARROW(screen, wide, narrow) if(screen->wide_chars) wide else narrow
1737 #define if_WIDE_OR_NARROW(screen, wide, narrow) narrow
configure 743 --enable-narrowproto enable narrow prototypes for X libraries
17597 echo "$as_me:17597: checking if you want narrow prototypes for X libraries" >&5
17598 echo $ECHO_N "checking if you want narrow prototypes for X libraries... $ECHO_C" >&6

Completed in 27 milliseconds