Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dquot_print.c59 register unsigned int h_nbl, l_nbl; in php_quot_print_decode() local
112 if ((--i) == 0 || (l_nbl = hexval_tbl[*(++p1)]) >= 16) { in php_quot_print_decode()
116 *(p2++) = (h_nbl << 4) | l_nbl, decoded_len++; in php_quot_print_decode()

Completed in 4 milliseconds