| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| knotvector.cc | 111 long multi = 1; local 114 multi++; 117 if ( multi > order ) { 121 multi = 1; 124 if ( multi > order ) {
|
| tobezier.cc | 50 int multi; /* multiplicity */ member in struct:Breakpt 376 Knot *mid = (outkend - 1) - order + bend->multi; 380 mid -= bpt->multi; // last knot less than knot to insert 420 for( int multi = bpt->multi; multi > 0; multi-- ) { 469 bbegin->multi = kfirst - k; 512 ubpt->multi = ubend->multi; [all...] |
| /xsrc/external/mit/xf86-input-synaptics/dist/test/ |
| eventcomm-test.c | 101 _test_press_release(BTN_0, multi[0]); 102 _test_press_release(BTN_1, multi[1]); 103 _test_press_release(BTN_2, multi[2]); 104 _test_press_release(BTN_3, multi[3]); 105 _test_press_release(BTN_4, multi[4]); 106 _test_press_release(BTN_5, multi[5]); 107 _test_press_release(BTN_6, multi[6]); 108 _test_press_release(BTN_7, multi[7]); 211 if (memcmp(a->multi, b->multi, sizeof(a->multi)) [all...] |
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| synproto.c | 114 memcpy(dst->multi, src->multi, sizeof(dst->multi)); 140 memset(hw->multi, 0, sizeof(hw->multi));
|
| ps2comm.c | 358 " -> %d multi buttons, i.e. besides standard buttons\n", 551 hw->multi[i] = FALSE; 583 hw->multi[7] = ((buf[5] & 0x08)) ? 1 : 0; 584 hw->multi[6] = ((buf[4] & 0x08)) ? 1 : 0; 586 hw->multi[5] = ((buf[5] & 0x04)) ? 1 : 0; 587 hw->multi[4] = ((buf[4] & 0x04)) ? 1 : 0; 589 hw->multi[3] = ((buf[5] & 0x02)) ? 1 : 0; 590 hw->multi[2] = ((buf[4] & 0x02)) ? 1 : 0; 592 hw->multi[1] = ((buf[5] & 0x01)) ? 1 : 0; 593 hw->multi[0] = ((buf[4] & 0x01)) ? 1 : 0 [all...] |
| synproto.h | 71 Bool multi[8]; member in struct:SynapticsHwState
|
| eventcomm.c | 670 hw->multi[0] = v; 673 hw->multi[1] = v; 676 hw->multi[2] = v; 679 hw->multi[3] = v; 682 hw->multi[4] = v; 685 hw->multi[5] = v; 688 hw->multi[6] = v; 691 hw->multi[7] = v;
|
| alpscomm.c | 172 hw->multi[i] = FALSE;
|
| synaptics.c | 2560 /* Treat the first two multi buttons as up/down for now. */ 2561 hw->up |= hw->multi[0]; 2562 hw->down |= hw->multi[1]; 2879 (hw->multi[2] ? 0x20 : 0) | (hw->multi[3] ? 0x40 : 0));
|
| /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/ |
| lunr.multi.js | 1 !function(e,t){"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():t()(e.lunr)}(this,function(){return function(o){o.multiLanguage=function(){for(var e=Array.prototype.slice.call(arguments),t=e.join("-"),i="",r=[],n=[],s=0;s<e.length;++s)"en"==e[s]?(i+="\\w",r.unshift(o.stopWordFilter),r.push(o.stemmer),n.push(o.stemmer)):(i+=o[e[s]].wordCharacters,o[e[s]].stopWordFilter&&r.unshift(o[e[s]].stopWordFilter),o[e[s]].stemmer&&(r.push(o[e[s]].stemmer),n.push(o[e[s]].stemmer)));var p=o.trimmerSupport.generateTrimmer(i);return o.Pipeline.registerFunction(p,"lunr-multi-trimmer-"+t),r.unshift(p),function(){this.pipeline.reset(),this.pipeline.add.apply(this.pipeline,r (…)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_render.c | 142 swtnl_restart(struct gl_context *ctx, int multi, unsigned vertex_size) 154 nouveau_pushbuf_refn (push, refs, multi ? 2 : 1)) 158 if (multi) 209 int multi = (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS); \ 212 if (!swtnl_restart(ctx, multi, vertex_size)) \ 222 if (multi) { \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_render.c | 142 swtnl_restart(struct gl_context *ctx, int multi, unsigned vertex_size) 154 nouveau_pushbuf_refn (push, refs, multi ? 2 : 1)) 158 if (multi) 209 int multi = (eng3d->oclass == NV04_MULTITEX_TRIANGLE_CLASS); \ 212 if (!swtnl_restart(ctx, multi, vertex_size)) \ 222 if (multi) { \
|
| /xsrc/external/mit/freetype/dist/builds/ |
| freetype.mk | 78 .PHONY: single multi objects library refdoc refdoc-venv 84 # `multi' target -- build multiple objects and library 86 multi: objects library 267 # The target `multi' on the Make command line indicates that we want to 276 ifneq ($(findstring multi,$(MAKECMDGOALS)),)
|
| /xsrc/external/mit/libxkbfile/dist/src/ |
| xkbout.c | 438 Bool multi; local 443 multi = False; 445 for (g = 1; (g < XkbKeyNumGroups(xkb, i)) && (!multi); g++) { 447 multi = True; 449 if (multi) {
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| xkbout.c | 404 Bool multi; local 409 multi = FALSE; 411 for (g = 1; (g < XkbKeyNumGroups(xkb, i)) && (!multi); g++) { 413 multi = TRUE; 415 if (multi) {
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| xkbout.c | 397 Bool multi; local 402 multi= FALSE; 404 for (g=1;(g<XkbKeyNumGroups(xkb,i))&&(!multi);g++) { 406 multi= TRUE; 408 if (multi) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_threaded_context.c | 3022 struct pipe_draw_start_count_bias multi[TC_SLOTS_PER_BATCH / call_size(tc_draw_single)]; local 3027 multi[0].start = first->info.min_index; 3028 multi[0].count = first->info.max_index; 3029 multi[0].index_bias = first->index_bias; 3030 multi[1].start = next->info.min_index; 3031 multi[1].count = next->info.max_index; 3032 multi[1].index_bias = next->index_bias; 3039 multi[num_draws].start = next->info.min_index; 3040 multi[num_draws].count = next->info.max_index; 3041 multi[num_draws].index_bias = next->index_bias [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| genX_state_upload.c | 3305 brw_batch_emit(brw, GENX(3DSTATE_MULTISAMPLE), multi) { 3306 multi.PixelLocation = CENTER; 3307 multi.NumberofMultisamples = log2_samples; 3309 INTEL_SAMPLE_POS_4X(multi.Sample); 3313 INTEL_SAMPLE_POS_1X(multi.Sample); 3316 INTEL_SAMPLE_POS_2X(multi.Sample); 3319 INTEL_SAMPLE_POS_4X(multi.Sample); 3322 INTEL_SAMPLE_POS_8X(multi.Sample);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| genX_state_upload.c | 3406 brw_batch_emit(brw, GENX(3DSTATE_MULTISAMPLE), multi) { 3407 multi.PixelLocation = CENTER; 3408 multi.NumberofMultisamples = log2_samples; 3410 GEN_SAMPLE_POS_4X(multi.Sample); 3414 GEN_SAMPLE_POS_1X(multi.Sample); 3417 GEN_SAMPLE_POS_2X(multi.Sample); 3420 GEN_SAMPLE_POS_4X(multi.Sample); 3423 GEN_SAMPLE_POS_8X(multi.Sample);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| xorgconf.cpp | 325 # a multi-line format.
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ |
| xorgconf.cpp | 331 # a multi-line format.
|