| /xsrc/external/mit/fontconfig/dist/fc-cat/ |
| H A D | fc-cat.c | 117 unsigned long temp, digit; local in function:write_ulong 129 digit = temp / pow; 130 if (PUTC ((char) digit + '0', f) == EOF) 132 temp = temp - pow * digit;
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | xmlconfig.c | 140 int digit = -1; local in function:strToI 143 digit = *string - '0'; 146 digit = *string - '0'; 148 digit = *string - 'a' + 10; 150 digit = *string - 'A' + 10; 152 if (digit != -1) { 154 result = radix*result + digit; 221 /* scale of the first digit */
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xmlconfig.c | 114 int digit = -1; local in function:strToI 117 digit = *string - '0'; 120 digit = *string - '0'; 122 digit = *string - 'a' + 10; 124 digit = *string - 'A' + 10; 126 if (digit != -1) { 128 result = radix*result + digit; 195 /* scale of the first digit */
|
| /xsrc/external/mit/libXdamage/dist/ |
| H A D | configure.ac | 29 # digit in the version number to track changes which don't affect the
|
| /xsrc/external/mit/libXfixes/dist/ |
| H A D | configure.ac | 30 # digit in the version number to track changes which don't affect the
|
| /xsrc/external/mit/libXrandr/dist/ |
| H A D | configure.ac | 29 # digit in the version number to track changes which don't affect the
|
| /xsrc/external/mit/libXres/dist/ |
| H A D | configure.ac | 29 # digit in the version number to track changes which don't affect the
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | README.md | 11 Patterns can define variables which can be accessed in both python code and the pattern itself. These are useful for readability or dealing with unstable identifiers in the output. Variable identifiers are sequences of digits, ascii letters or `_` (though they cannot start with a digit).
|
| /xsrc/external/mit/xcalc/dist/ |
| H A D | actions.c | 57 static void digit(Widget w, XEvent *ev, String *vector, Cardinal *count); 113 {"digit", digit}, /* numeric key */ 229 static void digit(Widget w, XEvent *ev, String *vector, Cardinal *count) function in typeref:typename:void
|
| /xsrc/external/mit/libXcomposite/dist/ |
| H A D | configure.ac | 29 # digit in the version number to track changes which don't affect the
|
| /xsrc/external/mit/libXpresent/dist/ |
| H A D | configure.ac | 30 # digit in the version number to track changes which don't affect the
|
| /xsrc/external/mit/libXrender/dist/ |
| H A D | configure.ac | 29 # digit in the version number to track changes which don't affect the
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | gen-pc-fkeys.pl | 181 if ( $list[$n] =~ /^kf[[:digit:]]+=/ ) {
|
| H A D | graphics_regis.c | 7329 unsigned digit; local in function:parse_regis_items 7331 for (digit = 0U; digit < (state->load_w + 3U) >> 2U; digit++) { 7338 TRACE(("found end of hexadecimal string witch '%c' on digit %u\n", 7339 ch, digit)); 7346 if (digit != 0U) 7354 state->temp[digit] = ch; 7357 state->temp[digit] = '\0';
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | report-sgr.pl | 428 if ( $result =~ /^$csi[[:digit:];]+R$/ ) {
|