Searched refs:H (Results 1 – 14 of 14) sorted by relevance
/xen/tools/libfsimage/zfs/ |
A D | zfs_sha256.c | 71 SHA256Transform(uint32_t *H, const uint8_t *cp) in SHA256Transform() argument 82 a = H[0]; b = H[1]; c = H[2]; d = H[3]; in SHA256Transform() 83 e = H[4]; f = H[5]; g = H[6]; h = H[7]; in SHA256Transform() 92 H[0] += a; H[1] += b; H[2] += c; H[3] += d; in SHA256Transform() 93 H[4] += e; H[5] += f; H[6] += g; H[7] += h; in SHA256Transform() 106 SHA256Transform(H, (uint8_t *)buf + i); in zio_checksum_SHA256() 118 SHA256Transform(H, pad + i); in zio_checksum_SHA256() 121 (uint64_t)H[0] << 32 | H[1], in zio_checksum_SHA256() 122 (uint64_t)H[2] << 32 | H[3], in zio_checksum_SHA256() 123 (uint64_t)H[4] << 32 | H[5], in zio_checksum_SHA256() [all …]
|
/xen/xen/common/ |
A D | lib.c | 97 #define H _QUAD_HIGHWORD macro 174 tmp.ul[H] = tmp.ul[L] = 1 / zero; in __qdivrem() 203 u[1] = HHALF(tmp.ul[H]); in __qdivrem() 204 u[2] = LHALF(tmp.ul[H]); in __qdivrem() 208 v[1] = HHALF(tmp.ul[H]); in __qdivrem() 209 v[2] = LHALF(tmp.ul[H]); in __qdivrem() 235 tmp.ul[H] = COMBINE(q1, q2); in __qdivrem() 344 tmp.ul[H] = COMBINE(uspace[1], uspace[2]); in __qdivrem() 349 tmp.ul[H] = COMBINE(qspace[1], qspace[2]); in __qdivrem()
|
/xen/xen/include/asm-arm/arm32/ |
A D | sysregs.h | 16 #define LOAD_CP64(r, name...) "mrrc " __stringify(CP64(%r, %H##r, name)) ";" 17 #define STORE_CP64(r, name...) "mcrr " __stringify(CP64(%r, %H##r, name)) ";"
|
/xen/ |
A D | .gitarchive-info | 1 Changeset: $Format:%H$
|
/xen/xen/include/asm-arm/arm64/ |
A D | efibind.h | 131 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E… argument
|
/xen/xen/include/asm-x86/x86_64/ |
A D | efibind.h | 152 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E… argument
|
/xen/docs/ |
A D | support-matrix-generate | 146 search_commit=$(git log --pretty=format:%H -n1 \
|
/xen/docs/misc/ |
A D | crashdb.txt | 19 the workstation, and aren't using a H/L split console:
|
A D | amd-ucode-container.txt | 68 5. find . | cpio -o -H newc > ucode.cpio
|
A D | xen-command-line.pandoc | 404 > `= List of [ vga | com1[H,L] | com2[H,L] | pv | dbgp | none ]` 413 respectively. Optionally, these arguments may be followed by an `H` or 414 `L`. `H` indicates that transmitted characters will have their MSB 1083 > `= com1[H,L] | com2[H,L] | dbgp`
|
/xen/xen/tools/ |
A D | xen.flf | 1552 0x0124 LATIN CAPITAL LETTER H WITH CIRCUMFLEX 1559 0x0125 LATIN SMALL LETTER H WITH CIRCUMFLEX 1566 0x0126 LATIN CAPITAL LETTER H WITH STROKE 1573 0x0127 LATIN SMALL LETTER H WITH STROKE
|
/xen/stubdom/grub.patches/ |
A D | 10graphics.diff | 152 + * BIOS call "INT 10H Function 0h" to set video mode 190 + * BIOS call "INT 10H Function 0Fh" to get current video mode 223 + * BIOS call "INT 10H Function 11h" to set font 258 + * BIOS call "INT 10H Function 10h" to set individual dac register
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 1362 <id>:<W>x<H>;<id>:<W>x<H>... where: 1374 =item C<H>
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 10920 mov al, #0x00 ; maximum count of 0000H = 18.2Hz
|
Completed in 26 milliseconds