Searched refs:digits (Results 1 - 25 of 156) sorted by relevance

1234567

/xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/
H A Dgen_xmlpool.py59 digits = 0
72 digits = digits + 1
74 digits = 2
75 if digits >= 2:
82 digits = digits + 1
84 digits = 3
85 if digits >= 3:
97 digits
[all...]
/xsrc/external/mit/libXdamage/dist/
H A Dconfigure.ac50 # Check damageext configuration, strip extra digits from package version to
H A Ddepcomp116 digits=0123456789
/xsrc/external/mit/libXfixes/dist/
H A Dconfigure.ac54 # Check fixesext configuration, strip extra digits from package version to
H A Ddepcomp116 digits=0123456789
/xsrc/external/mit/libXrandr/dist/
H A Dconfigure.ac52 # Check randr configuration, strip extra digits from package version to
/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).
H A Dcheck_output.py174 while self.peek() in string.digits:
184 while self.peek_test(string.ascii_letters + string.digits + '_'):
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddownload.rst16 is the year (two digits), ``N`` is an incremental number (starting at 0)
/xsrc/external/mit/libXcomposite/dist/
H A Dconfigure.ac58 # Check compositeext configuration, strip extra digits from package version to
H A Ddepcomp116 digits=0123456789
/xsrc/external/mit/libXpresent/dist/
H A Dconfigure.ac55 # Check presentext configuration, strip extra digits from package version to
/xsrc/external/mit/libXrender/dist/
H A Dconfigure.ac55 # Check render configuration, strip extra digits from package version to
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dfontdir.c206 * "iso10646-1". Strings are sorted as if sequences of digits were
215 int digits, predigits = 0; local in function:strcmpn
221 digits = Xisdigit(*s1) && Xisdigit(*s2);
222 if (digits && !predigits) {
236 predigits = digits;
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dfontdir.c206 * "iso10646-1". Strings are sorted as if sequences of digits were
215 int digits, predigits = 0; local in function:strcmpn
221 digits = Xisdigit(*s1) && Xisdigit(*s2);
222 if (digits && !predigits) {
236 predigits = digits;
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dax_compare_version.m495 # digits, and non digits are removed.
/xsrc/external/mit/xcb-util/dist/
H A Dacinclude.m491 # digits, and non digits are removed.
/xsrc/external/mit/libX11/dist/
H A DREADME.md133 * Delete compose sequences that mix top-row digits with numpad digits (!139)
/xsrc/external/mit/libXTrap/dist/
H A Ddepcomp116 digits=0123456789
/xsrc/external/mit/libXaw/dist/
H A Ddepcomp116 digits=0123456789
/xsrc/external/mit/libXcursor/dist/
H A Ddepcomp116 digits=0123456789
/xsrc/external/mit/libXdmcp/dist/
H A Ddepcomp116 digits=0123456789
/xsrc/external/mit/libXext/dist/
H A Ddepcomp116 digits=0123456789
/xsrc/external/mit/libXfont/dist/
H A Ddepcomp116 digits=0123456789
/xsrc/external/mit/libXft/dist/
H A Ddepcomp116 digits=0123456789

Completed in 17 milliseconds

1234567