OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPECIFIED
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
aix.h
87
/* On AIX, initialisers
specified
with -binitfini are called in breadth-first
230
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
233
? rs6000_special_round_type_align (STRUCT, COMPUTED,
SPECIFIED
) \
234
: MAX ((COMPUTED), (
SPECIFIED
)))
darwin.h
432
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
435
? darwin_rs6000_special_round_type_align (STRUCT, COMPUTED,
SPECIFIED
) \
438
? MAX (MAX ((COMPUTED), (
SPECIFIED
)), 128) \
439
: MAX ((COMPUTED), (
SPECIFIED
)))
freebsd64.h
142
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
146
? rs6000_special_round_type_align (STRUCT, COMPUTED,
SPECIFIED
) \
147
: MAX ((COMPUTED), (
SPECIFIED
)))
netbsd64.h
186
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
192
? rs6000_special_round_type_align (STRUCT, COMPUTED,
SPECIFIED
) \
193
: MAX ((COMPUTED), (
SPECIFIED
)))
linux64.h
225
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
229
? rs6000_special_round_type_align (STRUCT, COMPUTED,
SPECIFIED
) \
230
: MAX ((COMPUTED), (
SPECIFIED
)))
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
aix.h
87
/* On AIX, initialisers
specified
with -binitfini are called in breadth-first
230
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
235
? rs6000_special_round_type_align (STRUCT, COMPUTED,
SPECIFIED
) \
236
: MAX ((COMPUTED), (
SPECIFIED
)))
darwin.h
429
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
434
? darwin_rs6000_special_round_type_align (STRUCT, COMPUTED,
SPECIFIED
) \
437
? MAX (MAX ((COMPUTED), (
SPECIFIED
)), 128) \
438
: MAX ((COMPUTED), (
SPECIFIED
)))
freebsd64.h
141
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
147
? rs6000_special_round_type_align (STRUCT, COMPUTED,
SPECIFIED
) \
148
: MAX ((COMPUTED), (
SPECIFIED
)))
netbsd64.h
186
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
192
? rs6000_special_round_type_align (STRUCT, COMPUTED,
SPECIFIED
) \
193
: MAX ((COMPUTED), (
SPECIFIED
)))
linux64.h
225
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
231
? rs6000_special_round_type_align (STRUCT, COMPUTED,
SPECIFIED
) \
232
: MAX ((COMPUTED), (
SPECIFIED
)))
/src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.h
107
and
specified
by the user via --with-cpu=foo.
458
--with-cpu is ignored if -mcpu is
specified
.
459
--with-tune is ignored if -mtune is
specified
.
461
are
specified
. */
551
usual way is COMPUTED and the alignment explicitly
specified
was
552
SPECIFIED
.
554
The default is to use
SPECIFIED
if it is larger; otherwise, use
556
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
560
? MAX (MAX ((COMPUTED), (
SPECIFIED
)), BIGGEST_ALIGNMENT) \
561
: MAX ((COMPUTED), (
SPECIFIED
))) \
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.h
107
and
specified
by the user via --with-cpu=foo.
458
--with-cpu is ignored if -mcpu is
specified
.
459
--with-tune is ignored if -mtune is
specified
.
461
are
specified
. */
551
usual way is COMPUTED and the alignment explicitly
specified
was
552
SPECIFIED
.
554
The default is to use
SPECIFIED
if it is larger; otherwise, use
556
#define ROUND_TYPE_ALIGN(STRUCT, COMPUTED,
SPECIFIED
) \
562
? MAX (MAX ((COMPUTED), (
SPECIFIED
)), BIGGEST_ALIGNMENT) \
563
: MAX ((COMPUTED), (
SPECIFIED
))) \
[
all
...]
/src/sys/dev/audio/
audio.c
497
#define
SPECIFIED
(x) ((x) != ~0)
3766
* (Re)allocate 'memblock' with
specified
'bytes'.
6999
if (!
SPECIFIED
(ai->mode) || ai->mode == 0)
7267
if (
SPECIFIED
(pi->encoding))
7269
if (
SPECIFIED
(pi->precision))
7271
if (
SPECIFIED
(pi->channels))
7273
if (
SPECIFIED
(pi->sample_rate))
7279
if (
SPECIFIED
(ri->encoding))
7281
if (
SPECIFIED
(ri->precision))
7283
if (
SPECIFIED
(ri->channels)
[
all
...]
/src/external/gpl3/gcc/dist/libobjc/
encoding.c
191
#define rs6000_special_round_type_align(STRUCT, COMPUTED,
SPECIFIED
) \
195
? MAX (MAX (COMPUTED,
SPECIFIED
), 64) \
196
: MAX (COMPUTED,
SPECIFIED
));})
/src/external/gpl3/gcc.old/dist/libobjc/
encoding.c
186
#define rs6000_special_round_type_align(STRUCT, COMPUTED,
SPECIFIED
) \
190
? MAX (MAX (COMPUTED,
SPECIFIED
), 64) \
191
: MAX (COMPUTED,
SPECIFIED
));})
Completed in 35 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026