Searched refs:e64 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | endian.c | 83 uint64_t e64, test64; in endian_frombig() local 88 e64 = 0x8877665544332211ULL; in endian_frombig() 92 e64 = 0x1122334455667788ULL; in endian_frombig() 108 VERIFY3U(test64, ==, e64); in endian_frombig() 110 VERIFY3U(test64, ==, e64); in endian_frombig() 121 uint64_t e64, test64; in endian_fromlittle() local 126 e64 = 0x1122334455667788ULL; in endian_fromlittle() 130 e64 = 0x8877665544332211ULL; in endian_fromlittle() 146 VERIFY3U(test64, ==, e64); in endian_fromlittle() 148 VERIFY3U(test64, ==, e64); in endian_fromlittle()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.typedef.d | 75 e64 = (D`env_vars_64_t *) 78 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1))); 79 printf("e2 = \"%s\"\n", stringof(copyinstr(e64->e2))); 80 printf("e3 = \"%s\"\n", stringof(copyinstr(e64->e3)));
|
H A D | tst.struct.d | 94 e64 = (struct D`env_vars_64 *) 100 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1))); 101 printf("e2 = \"%s\"\n", stringof(copyinstr(e64->e2))); 102 printf("e3 = \"%s\"\n", stringof(copyinstr(e64->e3)));
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 429 GElf_Ehdr e64; in ctf_fdcreate_int() member 503 ehdr_to_gelf(&e32, &hdr.e64); in ctf_fdcreate_int() 506 shnum = hdr.e64.e_shnum; in ctf_fdcreate_int() 507 shstrndx = hdr.e64.e_shstrndx; in ctf_fdcreate_int() 515 hdr.e64.e_shoff) != sizeof (x32)) in ctf_fdcreate_int() 525 hdr.e64.e_shoff) != sizeof (x64)) in ctf_fdcreate_int() 552 sp32, nbytes, hdr.e64.e_shoff) != nbytes) { in ctf_fdcreate_int() 562 } else if (pread64(fd, sp, nbytes, hdr.e64.e_shoff) != nbytes) { in ctf_fdcreate_int()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 1742 Elf64_Ehdr e64; in core_elf_fdopen() local 1744 if (pread64(efp->e_fd, &e64, sizeof (e64), 0) != sizeof (e64)) { in core_elf_fdopen() 1750 (void) memcpy(efp->e_hdr.e_ident, e64.e_ident, EI_NIDENT); in core_elf_fdopen() 1751 efp->e_hdr.e_type = e64.e_type; in core_elf_fdopen() 1752 efp->e_hdr.e_machine = e64.e_machine; in core_elf_fdopen() 1753 efp->e_hdr.e_version = e64.e_version; in core_elf_fdopen() 1754 efp->e_hdr.e_entry = e64.e_entry; in core_elf_fdopen() 1755 efp->e_hdr.e_phoff = e64.e_phoff; in core_elf_fdopen() 1756 efp->e_hdr.e_shoff = e64.e_shoff; in core_elf_fdopen() 1757 efp->e_hdr.e_flags = e64.e_flags; in core_elf_fdopen() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.expr | 87 -2e64 ""
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 1875 4e64 R300 [Radeon 9700 PRO] (Secondary) 34810 2e64 Atom CE2600/3100/4100/4200/5300 Security Processor
|