OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COMMON
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/arch/news68k/stand/boot/
Makefile
7
COMMON
= ${.CURDIR}/../
common
8
COMMONOBJ!= cd ${
COMMON
} && ${PRINTOBJDIR}
10
.PATH: ${
COMMON
}
/src/sys/arch/news68k/stand/bootxx/
Makefile
7
COMMON
= ${.CURDIR}/../
common
8
COMMONOBJ!= cd ${
COMMON
} && ${PRINTOBJDIR}
10
.PATH: ${
COMMON
}
/src/sys/arch/bebox/stand/boot/
Makefile
7
COMMON
= ${.CURDIR}/../
common
8
COMMONOBJ!= cd ${
COMMON
} && ${PRINTOBJDIR}
17
COMMONLIBDIR= ${.CURDIR}/../../../../../
common
/src/sys/arch/prep/stand/boot/
Makefile
7
COMMON
= ${.CURDIR}/../
common
8
COMMONOBJ!= cd ${
COMMON
} && ${PRINTOBJDIR}
/src/sys/arch/rs6000/stand/boot/
Makefile
8
COMMON
= ${.CURDIR}/../
common
9
COMMONOBJ!= cd ${
COMMON
} && ${PRINTOBJDIR}
/src/sys/arch/ews4800mips/stand/boot/
Makefile
10
COMMON
= ${.CURDIR}/../
common
24
.PATH: ${
COMMON
} ${LIBSADIR} ${SYSVBFSDIR} \
40
BINKERNEL_C = ${
COMMON
}/binkernel.c
59
COFFLDFLAGS = -T ${
COMMON
}/coffboot.ldscript -N
71
CPPFLAGS += -nostdinc -I${.OBJDIR} -I${.CURDIR} -I${
COMMON
} -I${S}
96
coffhdrfix: ${
COMMON
}/coffhdrfix.c
97
${HOST_CC} -o ${COFFHDRFIX} ${
COMMON
}/coffhdrfix.c
/src/sys/arch/arm/at91/
at91cf.c
79
#define
COMMON
1
160
printf("%s: Cannot map
common
memory space\n",
182
ph->ph_space[
COMMON
].base = sa->sa_addr + COMMON_BASE;
183
ph->ph_space[
COMMON
].size = COMMON_SIZE;
360
pa += ph->ph_space[
COMMON
].base;
/src/sys/arch/arm/ep93xx/
eppcic.c
100
#define
COMMON
1
191
ph->ph_space[
COMMON
].reg = EP93XX_PCMCIA0_Common;
192
ph->ph_space[
COMMON
].base = EP93XX_PCMCIA0_HWBASE
194
ph->ph_space[
COMMON
].size = EP93XX_PCMCIA_COMMON_SIZE;
375
eppcic_set_pcreg(ph,
COMMON
);
376
pa += ph->ph_space[
COMMON
].base;
616
case
COMMON
:
/src/external/gpl3/binutils/dist/gas/
as.c
32
#define
COMMON
304
--elf-stt-
common
=[no|yes] "));
310
generate ELF
common
symbols with STT_COMMON type\n"));
555
,{"elf-stt-
common
", required_argument, NULL, OPTION_ELF_STT_COMMON}
1039
as_fatal (_("Invalid --elf-stt-
common
= option: `%s'"),
as.h
33
#define
COMMON
as "extern" for all modules except one, where you #define
34
COMMON
as "".
35
If TEST is #defined, then we are testing a module: #define
COMMON
as "". */
150
#ifndef
COMMON
152
#define
COMMON
/* Declare our COMMONs storage here. */
154
#define
COMMON
extern /* Our commons live elsewhere. */
157
/*
COMMON
now defined */
188
COMMON
subsegT now_subseg;
191
COMMON
segT now_seg;
302
COMMON
unsigned char flag_no_comments; /* -f *
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
as.c
32
#define
COMMON
295
--elf-stt-
common
=[no|yes] "));
301
generate ELF
common
symbols with STT_COMMON type\n"));
541
,{"elf-stt-
common
", required_argument, NULL, OPTION_ELF_STT_COMMON}
1024
as_fatal (_("Invalid --elf-stt-
common
= option: `%s'"),
as.h
33
#define
COMMON
as "extern" for all modules except one, where you #define
34
COMMON
as "".
35
If TEST is #defined, then we are testing a module: #define
COMMON
as "". */
150
#ifndef
COMMON
152
#define
COMMON
/* Declare our COMMONs storage here. */
154
#define
COMMON
extern /* Our commons live elsewhere. */
157
/*
COMMON
now defined */
188
COMMON
subsegT now_subseg;
191
COMMON
segT now_seg;
302
COMMON
unsigned char flag_no_comments; /* -f *
[
all
...]
/src/lib/libc/time/
Makefile
647
COMMON
= calendars CONTRIBUTING LICENSE Makefile \
675
TZDATA_DIST = $(
COMMON
) $(DATA) $(MISC)
1295
$(
COMMON
) $(DOCS) $(SOURCES) | \
1297
$(SET_TIMESTAMP) $(@:.t=) $(
COMMON
) $(DOCS) $(SOURCES)
/src/external/public-domain/tz/dist/
Makefile
647
COMMON
= calendars CONTRIBUTING LICENSE Makefile \
675
TZDATA_DIST = $(
COMMON
) $(DATA) $(MISC)
1294
$(
COMMON
) $(DOCS) $(SOURCES) | \
1296
$(SET_TIMESTAMP) $(@:.t=) $(
COMMON
) $(DOCS) $(SOURCES)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
4130
enum {
COMMON
, COND, LHS, RHS, NUM_SUBEXPRS };
4132
/// - the
common
condition/left-hand-side expression, which will be
4142
BinaryConditionalOperator(Expr *
common
, OpaqueValueExpr *opaqueValue,
4149
SubExprs[
COMMON
] =
common
;
4153
assert(OpaqueValue->getSourceExpr() ==
common
&& "Wrong opaque value");
4161
/// getCommon - Return the
common
expression, written to the
4164
Expr *getCommon() const { return cast<Expr>(SubExprs[
COMMON
]); }
5335
/// There are two subexpressions: a
common
expression (the source array)
5339
/// Within the per-element initializer, the
common
expression may be reference
[
all
...]
Completed in 63 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026