Home
last modified time | relevance | path

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

/base/startup/init/services/utils/
Dinit_utils.c628 …int negativeHex = (len > 2 && s[0] == '-' && s[1] == '0' && (s[2] == 'x' || s[2] == 'X')); // 2: s… in StringToLL() local
629 int base = (positiveHex || negativeHex) ? HEX_BASE : DECIMAL_BASE; in StringToLL()