| /netbsd-src/external/gpl3/gdb.old/dist/zlib/old/ |
| H A D | visual-basic.txt | 34 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 D | visual-basic.txt | 34 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 D | visual-basic.txt | 34 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 D | visual-basic.txt | 34 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 D | ResourceScriptStmt.h | 31 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 D | WindresOpts.td | 3 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 D | gdtoaimp.h | 186 #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 D | strtorf.c | 38 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 D | strtord.c | 38 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 D | qnan.c | 50 #ifndef Long 51 #define Long long macro 54 typedef unsigned Long Ulong;
|
| H A D | strtorxL.c | 54 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 D | strtorx.c | 58 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 D | strtorQ.c | 56 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 D | strtoIg.c | 38 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 D | gdtoa.h | 46 #ifndef Long 47 #define Long int32_t macro 141 extern int strtodg ANSI((CONST char*, char**, CONST FPI*, Long*, ULong*,
|
| H A D | strtordd.c | 38 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 D | Getopt.pm | 37 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 D | README | 9 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 D | README.md | 9 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 D | ber | 51 # 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 D | GettextResource.java | 123 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 D | mn_MN.UTF-8.src | 19 # Long weekday names (day) 44 # Long month names (mon)
|
| H A D | he_IL.UTF-8.src | 19 # Long weekday names (day) 44 # Long month names (mon)
|
| H A D | no_NO.UTF-8.src | 19 # Long weekday names (day) 44 # Long month names (mon)
|
| /netbsd-src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/ |
| H A D | perlopt.tpl | 18 ;; 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));
|