Searched refs:e32 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Deui64.h72 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member in union:__anon11735
93 u_int32_t e32[2]; member in union:__anon11736
98 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0)
99 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \
100 ((e).e32[1] == (o).e32[1]))
101 #define eui64_zero(e) (e).e32[0] = (e).e32[
[all...]
/macosx-10.10.1/dtrace-147/test/tst/common/types/
H A Dtst.struct.d63 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 Dtst.typedef.d64 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)));
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_lib.c185 Elf32_Ehdr e32; member in union:__anon8101
235 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) {
248 if (hdr.e32.e_ident[EI_DATA] != order)
250 if (hdr.e32.e_version != EV_CURRENT)
253 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) {
257 Elf32_Ehdr e32 = hdr.e32; local
258 ehdr_to_gelf(&e32, &hdr.e64);
274 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) {
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dstrtod.c37 1.0e32,
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dstrtod.c38 1.0e32,
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-misc.c880 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
885 bigtens[] = { 1e16, 1e32, 1e64 };
888 bigtens[] = { 1e16, 1e32 };
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A Ddtoa.cpp601 static const double bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
/macosx-10.10.1/ruby-106/ruby/
H A Dutil.c1838 bigtens[] = { 1e16, 1e32, 1e64, 1e128, 1e256 };
1853 bigtens[] = { 1e16, 1e32, 1e64 };
1857 bigtens[] = { 1e16, 1e32 };
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c19373 while( realvalue>=1e32 && exp<=350 ){ realvalue *= 1e-32; exp+=32; }
[all...]

Completed in 439 milliseconds