Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 18 of 18) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-read.c54 #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 DMakefile46 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 Dprintk-formats.txt6 Raw buffer as hex string:
27 fall back to '%p' and print the address in hex.
A Dblock-scripts.txt82 numbers, written in hex, and separated by a colon.
92 which contains the major and minor numbers, written in hex, and
A Dkconfig-language.txt51 - type definition: "bool"/"tristate"/"string"/"hex"/"int"
125 and hex symbols. The user can only input a value which is larger than
A Dxen-command-line.markdown619 > `= 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 D10graphics.diff469 + 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 D99minios1246 - 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 Dzconf.gperf38 hex, T_TYPE, TF_COMMAND, S_HEX
A Dzconf.hash.c_shipped120 char kconf_id_strings_str43[sizeof("hex")];
157 "hex",
A Dzconf.tab.c_shipped2468 fputs(" hex\n", out);
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Dhead.S579 adr r1, hex
591 hex: .ascii "0123456789abcdef" label
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dhead.S703 adr x1, hex
716 hex: .ascii "0123456789abcdef" label
/xen-4.10.0-shim-comet/docs/man/
A Dxentrace.pod.843 This can be: a hex value (of the form 0xNNNN...), or a set of cpu
A Dxen-vbd-interface.markdown.764 putting a single number (hex, decimal or octal) in the domain config
A Dxen-vtpmmgr.pod.7107 Use the given 40-character ASCII hex string
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Dapmbios.S65 ; print the hex number in eax
/xen-4.10.0-shim-comet/tools/python/
A Dtest.py1015 print "Build failed", hex(sts)

Completed in 27 milliseconds