Searched refs:Long (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-9.3-release/lib/libc/amd64/
H A Darith.h16 #define Long int macro
/freebsd-9.3-release/lib/libc/sparc64/
H A Darith.h16 #define Long int macro
/freebsd-9.3-release/lib/libc/ia64/
H A Darith.h20 #define Long int macro
29 #define Long int macro
/freebsd-9.3-release/lib/libc/mips/
H A Darith.h26 #define Long int macro
/freebsd-9.3-release/contrib/gdtoa/
H A Dstrtopd.c43 Long exp;
H A Dqnan.c48 #ifndef Long
49 #define Long long macro
52 typedef unsigned Long Ulong;
H A Dstrtord.c36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
38 ULtod(ULong *L, ULong *bits, Long exp, int k)
82 Long exp;
H A Dstrtorf.c36 ULtof(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
38 ULtof(ULong *L, ULong *bits, Long exp, int k)
77 Long exp;
H A DstrtorxL.c52 ULtoxL(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
54 ULtoxL(ULong *L, ULong *bits, Long exp, int k)
96 Long exp;
H A Dgdtoa.h38 #ifndef Long
39 #define Long int macro
42 typedef unsigned Long ULong;
113 extern int strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
H A Dulp.c42 Long L;
H A DstrtoIg.c36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int *rvp;
38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp)
44 Long e1;
H A DstrtorQ.c56 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
58 ULtoQ(ULong *L, ULong *bits, Long exp, int k)
115 Long exp;
H A Dstrtorx.c58 ULtox(L, bits, exp, k) UShort *L; ULong *bits; Long exp; int k;
60 ULtox(UShort *L, ULong *bits, Long exp, int k)
118 Long exp;
H A DstrtoIQ.c42 Long exp[2];
H A DstrtoId.c42 Long exp[2];
H A DstrtoIdd.c46 Long exp[2];
H A DstrtoIf.c42 Long exp[2];
H A DstrtoIx.c42 Long exp[2];
H A DstrtoIxL.c42 Long exp[2];
H A Dstrtopf.c43 Long exp;
H A Dgdtoaimp.h88 * #define Long int on machines with 32-bit ints and 64-bit longs.
109 * #define Just_16 to store 16 bits per 32-bit Long when doing
183 #define Long int macro
450 /* When Pack_32 is not defined, we store 16 bits per 32-bit Long.
453 * slower. Hence the default is now to store 32 bits per Long.
599 extern void ULtof ANSI((ULong*, ULong*, Long, int));
600 extern void ULtod ANSI((ULong*, ULong*, Long, int));
601 extern void ULtodd ANSI((ULong*, ULong*, Long, int));
602 extern void ULtoQ ANSI((ULong*, ULong*, Long, int));
603 extern void ULtox ANSI((UShort*, ULong*, Long, in
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestFunctionLookup.java68 long addr = (Long)address;
102 long addr = (Long)address;
H A DTestGetAggregate.java93 Long firstValue;
95 Map <String, Long> firstValues = new HashMap <String, Long> ();
/freebsd-9.3-release/tools/tools/ansify/
H A Dansify.pl34 use Getopt::Long;
149 Getopt::Long::Configure("auto_abbrev", "bundling");

Completed in 102 milliseconds

123