Searched defs:hex (Results 1 – 7 of 7) sorted by relevance
23 static const char *hex = "0123456789ABCDEF"; in escape_str() local
102 static inline int io__get_hex(struct io *io, __u64 *hex) in io__get_hex()
46 static uint8_t hex(const uint8_t *data, uint8_t *crc) in hex() function
296 unsigned int hex(char c) in hex() function
1430 static struct bt_ctf_field_type *create_int_type(int size, bool sign, bool hex) in create_int_type()1471 #define CREATE_INT_TYPE(type, size, sign, hex) \ in ctf_writer__init_data() argument
140 __u64 hex; in do_test_get_hex() local
2817 static void check_optarg(char *option, int hex) in check_optarg()