Searched refs:hex (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/libs/libmuslc/tools/
H A Dadd-cfi.common.awk20 hex = sub(/^0x/, "", str)
21 if (hex)
/seL4-refos-master/seL4_tools/elfloader-tool/src/
H A Dprintf.c42 static const char hex[] = "0123456789abcdef"; local
57 buff[k] = hex[n % base];
/seL4-refos-master/tools/elfloader/src/
H A Dprintf.c42 static const char hex[] = "0123456789abcdef"; local
57 buff[k] = hex[n % base];
/seL4-refos-master/kernel/tools/hardware/outputs/
H A Dyaml.py36 'tag:yaml.org,2002:int', hex(data)))
/seL4-refos-master/libs/libutils/src/
H A Dzf_log.c379 char *hex = hex_b; local
385 *hex++ = c_hex[(0xf0 & ch) >> 4];
386 *hex++ = c_hex[(0x0f & ch)];
389 while (hex != ascii_b)
391 *hex++ = ' ';
/seL4-refos-master/projects/util_libs/libutils/src/
H A Dzf_log.c379 char *hex = hex_b; local
385 *hex++ = c_hex[(0xf0 & ch) >> 4];
386 *hex++ = c_hex[(0x0f & ch)];
389 while (hex != ascii_b)
391 *hex++ = ' ';
/seL4-refos-master/kernel/manual/tools/libsel4_tools/
H A Dbitfield_gen.py1337 % (self.name, hex(tag_offset // base), hex(tag_index)))
1641 "full_mask": hex(2 ** size - 1),
1642 "full_value": hex(value)}
1646 dict(subs, part_mask=hex(2 ** pw - 1),
1647 part_value=hex(value & (2 ** pw - 1)))
2045 value, hex(value),
/seL4-refos-master/kernel/libsel4/tools/
H A Dbitfield_gen.py1337 % (self.name, hex(tag_offset // base), hex(tag_index)))
1641 "full_mask": hex(2 ** size - 1),
1642 "full_value": hex(value)}
1646 dict(subs, part_mask=hex(2 ** pw - 1),
1647 part_value=hex(value & (2 ** pw - 1)))
2045 value, hex(value),
/seL4-refos-master/libs/libsel4/tools/
H A Dbitfield_gen.py1337 % (self.name, hex(tag_offset // base), hex(tag_index)))
1641 "full_mask": hex(2 ** size - 1),
1642 "full_value": hex(value)}
1646 dict(subs, part_mask=hex(2 ** pw - 1),
1647 part_value=hex(value & (2 ** pw - 1)))
2045 value, hex(value),
/seL4-refos-master/kernel/tools/
H A Dbitfield_gen.py1337 % (self.name, hex(tag_offset // base), hex(tag_index)))
1641 "full_mask": hex(2 ** size - 1),
1642 "full_value": hex(value)}
1646 dict(subs, part_mask=hex(2 ** pw - 1),
1647 part_value=hex(value & (2 ** pw - 1)))
2045 value, hex(value),
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c626 * \n, \b, \t, \r, \xnnn (hex), \onnn (octal), \nnn (decimal). The ^-prefix
646 const char *dp, *hex = "00112233445566778899aAbBcCdDeEfF"; local
651 for (++cp; (dp = index(hex, *cp)) && (dcount++ < 2); cp++)
652 cval = (cval * 16) + (dp - hex) / 2;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c626 * \n, \b, \t, \r, \xnnn (hex), \onnn (octal), \nnn (decimal). The ^-prefix
646 const char *dp, *hex = "00112233445566778899aAbBcCdDeEfF"; local
651 for (++cp; (dp = index(hex, *cp)) && (dcount++ < 2); cp++)
652 cval = (cval * 16) + (dp - hex) / 2;

Completed in 141 milliseconds