Home
last modified time | relevance | path

Searched refs:positiveHex (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/startup/init/services/utils/
H A Dinit_utils.c669 int positiveHex = (len > 1 && s[0] == '0' && (s[1] == 'x' || s[1] == 'X')); in StringToLL() local
671 int base = (positiveHex || negativeHex) ? HEX_BASE : DECIMAL_BASE; in StringToLL()