Searched refs:e32 (Results 1 – 7 of 7) sorted by relevance
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | tst.struct.d | 63 e32 = (struct D`env_vars_32 *) 66 printf("e1 = \"%s\"\n", stringof(copyinstr(e32->e1))); 67 printf("e2 = \"%s\"\n", stringof(copyinstr(e32->e2))); 68 printf("e3 = \"%s\"\n", stringof(copyinstr(e32->e3)));
|
H A D | tst.typedef.d | 64 e32 = (D`env_vars_32_t *) 67 printf("e1 = \"%s\"\n", stringof(copyinstr(e32->e1))); 68 printf("e2 = \"%s\"\n", stringof(copyinstr(e32->e2))); 69 printf("e3 = \"%s\"\n", stringof(copyinstr(e32->e3)));
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 227 Elf32_Ehdr e32; in ctf_fdopen() member 278 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) { in ctf_fdopen() 290 if (hdr.e32.e_ident[EI_DATA] != order) in ctf_fdopen() 292 if (hdr.e32.e_version != EV_CURRENT) in ctf_fdopen() 295 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) { in ctf_fdopen() 299 Elf32_Ehdr e32 = hdr.e32; in ctf_fdopen() local 300 ehdr_to_gelf(&e32, &hdr.e64); in ctf_fdopen() 308 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) { in ctf_fdopen() 343 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) { in ctf_fdopen()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 986 felem e2, e4, e8, e16, e32, e64; in felem_inv() local 1026 felem_assign(e32, ftmp); in felem_inv() 1039 felem_mul(tmp, e64, e32); in felem_inv()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.td | 2701 // Maps an opcode in e32 form to its e64 equivalent 2710 // Maps an opcode in e64 form to its e32 equivalent
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_ccm_cavs.txt | 18666 Plaintext = 35753e32
|
/freebsd/share/misc/ |
H A D | pci_vendors | 29575 0e32 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 0 34463 2e32 4 Series Chipset Integrated Graphics Controller
|