Searched refs:hex (Results 1 – 7 of 7) sorted by relevance
118 f.write(hex(bytes[i]) + ',')152 f.write('const uint8_t ts_bin_' + ts_uuid.hex + '[] = {\n')159 f.write('const uint8_t fdt_bin_' + ts_uuid.hex + '[] = {\n')164 f.write('\t.fdt = fdt_bin_' + ts_uuid.hex + ',\n')183 f.write('\t.size = sizeof(ts_bin_' + ts_uuid.hex +185 f.write('\t.ts = ts_bin_' + ts_uuid.hex + ',\n')
63 f.write(hex(bytes[i]) + ',')
117 print(key.hex())
145 raise Exception('TLV %s not in range' % hex(type_id))
12 static int hex(char c) in hex() function30 c = hex(s[n]); in parse_hex()
478 goto hex; in kprintf()481 hex: _uquad = UARG(); in kprintf()
1163 hex. They cannot be used simultaneously1166 - "serial_hex" is used for the hex format; max length here is1354 serial numbers are now rendered in hex format. Fixes #6262.2040 * Remove the following deprecated functions and constants of hex-encoded4085 * Deprecate hex string DHE constants MBEDTLS_DHM_RFC3526_MODP_2048_P etc.4089 from hex strings. Superseded by mbedtls_ssl_conf_dh_param_bin()5213 * Fix mpi_write_string() to write "00" as hex output for empty MPI (found