Searched refs:ll (Results 1 - 25 of 521) sorted by relevance

1234567891011>>

/xsrc/external/mit/xf86-video-imstt/dist/src/
H A Dimstt_accel.c83 y *= iptr->ll;
91 OUTREG(IMSTT_DP_OCTL, iptr->ll);
92 OUTREG(IMSTT_SP, iptr->ll);
113 unsigned long sp, dp, ll; local in function:IMSTTSetupForScreenToScreenCopy
117 ll = pScrn->displayWidth * (pScrn->bitsPerPixel >> 3);
118 ll = iptr->ll;
120 sp = ll << 16;
130 sp |= -(ll) & 0xffff;
131 dp = -(ll)
[all...]
H A Dimstt.h38 unsigned long ll; member in struct:_IMSTTRec
/xsrc/external/mit/ctwm/dist/doc/devman/
H A DREADME.md3 You'll need [asciidoctor](http://asciidoctor.org/) to build the manual.
6 you'll get some odd formatting in at least some cases. No attempt is
14 If you add new `*.adoc` files, you'll need to rerun `mkmk.sh`.
H A Dindex.adoc21 document that covers a number of areas. Probably over time it'll get
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtrimregion.cc105 TrimVertex *ll = left.last(); local in function:TrimRegion::canTile
106 TrimVertex *l = ( ll->param[0] > lf->param[0] ) ? ll : lf;
H A Dcoveandtiler.cc97 TrimVertex *ll = left.last(); local in function:CoveAndTiler::coveAndTile
98 if( lf->param[0] >= ll->param[0] ) {
100 blv.param[1] = ll->param[1];
106 if( ll->param[0] > uarray.uarray[top.ustart-1] ) {
107 bllv.set( ll );
108 assert( ll->param[0] <= uarray.uarray[bot.ustart] );
114 tlv.param[0] = ll->param[0];
119 bl = ll;
120 bllv.set( ll );
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_attributes.c104 uint64_t t = 1ll << shift_hi;
118 if (e <= (1ll << shift)) {
/xsrc/external/mit/sessreg/dist/
H A Dsessreg.c426 struct lastlog ll; local in function:main
428 sysnerr (lseek(llog, (off_t) (pwd->pw_uid*sizeof(ll)), 0)
430 memset(&ll, 0, sizeof(ll));
431 ll.ll_time = current_time;
433 safe_strncpy (ll.ll_line, line, sizeof (ll.ll_line));
435 safe_strncpy (ll.ll_host, host_name, sizeof (ll.ll_host));
437 sysnerr (write (llog, (char *) &ll, sizeo
[all...]
/xsrc/external/mit/ctwm/dist/tests/
H A DREADME.md5 built binary. Hopefully it'll be expanded over time.
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A DAndroid.glsl.gen.mk53 define local-l-or-ll-to-c-or-cpp
79 $(intermediates)/glsl/glsl_lexer.cpp: $(LOCAL_PATH)/glsl/glsl_lexer.ll
80 $(call local-l-or-ll-to-c-or-cpp)
88 $(call local-l-or-ll-to-c-or-cpp)
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
H A Dv3d_packet_helpers.h90 const int64_t max = (1ll << (width - 1)) - 1;
91 const int64_t min = -(1ll << (width - 1));
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A DLAVA.rst29 You'll want to start with setting up your LAVA instance and getting
31 examples to make sure your instance works at all. Then, you'll need
48 shared runner (you'll need a GitLab admin for help with this). The
56 on localhost, you'll need to set ``network_mode="host"`` in
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_noise.c530 unsigned int ii, jj, kk, ll; local in function:_mesa_noise4
579 ll = l & 0xff;
588 t0 * t0 * grad4(perm[ii + perm[jj + perm[kk + perm[ll]]]], x0, y0,
599 grad4(perm[ii + i1 + perm[jj + j1 + perm[kk + k1 + perm[ll + l1]]]],
610 grad4(perm[ii + i2 + perm[jj + j2 + perm[kk + k2 + perm[ll + l2]]]],
621 grad4(perm[ii + i3 + perm[jj + j3 + perm[kk + k3 + perm[ll + l3]]]],
632 grad4(perm[ii + 1 + perm[jj + 1 + perm[kk + 1 + perm[ll + 1]]]], x4,
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_noise.c530 unsigned int ii, jj, kk, ll; local in function:_mesa_noise4
579 ll = l & 0xff;
588 t0 * t0 * grad4(perm[ii + perm[jj + perm[kk + perm[ll]]]], x0, y0,
599 grad4(perm[ii + i1 + perm[jj + j1 + perm[kk + k1 + perm[ll + l1]]]],
610 grad4(perm[ii + i2 + perm[jj + j2 + perm[kk + k2 + perm[ll + l2]]]],
621 grad4(perm[ii + i3 + perm[jj + j3 + perm[kk + k3 + perm[ll + l3]]]],
632 grad4(perm[ii + 1 + perm[jj + 1 + perm[kk + 1 + perm[ll + 1]]]], x4,
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_conversion_builder.h252 ilow = -(1ll << (dest_bit_size - 1));
253 ihigh = (1ll << (dest_bit_size - 1)) - 1;
307 src_ilow = -(1ll << (src_bit_size - 1));
308 src_ihigh = (1ll << (src_bit_size - 1)) - 1;
/xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
H A Dv3d_packet_helpers.h93 const int64_t max = (1ll << (width - 1)) - 1;
94 const int64_t min = -(1ll << (width - 1));
/xsrc/external/mit/brotli/dist/
H A DCONTRIBUTING.md11 need to be sure of various other things—for instance that you'll tell us if you
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dvcs_checks.cmake7 # sense that it'll break if the bzr WT format changes, but that's
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmatch.c722 FcValueListPtr l1, l2, ln = NULL, ll = NULL; local in function:FcFontRenderPrepare
757 ll = func (ll,
763 FcPatternObjectListAdd (new, fel->object, ll, FcFalse);
953 FcValueListPtr new = NULL, ll, t = NULL; local in function:FcFontSetMatchInternal
960 for (ll = l; ll != NULL; ll = FcValueListNext (ll))
971 v = FcValueCanonicalize (&ll
[all...]
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dcommon_pack.h43 const int64_t max = (1ll << (width - 1)) - 1;
44 const int64_t min = -(1ll << (width - 1));
49 return (((uint32_t) v) << start) & ((2ll << end) - 1);
/xsrc/external/mit/libXau/dist/m4/
H A Dlt~obsolete.m419 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
21 # using a macro with the same name in our local m4/libtool.m4 it'll
/xsrc/external/mit/libXaw/dist/m4/
H A Dlt~obsolete.m419 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
21 # using a macro with the same name in our local m4/libtool.m4 it'll
/xsrc/external/mit/libXcursor/dist/m4/
H A Dlt~obsolete.m419 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
21 # using a macro with the same name in our local m4/libtool.m4 it'll
/xsrc/external/mit/libXdmcp/dist/m4/
H A Dlt~obsolete.m419 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
21 # using a macro with the same name in our local m4/libtool.m4 it'll
/xsrc/external/mit/libXext/dist/m4/
H A Dlt~obsolete.m419 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
21 # using a macro with the same name in our local m4/libtool.m4 it'll

Completed in 48 milliseconds

1234567891011>>