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

/seL4-camkes-master/projects/musllibc/tools/
H A Dadd-cfi.common.awk20 hex = sub(/^0x/, "", str)
21 if (hex)
/seL4-camkes-master/tools/seL4/elfloader-tool/src/
H A Dprintf.c42 static const char hex[] = "0123456789abcdef"; local
57 buff[k] = hex[n % base];
/seL4-camkes-master/kernel/tools/hardware/outputs/
H A Dyaml.py36 'tag:yaml.org,2002:int', hex(data)))
/seL4-camkes-master/projects/capdl/cdl_utils/
H A Duntyped_gen.py103 print("ELF image: {0}<-->{1}".format(hex(start), hex(end)))
136 print("DTB: {0}<-->{1}".format(hex(dtb_region.start), hex(dtb_region.end)))
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/example/cpp03/
H A Dclass_intrusive_map.cpp46 << std::hex
H A Dclass_intrusive.cpp68 << std::hex
H A Dmap_based_versionup.cpp54 << std::hex
H A Dclass_non_intrusive.cpp89 << std::hex
/seL4-camkes-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-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/example/boost/
H A Dmsgpack_variant_capitalize.cpp56 << std::hex
/seL4-camkes-master/tools/rumprun/lib/libbmk_core/
H A Dsubr_prf.c498 goto hex;
501 hex: _uquad = UARG();
/seL4-camkes-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-camkes-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-camkes-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-camkes-master/projects/picotcp/modules/
H A Dpico_ipv6.c197 int i = 0, diff = 0, nibble = 0, hex = 0, colons = 0; local
216 ++hex;
220 diff = (hex * 4) - nibble;
224 /* 16-bit hex block ok f.e. 1db8 */
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_ipv6.tex8 Convert the internet host address IP to a string in IPv6 colon:hex notation.
39 Convert the IPv6 colon:hex notation into binary form. The result is stored in the
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dobject.hpp779 s << "\\u" << std::hex << std::setw(4) << std::setfill('0') << (code & 0xff);

Completed in 105 milliseconds