| /xsrc/external/mit/xf86-video-imstt/dist/src/ |
| H A D | imstt_accel.c | 83 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 D | imstt.h | 38 unsigned long ll; member in struct:_IMSTTRec
|
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | README.md | 3 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 D | index.adoc | 21 document that covers a number of areas. Probably over time it'll get
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | trimregion.cc | 105 TrimVertex *ll = left.last(); local in function:TrimRegion::canTile 106 TrimVertex *l = ( ll->param[0] > lf->param[0] ) ? ll : lf;
|
| H A D | coveandtiler.cc | 97 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 D | pan_attributes.c | 104 uint64_t t = 1ll << shift_hi; 118 if (e <= (1ll << shift)) {
|
| /xsrc/external/mit/sessreg/dist/ |
| H A D | sessreg.c | 426 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 D | README.md | 5 built binary. Hopefully it'll be expanded over time.
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | Android.glsl.gen.mk | 53 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 D | v3d_packet_helpers.h | 90 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 D | LAVA.rst | 29 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 D | prog_noise.c | 530 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 D | prog_noise.c | 530 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 D | nir_conversion_builder.h | 252 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 D | v3d_packet_helpers.h | 93 const int64_t max = (1ll << (width - 1)) - 1; 94 const int64_t min = -(1ll << (width - 1));
|
| /xsrc/external/mit/brotli/dist/ |
| H A D | CONTRIBUTING.md | 11 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 D | vcs_checks.cmake | 7 # sense that it'll break if the bzr WT format changes, but that's
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcmatch.c | 722 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 D | common_pack.h | 43 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 D | lt~obsolete.m4 | 19 # 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 D | lt~obsolete.m4 | 19 # 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 D | lt~obsolete.m4 | 19 # 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 D | lt~obsolete.m4 | 19 # 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 D | lt~obsolete.m4 | 19 # 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
|