Searched refs:e64 (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.struct.d76 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 Dtst.typedef.d77 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)));
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c227 GElf_Ehdr e64; member in union:__anon12
298 ehdr_to_gelf(&e32, &hdr.e64);
301 shnum = hdr.e64.e_shnum;
302 shstrndx = hdr.e64.e_shstrndx;
310 hdr.e64.e_shoff) != sizeof (x32))
320 hdr.e64.e_shoff) != sizeof (x64))
347 sp32, nbytes, hdr.e64.e_shoff) != nbytes) {
358 } else if (pread64(fd, sp, nbytes, hdr.e64.e_shoff) != nbytes) {
/freebsd-11-stable/contrib/gdtoa/
H A Dmisc.c824 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
829 bigtens[] = { 1e16, 1e32, 1e64 };
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c985 felem e2, e4, e8, e16, e32, e64; local
1030 felem_assign(e64, ftmp);
1038 felem_mul(tmp, e64, e32);

Completed in 98 milliseconds