Searched refs:e64 (Results 1 – 6 of 6) sorted by relevance
/titanic_50/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()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.struct.d | 76 e64 = (struct D`env_vars_64 *) 79 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1))); 80 printf("e2 = \"%s\"\n", stringof(copyinstr(e64->e2))); 81 printf("e3 = \"%s\"\n", stringof(copyinstr(e64->e3)));
|
H A D | tst.typedef.d | 77 e64 = (D`env_vars_64_t *) 80 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1))); 81 printf("e2 = \"%s\"\n", stringof(copyinstr(e64->e2))); 82 printf("e3 = \"%s\"\n", stringof(copyinstr(e64->e3)));
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 1589 Elf64_Ehdr e64; in core_elf_fdopen() local 1591 if (pread64(efp->e_fd, &e64, sizeof (e64), 0) != sizeof (e64)) { in core_elf_fdopen() 1597 (void) memcpy(efp->e_hdr.e_ident, e64.e_ident, EI_NIDENT); in core_elf_fdopen() 1598 efp->e_hdr.e_type = e64.e_type; in core_elf_fdopen() 1599 efp->e_hdr.e_machine = e64.e_machine; in core_elf_fdopen() 1600 efp->e_hdr.e_version = e64.e_version; in core_elf_fdopen() 1601 efp->e_hdr.e_entry = e64.e_entry; in core_elf_fdopen() 1602 efp->e_hdr.e_phoff = e64.e_phoff; in core_elf_fdopen() 1603 efp->e_hdr.e_shoff = e64.e_shoff; in core_elf_fdopen() 1604 efp->e_hdr.e_flags = e64.e_flags; in core_elf_fdopen() [all …]
|
/titanic_50/usr/src/data/hwdata/ |
H A D | pci.ids | 1416 4e64 R300 [Radeon 9700 PRO] (Secondary)
|