| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 000-content-with-spaces.c | 1 this is four tokens with spaces
|
| H A D | 128-space-before-hash.c | 3 #pragma Testing spaces before hash
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 000-content-with-spaces.c | 1 this is four tokens with spaces
|
| H A D | 128-space-before-hash.c | 3 #pragma Testing spaces before hash
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/ |
| H A D | gen_sort_tags.py | 110 spaces = ''.rjust(offset * space_delta) 111 f.write('{0}<{1}'.format(spaces, node.tag)) 123 f.write('{0}</{1}>\n'.format(spaces, node.tag))
|
| /xsrc/external/mit/MesaLib/dist/src/intel/genxml/ |
| H A D | gen_sort_tags.py | 89 spaces = ''.rjust(offset * space_delta) 90 f.write('{0}<{1}'.format(spaces, node.tag)) 102 f.write('{0}</{1}>\n'.format(spaces, node.tag))
|
| /xsrc/external/mit/xorgproto/dist/scripts/ |
| H A D | keysym-generator.py | 162 spaces = KEYSYM_NAME_MAX_LENGTH - len(keysym) 163 if not spaces: 176 return f"#define {keysym}{' ' * spaces}_EVDEVK(0x{code:03x}) /* {kver: <{KERNEL_VERSION_PADDING}s} {evcode.name} */" 283 spaces = re.match(space_check, line) 284 if not spaces: # bug 286 if "\t" in spaces.group(1) or "\t" in spaces.group(2): 287 error("Use spaces, not tabs", line)
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | README.md | 15 - A sequence of spaces in the pattern expects a sequence of spaces or tabs in the output.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_program_print.c | 284 unsigned spaces = update_branch_depth(inst->U.I.Opcode, branch_depth); local in function:rc_print_normal_instruction 286 for (unsigned i = 0; i < spaces; i++) 345 unsigned spaces = update_branch_depth(inst->RGB.Opcode != RC_OPCODE_NOP ? local in function:rc_print_pair_instruction 348 for (unsigned i = 0; i < spaces; i++) 385 for (unsigned i = 0; i < spaces; i++) 424 for (unsigned i = 0; i < spaces; i++) 454 for (unsigned i = 0; i < spaces; i++)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_program_print.c | 284 unsigned spaces = update_branch_depth(inst->U.I.Opcode, branch_depth); local in function:rc_print_normal_instruction 286 for (unsigned i = 0; i < spaces; i++) 345 unsigned spaces = update_branch_depth(inst->RGB.Opcode != RC_OPCODE_NOP ? local in function:rc_print_pair_instruction 348 for (unsigned i = 0; i < spaces; i++) 385 for (unsigned i = 0; i < spaces; i++) 424 for (unsigned i = 0; i < spaces; i++) 454 for (unsigned i = 0; i < spaces; i++)
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | ispell.c | 878 int i, len, spaces, nls; local in function:IspellSend 889 spaces = nls = 0; 941 else if ((ch == '\n' || isspace(ch)) && spaces >= 0) 942 ++spaces; 944 spaces = -1; 960 spaces = -1; 961 else if (spaces >= 0) 962 ++spaces; 973 else if (spaces >= 0 && isspace(*mb)) 974 ++spaces; [all...] |
| /xsrc/external/mit/xset/dist/ |
| H A D | xset.c | 1334 int spaces = columnwidth - XKB_IND_FORMAT_CHARS local in function:query 1337 if (spaces < 0) 1338 spaces = 0; 1342 spaces + 3,
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | indent.lsp | 37 (defconstant indent-spaces '(#\Tab #\Space)) 43 ;; Number of spaces to insert 50 &aux start line length index current tabs spaces string 66 ;; Skip any spaces after offset, "paranoia check" 67 (while (member (char-after offset) indent-spaces) 71 ;; Check if there are only spaces before `offset' and the line `start' 72 (while (and (>= index 0) (member (char line index) indent-spaces)) 76 ;; `index' will be zero if there are only spaces in the `line' 101 ;; correct, removing spaces "inside" tabs. 110 (multiple-value-setq (tabs spaces) (floo [all...] |
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | TextAction.c | 1622 /* convert tabs and returns to spaces */ 2333 int i, spaces = MULT(ctx); local in function:Indent 2378 if (spaces > 0) { 2381 text.ptr = XawStackAlloc((unsigned)spaces, buf); 2382 for (i = 0; i < spaces; i++) 2385 text.length = spaces; 2391 pos[i] += spaces; 2393 to += spaces; 2404 /* find the amount of spaces to cut */ 2411 spaces [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | format.c | 546 /* puts colinc spaces at a time, 582 /* puts colinc spaces at a time, 771 /* always output at least colinc spaces */ 1679 int spaces; local in function:format_justify 1681 spaces = minpad > colinc ? minpad : colinc; 1682 LispWriteChars(result, padchar, spaces + (extra > 0)); 1683 k -= spaces; 1964 /* ignore newline and following spaces */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | rasterizer.rst | 337 The clipping half-spaces are defined either by the user clip planes in 340 If any clip distance output is written, those half-spaces for which no
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | rasterizer.rst | 342 The clipping half-spaces are defined either by the user clip planes in 345 If any clip distance output is written, those half-spaces for which no
|
| /xsrc/external/mit/freetype/dist/builds/ |
| H A D | toplevel.mk | 50 # The `space' variable is used to avoid trailing spaces in defining the
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.1.3.rst | 218 - st/omx: Remove trailing spaces
|
| H A D | 7.9.rst | 151 slang build fails if absolute path contains spaces
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/ |
| H A D | doxygen.conf.in | 11 # Values that contain spaces should be placed between quotes (" ") 121 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 122 # Doxygen uses this value to replace tabs by spaces in code fragments. 345 # with spaces. 863 # or name=definition (no spaces). If the definition and the = are
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| H A D | apSolaris.shar | 289 X aperture and fbs, not spaces - very important)
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | submittingpatches.rst | 30 ``git log`` uses 4 spaces of indentation (4 + 75 < 80).
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | CHANGES.md | 957 1. Allow spaces in sound files. 960 spaces. That won't do for sound libraries where file names may 961 have spaces in them. The parser now accepts spaces in file names, 962 and will trim spaces from the beginning and the end of both file 1762 workspace names can contain spaces. So, the first time you will start
|
| /xsrc/external/mit/MesaLib.old/dist/scripts/ |
| H A D | get_reviewer.pl | 1738 by either commas or spaces.
|