Home | History | Annotate | Download | only in src

Lines Matching refs:hex_bytes

567     char hex_string[len + 1], hex_bytes[len/2];
570 hex2bytes(hex_string, len, hex_bytes);
572 return hex_bytes[0];
574 return hex_bytes[0] << 8 | hex_bytes[1];