Lines Matching refs:tohex
43 tohex(char **buf, int len, uint32_t val)
94 tohex(&w, 8, u->time_low);
96 tohex(&w, 4, u->time_mid);
98 tohex(&w, 4, u->time_hi_and_version);
101 tohex(&w, 2, u->clock_seq_hi_and_reserved);
102 tohex(&w, 2, u->clock_seq_low);
104 tohex(&w, 2, u->node[0]);
105 tohex(&w, 2, u->node[1]);
106 tohex(&w, 2, u->node[2]);
107 tohex(&w, 2, u->node[3]);
108 tohex(&w, 2, u->node[4]);
109 tohex(&w, 2, u->node[5]);