Searched refs:nibble (Results 1 – 1 of 1) sorted by relevance
945 uint8_t nibble = (in_array_hex[i] >> (shift ? 0 : 4)) & 0x0F; local946 if (nibble < 10) {947 out_str[i * 2 + shift] = '0' + nibble;949 out_str[i * 2 + shift] = 'a' + nibble - 10;