Searched refs:longlong (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/soft-fp/
H A Dsoft-fp.h176 /* Sigh. Silly things longlong.h needs. */
197 #include <stdlib/longlong.h>
199 #include "longlong.h"
/freebsd-9.3-release/crypto/openssl/engines/vendor_defns/
H A Dcswift.h41 typedef longlong SW_U64
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dexterns1.h262 extern void longlong(int);
H A Dfunc.c1284 longlong(int n) function
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c7049 int longlong = 0;
7107 longlong = declspecs->specs[(int)ds_long] >= 2;
7407 if (long_p && !longlong && TYPE_MAIN_VARIANT (type) == double_type_node)
7424 else if (longlong && TREE_CODE (type) != INTEGER_TYPE)
7455 longlong = 0;
7480 if (longlong)
7495 else if (longlong)
7511 else if (defaulted_int && ! longlong
7034 int longlong = 0; local

Completed in 203 milliseconds