Searched refs:hex_format (Results 1 – 4 of 4) sorted by relevance
36 def hex_format(char, digit_number): function47 converted_code = [hex_format(char, digit_number) for char in code]
51 static int hex_format = 0; variable63 if (hex_format) { in print_number()74 if (hex_format) { in print_range()665 hex_format++; in main()
2075 bool hex_format = (is.flags() & std::ios_base::hex) == std::ios_base::hex; in operator >>() local2083 else if (hex_format) in operator >>()2096 …if (hex_format && (number_category<Backend>::value == number_kind_integer) && ((s[0] != '0') || (s… in operator >>()2134 …bool hex_format = (is.flags() & std::ios_base::hex… in operator >>() local2144 if (hex_format && ((s1[0] != '0') || (s1[1] != 'x'))) in operator >>()2160 if (hex_format && ((s1[0] != '0') || (s1[1] != 'x'))) in operator >>()
1362 const char *hex_format = "0x%x"; in do_modify_inode() local1388 modify_u32(argv[0], "File flags", hex_format, &inode.i_flags); in do_modify_inode()1389 modify_u32(argv[0], "Generation", hex_format, &inode.i_generation); in do_modify_inode()