| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | ctlpix.sh | 37 lo=9216 39 for n in `seq $lo $hi`
|
| H A D | iso2022.pl | 46 my $lo = 0; 59 $lo = $opt_k ? 0 : 32; 60 for my $n ( $lo .. 127 ) {
|
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | tessmono.c | 74 GLUhalfEdge *up, *lo; local in function:__gl_meshTessellateMonoRegion 88 lo = up->Lprev; 90 while( up->Lnext != lo ) { 91 if( VertLeq( up->Dst, lo->Org )) { 92 /* up->Dst is on the left. It is safe to form triangles from lo->Org. 96 while( lo->Lnext != up && (EdgeGoesLeft( lo->Lnext ) 97 || EdgeSign( lo->Org, lo->Dst, lo [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | uarray.cc | 59 Uarray::init( REAL delta, Arc_ptr lo, Arc_ptr hi ) argument 61 ulines = (long) ((hi->tail()[0] - lo->tail()[0])/delta) + 3; 68 uarray[0] = lo->tail()[0] - delta/2.0;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | syncconst.h | 86 #define _XSyncIntToValue(pv, i) ((pv)->hi=((i<0)?~0:0),(pv)->lo=(i)) 87 #define _XSyncIntsToValue(pv, l, h) ((pv)->lo = (l), (pv)->hi = (h)) 89 ((a).hi>(b).hi || ((a).hi==(b).hi && (a).lo>(b).lo)) 91 ((a).hi<(b).hi || ((a).hi==(b).hi && (a).lo<(b).lo)) 93 ((a).hi>(b).hi || ((a).hi==(b).hi && (a).lo>=(b).lo)) 95 ((a).hi<(b).hi || ((a).hi==(b).hi && (a).lo<=(b).lo)) 179 unsigned int lo; member in struct:_XSyncValue [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Makefile.in | 144 am_libX11_xcb_la_OBJECTS = x11_xcb.lo 208 @OS2_TRUE@am__objects_1 = os2Stubs.lo 209 am_libX11_la_OBJECTS = AllCells.lo AllowEv.lo AllPlanes.lo AutoRep.lo \ 210 Backgnd.lo BdrWidth.lo Bell.lo Border.lo ChAccCo [all...] |
| /xsrc/external/mit/libX11/dist/src/xcms/ |
| H A D | Makefile.in | 112 am_libxcms_la_OBJECTS = AddDIC.lo AddSF.lo CCC.lo CvColW.lo CvCols.lo \ 113 HVC.lo HVCGcC.lo HVCGcV.lo HVCGcVC.lo HVCMnV.lo HVCMx [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Makefile.in | 146 am__objects_1 = libXaw6_la-Actions.lo libXaw6_la-AllWidgets.lo \ 147 libXaw6_la-AsciiSink.lo libXaw6_la-AsciiSrc.lo \ 148 libXaw6_la-AsciiText.lo libXaw6_la-Box.lo \ 149 libXaw6_la-Command.lo libXaw6_la-Converters.lo \ 150 libXaw6_la-Dialog.lo libXaw6_la-DisplayList.lo \ [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Makefile.in | 134 am_libXt_la_OBJECTS = ActionHook.lo Alloc.lo ArgList.lo Callback.lo \ 135 ClickTime.lo Composite.lo Constraint.lo Convert.lo \ 136 Converters.lo Core.lo Creat [all...] |
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | Makefile.in | 133 am__objects_1 = ClientWin.lo CursorName.lo DefErrMsg.lo GetHost.lo \ 134 Lower.lo 135 am_libXmu_la_OBJECTS = $(am__objects_1) AllCmap.lo Atoms.lo Clip.lo \ 136 CloseHook.lo CmapAlloc.lo CrCma [all...] |
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | Makefile.in | 60 am_libfb_la_OBJECTS = libfb_la-fb24_32.lo libfb_la-fballpriv.lo \ 61 libfb_la-fbarc.lo libfb_la-fbbits.lo libfb_la-fbblt.lo \ 62 libfb_la-fbbltone.lo libfb_la-fbcopy.lo libfb_la-fbfill.lo \ 63 libfb_la-fbfillrect.lo libfb_la-fbfillsp.lo libfb_l [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | geode_msr.c | 81 GeodeReadMSR(unsigned long addr, unsigned long *lo, unsigned long *hi) argument 94 *lo = req.val & 0xffffffff; 106 *lo = args.data & 0xffffffff; 128 *lo = data[0]; 134 GeodeWriteMSR(unsigned long addr, unsigned long lo, unsigned long hi) argument 141 req.val = (u_int64_t) hi << 32 | (u_int64_t)lo; 151 args.data = (u_int64_t) hi << 32 | (u_int64_t)lo; 168 data[0] = lo;
|
| H A D | durango.c | 189 unsigned long *hi, unsigned long *lo) 194 if (!GeodeWriteMSR(addr | reg, *lo, *hi)) 201 vsa_msr_write(reg, addr, hi, lo); 206 unsigned long *hi, unsigned long *lo) 211 if (!GeodeReadMSR(addr | reg, lo, hi)) 219 vsa_msr_read(reg, addr, hi, lo); 188 gfx_msr_asm_write(unsigned short reg,unsigned long addr,unsigned long * hi,unsigned long * lo) argument 205 gfx_msr_asm_read(unsigned short reg,unsigned long addr,unsigned long * hi,unsigned long * lo) argument
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charclass.c | 333 show_cclass_range(int lo, int hi) argument 335 int cclass = CharacterClass(lo); 336 int ident = (cclass == lo); 340 for (ch = lo + 1; ch <= hi; ch++) { 356 if (lo == hi) { 357 printf("\t%d", lo); 359 printf("\t%d-%d", lo, hi); 409 decode_range(const char *source, int *lo, int *hi) argument 414 if ((*lo = decode_one(source, &after1)) >= 0) { 417 *hi = *lo; 427 int lo, hi; local in function:do_range [all...] |
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmRandom.c | 123 unsigned long lo; local in function:drmRandom 126 lo = s->seed % s->q; 127 s->seed = s->a * lo - s->r * hi; 128 if ((s->a * lo) <= (s->r * hi)) s->seed += s->m;
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | md5.h | 35 MD5_u32plus lo, hi; member in struct:__anonf1884f690108
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | Makefile.in | 67 am__objects_1 = libxf86config_la-Device.lo libxf86config_la-Files.lo \ 68 libxf86config_la-Flags.lo libxf86config_la-Input.lo \ 69 libxf86config_la-InputClass.lo libxf86config_la-Layout.lo \ 70 libxf86config_la-Module.lo libxf86config_la-Video.lo \ 71 libxf86config_la-Monitor.lo libxf86config_la-Pointer.lo \ [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | Makefile.in | 97 am_libfb_la_OBJECTS = libfb_la-fbarc.lo libfb_la-fbbitmap.lo \ 98 libfb_la-fbblt.lo libfb_la-fbbltone.lo libfb_la-fbclip.lo \ 99 libfb_la-fbcopy.lo libfb_la-fbfill.lo libfb_la-fbgc.lo \ 100 libfb_la-fbglyph.lo libfb_la-fbimage.lo libfb_l [all...] |
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | Makefile.in | 118 am_libfb_la_OBJECTS = libfb_la-fballpriv.lo libfb_la-fbarc.lo \ 119 libfb_la-fbbits.lo libfb_la-fbblt.lo libfb_la-fbbltone.lo \ 120 libfb_la-fbcmap_mi.lo libfb_la-fbcopy.lo libfb_la-fbfill.lo \ 121 libfb_la-fbfillrect.lo libfb_la-fbfillsp.lo libfb_l [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test.h | 82 uint32_t hi, lo; local in function:rdtsc 83 __asm__ __volatile__ ("rdtsc" : "=a"(lo), "=d"(hi)); 84 return ((uint64_t)lo) | (((uint64_t)hi) << 32);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_test.h | 82 uint32_t hi, lo; local in function:rdtsc 83 __asm__ __volatile__ ("rdtsc" : "=a"(lo), "=d"(hi)); 84 return ((uint64_t)lo) | (((uint64_t)hi) << 32);
|
| /xsrc/external/mit/glu/dist/ |
| H A D | Makefile.in | 160 am_libGLU_la_OBJECTS = src/libutil/error.lo src/libutil/glue.lo \ 161 src/libutil/mipmap.lo src/libutil/project.lo \ 162 src/libutil/quad.lo src/libutil/registry.lo \ 163 src/libtess/dict.lo src/libtess/geom.lo \ 164 src/libtess/memalloc.lo src/libtess/mesh.lo \ [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | Makefile.in | 171 @DRI2_TRUE@am__objects_1 = sna_dri2.lo 172 @DRI3_TRUE@am__objects_2 = sna_dri3.lo 173 @PRESENT_TRUE@am__objects_3 = sna_present.lo 174 @XVMC_TRUE@am__objects_4 = sna_video_hwmc.lo 175 @FULL_DEBUG_TRUE@am__objects_5 = kgem_debug.lo kgem_debug_gen2.lo \ 176 @FULL_DEBUG_TRUE@ kgem_debug_gen3.lo kgem_debug_gen4.lo \ 177 @FULL_DEBUG_TRUE@ kgem_debug_gen5.lo kgem_debug_gen6.lo \ [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | Makefile.in | 137 am__objects_1 = imCallbk.lo imDefFlt.lo imDefIc.lo imDefIm.lo \ 138 imDefLkup.lo imDispch.lo imEvToWire.lo imExten.lo imImSw.lo \ 139 imInsClbk.lo imIn [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | Makefile.in | 68 am__objects_1 = s-xaaLine.lo s-xaaDashLine.lo 69 am__objects_2 = l-xaaBitmap.lo l-xaaStipple.lo l-xaaTEGlyph.lo 70 am__objects_3 = m-xaaBitmap.lo m-xaaStipple.lo m-xaaTEGlyph.lo 71 am__objects_4 = lf-xaaBitmap.lo lf-xaaStipple.lo l [all...] |