| /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/ |
| lunr.no.js | 17 !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var r,n,i;e.no=function(){this.pipeline.reset(),this.pipeline.add(e.no.trimmer,e.no.stopWordFilter,e.no.stemmer),this.searchPipeline&&(this.searchPipeline.reset(),this.searchPipeline.add(e.no.stemmer))},e.no.wordCharacters="A-Za-zªºÀ-ÖØ-öø-ʸˠ-ˤᴀ-ᴥᴬ-ᵜᵢ-ᵥᵫ-ᵷᵹ-ᶾḀ-ỿⁱⁿₐ-ₜKÅℲⅎⅠ-ↈⱠ-ⱿꜢ-ꞇꞋ-ꞭꞰ-ꞷꟷ-ꟿꬰ-ꭚꭜ-ꭤff-stA-Za-z",e.no.trimmer=e.trimmerSupport.generateTrimmer(e.no.wordCharacters),e.Pipeline.registerFunction(e.no.trimmer,"trimmer-no"),e.no.stemmer=(r=e.stemmerSupport.Among,n=e.stemmerSupport.SnowballProgram,i=new function(){var o (…) [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i965_hwmc.h | 14 unsigned int no; member in struct:i965_xvmc_surface
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_state_setup.h | 76 unsigned no; member in struct:lp_setup_variant
|
| lp_state_cs.h | 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 97 unsigned no; member in struct:lp_compute_shader_variant 114 unsigned no; member in struct:lp_compute_shader
|
| lp_state_fs.h | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 199 unsigned no; member in struct:lp_fragment_shader_variant 227 unsigned no; member in struct:lp_fragment_shader
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| lp_state_setup.h | 73 unsigned no; member in struct:lp_setup_variant
|
| lp_state_fs.h | 16 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 119 unsigned no; member in struct:lp_fragment_shader_variant 136 unsigned no; member in struct:lp_fragment_shader
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| u_debug_memory.c | 21 * IN NO EVENT SHALL VMWARE AND/OR ITS SUPPLIERS BE LIABLE FOR 66 unsigned long no; member in struct:debug_memory_header 138 hdr->no = last_no++; 262 new_hdr->no = old_hdr->no; 324 if ((start_no <= hdr->no && hdr->no < last_no) || 325 (last_no < start_no && (hdr->no < last_no || start_no <= hdr->no))) { 348 debug_printf("No memory leaks detected.\n") [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_debug_memory.c | 21 * IN NO EVENT SHALL VMWARE AND/OR ITS SUPPLIERS BE LIABLE FOR 67 unsigned long no; member in struct:debug_memory_header 139 hdr->no = last_no++; 263 new_hdr->no = old_hdr->no; 325 if ((start_no <= hdr->no && hdr->no < last_no) || 326 (last_no < start_no && (hdr->no < last_no || start_no <= hdr->no))) { 349 debug_printf("No memory leaks detected.\n") [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| tessdemo.c | 38 GLsizei no; member in struct:__anon6408 65 triangles[triangle_cnt].no = 0; 118 GLsizei no; local 122 no = triangles[triangle_cnt].no; 124 triangles[triangle_cnt].p[no][0] = p[0]; 125 triangles[triangle_cnt].p[no][1] = p[1]; 127 triangles[triangle_cnt].color[no][0] = edge_color[0]; 128 triangles[triangle_cnt].color[no][1] = edge_color[1]; 129 triangles[triangle_cnt].color[no][2] = edge_color[2] [all...] |
| /xsrc/external/mit/xdpyinfo/dist/ |
| xdpyinfo.c | 19 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 459 static const char *yes = "YES", *no = "NO", *when = "WHEN MAPPED"; local 508 (DoesBackingStore (s) == NotUseful) ? no : 510 DoesSaveUnders (s) ? yes : no); 887 (kbdinfo.servnumlock? "yes": "no")); 905 mouseinfo.emulate3buttons? "yes": "no", mouseinfo.emulate3timeout); 907 mouseinfo.chordmiddle? "yes": "no", 937 printf("no\n");
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| kgem.c | 17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 391 char no; local 396 ret = read(fd, &no, 1) == 1 && no != 'N'; 1106 * ECX = 0, 1, 2, until EAX[4:0] == 0, indicating no more caches. 1177 int v = -1; /* No param uses the sign bit, reserve it for errors */ 1305 DBG(("%s: no kernel/drm support for HAS_LLC, assuming support for LLC based on GPU generation\n", __FUNCTION__)); 1643 * if the ioctl no longer works. 2029 DBG(("%s: has no-reloc? %d\n", __FUNCTION__, 3544 bo->write, bo->mmapped == MMAPPED_CPU ? "cpu" : bo->mmapped == MMAPPED_GTT ? "gtt" : "no", [all...] |