Home
last modified time | relevance | path

Searched refs:Long (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A Dvisual-basic.txt34 As Long) As Integer
37 lcompr As Long) As Integer
39 String, ByVal mode As String) As Long
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
47 Long) As Integer
51 String, ByVal buflen As Long) As Integer
54 String, ByVal lcompr As Long) As Long
56 (ByVal file As String, ByVal mode As String) As Long
58 (ByVal file As Long, ByVal uncompr As String, ByVal
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A Dvisual-basic.txt34 As Long) As Integer
37 lcompr As Long) As Integer
39 String, ByVal mode As String) As Long
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
47 Long) As Integer
51 String, ByVal buflen As Long) As Integer
54 String, ByVal lcompr As Long) As Long
56 (ByVal file As String, ByVal mode As String) As Long
58 (ByVal file As Long, ByVal uncompr As String, ByVal
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A Dvisual-basic.txt34 As Long) As Integer
37 lcompr As Long) As Integer
39 String, ByVal mode As String) As Long
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
47 Long) As Integer
51 String, ByVal buflen As Long) As Integer
54 String, ByVal lcompr As Long) As Long
56 (ByVal file As String, ByVal mode As String) As Long
58 (ByVal file As Long, ByVal uncompr As String, ByVal
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A Dvisual-basic.txt34 As Long) As Integer
37 lcompr As Long) As Integer
39 String, ByVal mode As String) As Long
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
47 Long) As Integer
51 String, ByVal buflen As Long) As Integer
54 String, ByVal lcompr As Long) As Long
56 (ByVal file As String, ByVal mode As String) As Long
58 (ByVal file As Long, ByVal uncompr As String, ByVal
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h31 bool Long; variable
35 : Val(Token.intValue()), Long(Token.isLongInt()) {} in RCInt()
36 RCInt(uint32_t Value) : Val(Value), Long(false) {} in RCInt()
37 RCInt(uint32_t Value, bool IsLong) : Val(Value), Long(IsLong) {} in RCInt()
39 bool isLong() const { return Long; } in isLong()
42 std::tie(Val, Long) = std::make_pair(Val + Rhs.Val, Long | Rhs.Long);
47 std::tie(Val, Long) = std::make_pair(Val - Rhs.Val, Long | Rhs.Long);
52 std::tie(Val, Long) = std::make_pair(Val | Rhs.Val, Long | Rhs.Long);
57 std::tie(Val, Long) = std::make_pair(Val & Rhs.Val, Long | Rhs.Long);
61 RCInt operator-() const { return {-Val, Long}; }
[all …]
H A DWindresOpts.td3 multiclass Long<string name, string help> {
35 defm preprocessor : Long<"preprocessor", "Custom preprocessor command">;
36 defm preprocessor_arg : Long<"preprocessor-arg", "Preprocessor command argument">;
/netbsd-src/lib/libc/gdtoa/
H A Dgdtoaimp.h186 #define Long int32_t macro
592 extern void ULtof ANSI((ULong*, ULong*, Long, int));
593 extern void ULtod ANSI((ULong*, ULong*, Long, int));
594 extern void ULtodd ANSI((ULong*, ULong*, Long, int));
595 extern void ULtoQ ANSI((ULong*, ULong*, Long, int));
596 extern void ULtox ANSI((UShort*, ULong*, Long, int));
597 extern void ULtoxL ANSI((ULong*, ULong*, Long, int));
608 extern int gethex ANSI((CONST char**, CONST FPI*, Long*, Bigint**, int, locale_t));
628 extern int strtoIg ANSI((CONST char*, char**, CONST FPI*, Long*, Bigint**, int*));
H A Dstrtorf.c38 ULtof(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtof()
40 ULtof(ULong *L, ULong *bits, Long expt, int k)
80 Long expt;
H A Dstrtord.c38 ULtod(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtod()
40 ULtod(ULong *L, ULong *bits, Long expt, int k)
82 Long expt; in strtord()
H A Dqnan.c50 #ifndef Long
51 #define Long long macro
54 typedef unsigned Long Ulong;
H A DstrtorxL.c54 ULtoxL(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtoxL()
56 ULtoxL(ULong *L, ULong *bits, Long expt, int k)
99 Long expt;
H A Dstrtorx.c58 ULtox(L, bits, expt, k) UShort *L; ULong *bits; Long expt; int k; in ULtox()
60 ULtox(UShort *L, ULong *bits, Long expt, int k)
111 Long expt;
H A DstrtorQ.c56 ULtoQ(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtoQ()
58 ULtoQ(ULong *L, ULong *bits, Long expt, int k)
108 Long expt;
H A DstrtoIg.c38 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; CONST FPI *fpi; Long *exp; Bigint **… in strtoIg()
40 strtoIg(CONST char *s00, char **se, CONST FPI *fpi, Long *exp, Bigint **B, int *rvp)
46 Long e1;
H A Dgdtoa.h46 #ifndef Long
47 #define Long int32_t macro
141 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*,
H A Dstrtordd.c38 ULtodd(L, bits, expt, k) ULong *L; ULong *bits; Long expt; int k; in ULtodd()
40 ULtodd(ULong *L, ULong *bits, Long expt, int k)
190 Long expt;
/netbsd-src/external/gpl3/autoconf/dist/lib/Autom4te/
H A DGetopt.pm37 use Getopt::Long ();
56 Getopt::Long::Configure ("bundling", "pass_through");
59 Getopt::Long::GetOptions (%option)
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A DREADME9 1 2 3 4 : shortName : Long Name
11 If Long Name contains only word characters and hyphen-minus
12 (0x2D) or full stop (0x2E) then Long Name is used as basis
34 1 2 3 4 : shortName : Long Name
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/
H A DREADME.md9 1 2 3 4 : shortName : Long Name
11 If Long Name contains only word characters and hyphen-minus
12 (0x2D) or full stop (0x2E) then Long Name is used as basis
34 1 2 3 4 : shortName : Long Name
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dber51 # Long ReturnBatch tag
53 # Long RapBatchControlInfo tag
62 # Long Acknowledgement tag
64 # Long Sender tag
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-java/gnu/gettext/
H A DGettextResource.java123 pluralEvalMethod = catalog.getClass().getMethod("pluralEval", new Class[] { Long.TYPE }); in ngettext()
149 … i = ((Long) pluralEvalMethod.invoke(catalog, new Object[] { new Long(n) })).longValue(); in ngettext()
/netbsd-src/share/locale/time/
H A Dmn_MN.UTF-8.src19 # Long weekday names (day)
44 # Long month names (mon)
H A Dhe_IL.UTF-8.src19 # Long weekday names (day)
44 # Long month names (mon)
H A Dno_NO.UTF-8.src19 # Long weekday names (day)
44 # Long month names (mon)
/netbsd-src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
H A Dperlopt.tpl18 ;; perl list containing option definitions for Getopt::Long
34 (define optarg "") ;; the option argument for Getopt::Long
125 use Getopt::Long qw(GetOptionsFromArray);
126 Getopt::Long::Configure(qw(no_auto_abbrev no_ignore_case_always));

12345678910>>...24