Searched refs:digit (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/fontconfig/dist/fc-cat/
H A Dfc-cat.c117 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 Dxmlconfig.c140 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 Dxmlconfig.c114 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 Dconfigure.ac29 # digit in the version number to track changes which don't affect the
/xsrc/external/mit/libXfixes/dist/
H A Dconfigure.ac30 # digit in the version number to track changes which don't affect the
/xsrc/external/mit/libXrandr/dist/
H A Dconfigure.ac29 # digit in the version number to track changes which don't affect the
/xsrc/external/mit/libXres/dist/
H A Dconfigure.ac29 # digit in the version number to track changes which don't affect the
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A DREADME.md11 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 Dactions.c57 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 Dconfigure.ac29 # digit in the version number to track changes which don't affect the
/xsrc/external/mit/libXpresent/dist/
H A Dconfigure.ac30 # digit in the version number to track changes which don't affect the
/xsrc/external/mit/libXrender/dist/
H A Dconfigure.ac29 # digit in the version number to track changes which don't affect the
/xsrc/external/mit/xterm/dist/
H A Dgen-pc-fkeys.pl181 if ( $list[$n] =~ /^kf[[:digit:]]+=/ ) {
H A Dgraphics_regis.c7329 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 Dreport-sgr.pl428 if ( $result =~ /^$csi[[:digit:];]+R$/ ) {

Completed in 29 milliseconds