OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTEGER
(Results
1 - 25
of
90
) sorted by relevancy
1
2
3
4
/src/external/bsd/byacc/dist/test/btyacc/
inherit0.tab.h
9
#define
INTEGER
260
btyacc_destroy1.tab.h
9
#define
INTEGER
260
btyacc_destroy2.tab.h
9
#define
INTEGER
260
btyacc_destroy3.tab.h
9
#define
INTEGER
260
err_inherit3.tab.h
9
#define
INTEGER
260
inherit1.tab.h
9
#define
INTEGER
260
inherit2.tab.h
9
#define
INTEGER
260
err_inherit4.tab.h
9
#define
INTEGER
260
/src/external/gpl3/binutils/dist/gas/config/
loongarch-lex.l
44
{dec} { yylval.imm = strtoull (yytext, 0, 0); return
INTEGER
; }
45
{hex} { yylval.imm = strtoull (yytext + 2, 0, 16); return
INTEGER
; }
46
{bin} { yylval.imm = strtoull (yytext + 2, 0, 2); return
INTEGER
; }
47
{oct} { yylval.imm = strtoull (yytext + 1, 0, 8); return
INTEGER
; }
loongarch-parse.h
57
INTEGER
= 258, /*
INTEGER
*/
75
#define
INTEGER
258
/src/external/gpl3/binutils.old/dist/gas/config/
loongarch-lex.l
44
{dec} { yylval.imm = strtoull (yytext, 0, 0); return
INTEGER
; }
45
{hex} { yylval.imm = strtoull (yytext + 2, 0, 16); return
INTEGER
; }
46
{bin} { yylval.imm = strtoull (yytext + 2, 0, 2); return
INTEGER
; }
47
{oct} { yylval.imm = strtoull (yytext + 1, 0, 8); return
INTEGER
; }
loongarch-parse.h
57
INTEGER
= 258, /*
INTEGER
*/
75
#define
INTEGER
258
/src/external/bsd/byacc/dist/test/
inherit0.y
15
%token REAL
INTEGER
32
|
INTEGER
{ $$ = 2; }
err_inherit1.y
25
%token <tval> REAL
INTEGER
63
|
INTEGER
{ $$ = tINTEGER; }
inherit1.y
27
%token <tval> REAL
INTEGER
56
|
INTEGER
{ $$ = tINTEGER; }
btyacc_destroy1.y
32
%token <tval> REAL
INTEGER
74
|
INTEGER
{ $$ = tINTEGER; }
btyacc_destroy2.y
32
%token <tval> REAL
INTEGER
74
|
INTEGER
{ $$ = tINTEGER; }
btyacc_destroy3.y
35
%token <tval> REAL
INTEGER
77
|
INTEGER
{ $$ = tINTEGER; }
/src/sbin/cgdconfig/
cgdparse.y
49
int
integer
;
66
%token <
integer
>
INTEGER
86
| KEYLENGTH
INTEGER
EOL { $$ = params_keylen($2); }
102
| ITERATIONS
INTEGER
EOL { $$ = keygen_iterations($2); }
103
| MEMORY
INTEGER
EOL { $$ = keygen_memory($2); }
104
| PARALLELISM
INTEGER
EOL { $$ = keygen_parallelism($2); }
105
| VERSION
INTEGER
EOL { $$ = keygen_version($2); }
122
intstr:
INTEGER
{ $$ = string_fromint($1); }
134
| KEYGEN_ITERATIONS
INTEGER
EOL { $$ = keygen_iterations($2);
[
all
...]
/src/external/gpl2/groff/dist/src/include/
errarg.h
24
enum { EMPTY, STRING, CHAR,
INTEGER
, UNSIGNED_INTEGER, DOUBLE } type;
/src/external/gpl2/groff/dist/src/libs/libgroff/
errarg.cpp
37
errarg::errarg(int nn) : type(
INTEGER
)
75
case
INTEGER
:
/src/external/gpl3/gdb/dist/gdb/
rust-parse.c
65
subexpression 5: text of
integer
90
INTEGER
,
125
/* A typed
integer
constant. */
251
instead only as a decimal
integer
. See parse_field. */
652
return
INTEGER
;
905
/* Lex a decimal
integer
. */
946
/*
Integer
part matched. */
977
case we might need to parse an
integer
. For example, "23.f()" is
1042
error (_("Invalid
integer
"));
1066
return is_integer ?
INTEGER
: FLOAT
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
rust-parse.c
65
subexpression 5: text of
integer
90
INTEGER
,
125
/* A typed
integer
constant. */
648
return
INTEGER
;
923
/*
Integer
part matched. */
957
case we might need to parse an
integer
. For example, "23.f()" is
1028
error (_("Invalid
integer
"));
1052
return is_integer ? (could_be_decimal ? DECIMAL_INTEGER :
INTEGER
) : FLOAT;
1571
case
INTEGER
:
1667
if (current_token !=
INTEGER
&& current_token != DECIMAL_INTEGER
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/recipes/
15-test_gensm2.t
37
.*?\Qprim:
INTEGER
:00\E\R
/src/crypto/external/bsd/openssl/dist/test/recipes/
15-test_gensm2.t
37
.*?\Qprim:
INTEGER
:00\E\R
Completed in 34 milliseconds
1
2
3
4
Indexes created Wed Apr 29 00:23:26 UTC 2026