OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPECIAL
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/printf/
_itoa.h
39
# define
SPECIAL
(Base) \
46
SPECIAL
(10);
47
SPECIAL
(16);
48
SPECIAL
(8);
65
SPECIAL
(10);
66
SPECIAL
(16);
67
SPECIAL
(8);
75
# undef
SPECIAL
_itowa.h
42
#define
SPECIAL
(Base) \
49
SPECIAL
(10);
50
SPECIAL
(16);
51
SPECIAL
(8);
71
SPECIAL
(10);
72
SPECIAL
(16);
73
SPECIAL
(8);
81
#undef
SPECIAL
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
_itoa.h
39
# define
SPECIAL
(Base) \
46
SPECIAL
(10);
47
SPECIAL
(16);
48
SPECIAL
(8);
65
SPECIAL
(10);
66
SPECIAL
(16);
67
SPECIAL
(8);
75
# undef
SPECIAL
_itowa.h
42
#define
SPECIAL
(Base) \
49
SPECIAL
(10);
50
SPECIAL
(16);
51
SPECIAL
(8);
71
SPECIAL
(10);
72
SPECIAL
(16);
73
SPECIAL
(8);
81
#undef
SPECIAL
/src/external/gpl3/binutils/dist/opcodes/
mips-formats.h
135
#define
SPECIAL
(SIZE, LSB, TYPE) \
/src/external/gpl3/binutils.old/dist/opcodes/
mips-formats.h
135
#define
SPECIAL
(SIZE, LSB, TYPE) \
/src/external/gpl3/gdb.old/dist/opcodes/
mips-formats.h
135
#define
SPECIAL
(SIZE, LSB, TYPE) \
/src/external/gpl3/gdb/dist/opcodes/
mips-formats.h
135
#define
SPECIAL
(SIZE, LSB, TYPE) \
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiAluCode.h
30
SPECIAL
= 0x07,
32
// Shift instructions are treated as
SPECIAL
when encoding the machine
/src/usr.bin/rdist/
defs.h
23
* FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL
, EXEMPLARY, OR CONSEQUENTIAL
70
#define
SPECIAL
14
109
short sc_type; /* type - INSTALL,NOTIFY,EXCEPT,
SPECIAL
*/
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
expand_path.c
25
* INDIRECT, INCIDENTAL,
SPECIAL
, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
349
#define
SPECIAL
(f) SPECIALP(f, NULL)
363
{"LIBDIR",
SPECIAL
(_expand_bin_dir)},
364
{"BINDIR",
SPECIAL
(_expand_bin_dir)},
365
{"LIBEXEC",
SPECIAL
(_expand_bin_dir)},
366
{"SBINDIR",
SPECIAL
(_expand_bin_dir)},
373
{"TEMP",
SPECIAL
(_expand_temp_folder)},
374
{"USERID",
SPECIAL
(_expand_userid)},
375
{"uid",
SPECIAL
(_expand_userid)},
376
{"null",
SPECIAL
(_expand_null)
[
all
...]
/src/bin/ksh/
table.h
44
#define
SPECIAL
BIT(8) /* PATH, IFS, SECONDS, etc */
65
#define SPEC_BI BIT(12) /* a POSIX
special
builtin */
83
#define FC_SPECBI BIT(0) /*
special
builtin */
86
#define FC_UNREGBI BIT(3) /* un-regular builtin (!
special
,!regular) */
/src/usr.bin/deroff/
deroff.c
25
* FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL
, EXEMPLARY, OR CONSEQUENTIAL
58
* INDIRECT INCIDENTAL,
SPECIAL
, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
124
#define
SPECIAL
0
142
static char chars[128]; /*
SPECIAL
, PUNCT, APOS, DIGIT, or LETTER */
892
for (p = p1 ; (i = chars[(unsigned char)*p]) !=
SPECIAL
; ++p)
/src/external/bsd/pcc/dist/pcc/mip/
pass2.h
28
* FOR ANY DIRECT, INDIRECT INCIDENTAL,
SPECIAL
, EXEMPLARY, OR CONSEQUENTIAL
91
#define
SPECIAL
0100000
92
#define SZERO
SPECIAL
93
#define SONE (
SPECIAL
|1)
94
#define SMONE (
SPECIAL
|2)
95
#define SCCON (
SPECIAL
|3) /* -256 <= constant < 256 */
96
#define SSCON (
SPECIAL
|4) /* -32768 <= constant < 32768 */
97
#define SSOREG (
SPECIAL
|5) /* non-indexed OREG */
98
#define MAXSPECIAL (
SPECIAL
|5)
165
#define NSPECIAL 0x4000 /* need
special
register treatment *
[
all
...]
/src/external/gpl3/binutils/dist/ld/
ldgram.h
135
#define
SPECIAL
388
ldgram.c
271
#define
SPECIAL
388
2112
"KEEP","ONLY_IF_RO","ONLY_IF_RW","
SPECIAL
","INPUT_SECTION_FLAGS",
2434
"sect_constraint :
SPECIAL
",
4709
{ yyval.token =
SPECIAL
; }
ldlex.c
126
/*
Special
action meaning "start processing a new file". */
1471
/*
Special
case for "unistd.h", since it is non-ANSI. We include it way
2437
{ RTOKEN(
SPECIAL
); }
/src/external/gpl3/binutils.old/dist/ld/
ldgram.h
21
/* As a
special
exception, you may create a larger work that contains
27
special
exception, which will cause the skeleton and the resulting
29
License without this
special
exception.
31
This
special
exception was added by the Free Software Foundation in
188
SPECIAL
= 389, /*
SPECIAL
*/
333
#define
SPECIAL
389
ldlex.c
126
/*
Special
action meaning "start processing a new file". */
1471
/*
Special
case for "unistd.h", since it is non-ANSI. We include it way
2437
{ RTOKEN(
SPECIAL
); }
ldgram.c
21
/* As a
special
exception, you may create a larger work that contains
27
special
exception, which will cause the skeleton and the resulting
29
License without this
special
exception.
31
This
special
exception was added by the Free Software Foundation in
289
SPECIAL
= 389, /*
SPECIAL
*/
434
#define
SPECIAL
389
646
YYSYMBOL_SPECIAL = 150, /*
SPECIAL
*/
1279
"ONLY_IF_RO", "ONLY_IF_RW", "
SPECIAL
", "INPUT_SECTION_FLAGS",
2533
lookahead, it is too
special
and may lead us to an endles
[
all
...]
Completed in 75 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026