Searched refs:hex (Results 1 – 18 of 18) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-read.c | 54 #define conv(hex, num) \ argument 143 printf("Hds: %s, ", conv(hex, h)); in vhd_print_footer() 144 printf("Sctrs: %s\n", conv(hex, s)); in vhd_print_footer() 223 conv(hex, loc->data_len)); in vhd_print_parent_locators() 256 conv(hex, block)); in check_block_range() 328 conv(hex, sector + count)); in vhd_print_logical_to_physical() 588 int c, err, headers, hex; in vhd_util_read() local 592 hex = 0; in vhd_util_read() 645 hex = 1; in vhd_util_read() 659 vhd_dump_headers(name, hex); in vhd_util_read() [all …]
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | Makefile | 46 sed -e 's/AmlCode/$*/g' $(ACPI_BUILD_DIR)/$*.hex >$@ 47 rm -f $(addprefix $(ACPI_BUILD_DIR)/, $*.aml $*.hex) 79 sed -e 's/AmlCode/$*/g' $(ACPI_BUILD_DIR)/$*.hex > $@.$(TMP_SUFFIX) 82 rm -f $(addprefix $(ACPI_BUILD_DIR)/, $*.aml $*.hex) 99 rm -f $(patsubst %.c,%.hex,$(C_SRC)) $(patsubst %.c,%.aml,$(C_SRC)) $(patsubst %.c,%.asl,$(C_SRC))
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | printk-formats.txt | 6 Raw buffer as hex string: 27 fall back to '%p' and print the address in hex.
|
A D | block-scripts.txt | 82 numbers, written in hex, and separated by a colon. 92 which contains the major and minor numbers, written in hex, and
|
A D | kconfig-language.txt | 51 - type definition: "bool"/"tristate"/"string"/"hex"/"int" 125 and hex symbols. The user can only input a value which is larger than
|
A D | xen-command-line.markdown | 619 > `= List of <hex>-<hex>` 1770 `ask` option. (N.B menu modes are displayed in hex, so `<mode>`
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 10graphics.diff | 469 + int r = ((hex(arg[0]) << 4) | hex(arg[1])) >> 2; 470 + int g = ((hex(arg[2]) << 4) | hex(arg[3])) >> 2; 471 + int b = ((hex(arg[4]) << 4) | hex(arg[5])) >> 2; 499 + int r = ((hex(arg[0]) << 4) | hex(arg[1])) >> 2; 500 + int g = ((hex(arg[2]) << 4) | hex(arg[3])) >> 2; 501 + int b = ((hex(arg[4]) << 4) | hex(arg[5])) >> 2; 528 + int r = ((hex(arg[0]) << 4) | hex(arg[1])) >> 2; 529 + int g = ((hex(arg[2]) << 4) | hex(arg[3])) >> 2; 530 + int b = ((hex(arg[4]) << 4) | hex(arg[5])) >> 2; 1582 + int r = ((hex(buf[0]) << 4) | hex(buf[1])) >> 2; [all …]
|
A D | 99minios | 1246 - int r = ((hex(buf[0]) << 4) | hex(buf[1])) >> 2; 1247 - int g = ((hex(buf[2]) << 4) | hex(buf[3])) >> 2; 1248 - int b = ((hex(buf[4]) << 4) | hex(buf[5])) >> 2; 1249 + int r = ((hex(buf[0]) << 4) | hex(buf[1])); 1250 + int g = ((hex(buf[2]) << 4) | hex(buf[3])); 1251 + int b = ((hex(buf[4]) << 4) | hex(buf[5]));
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.gperf | 38 hex, T_TYPE, TF_COMMAND, S_HEX
|
A D | zconf.hash.c_shipped | 120 char kconf_id_strings_str43[sizeof("hex")]; 157 "hex",
|
A D | zconf.tab.c_shipped | 2468 fputs(" hex\n", out);
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | head.S | 579 adr r1, hex 591 hex: .ascii "0123456789abcdef" label
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | head.S | 703 adr x1, hex 716 hex: .ascii "0123456789abcdef" label
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xentrace.pod.8 | 43 This can be: a hex value (of the form 0xNNNN...), or a set of cpu
|
A D | xen-vbd-interface.markdown.7 | 64 putting a single number (hex, decimal or octal) in the domain config
|
A D | xen-vtpmmgr.pod.7 | 107 Use the given 40-character ASCII hex string
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | apmbios.S | 65 ; print the hex number in eax
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | test.py | 1015 print "Build failed", hex(sts)
|
Completed in 27 milliseconds