Searched refs:UtStrtoul64 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Ddtparser.y165 | EXPOP_NUMBER { UtStrtoul64 (DtParsertext, 16, &$$);}
169 | EXPOP_HEX_NUMBER { UtStrtoul64 (DtParsertext, 16, &$$);}
171 /* TBD: Decimal number with prefix (0d1234) - Not supported by UtStrtoul64 at this time */
173 | EXPOP_DECIMAL_NUMBER { UtStrtoul64 (DtParsertext, 10, &$$);}
H A Dprparser.y178 | EXPOP_NUMBER { UtStrtoul64 (PrParsertext, 10, &$$);}
182 | EXPOP_HEX_NUMBER { UtStrtoul64 (PrParsertext, 16, &$$);}
H A Daslutils.c935 Status = UtStrtoul64 (String, 0, &Converted);
951 * FUNCTION: UtStrtoul64
965 UtStrtoul64 ( function
H A Daslcompiler.h1006 UtStrtoul64 (

Completed in 106 milliseconds