OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icu
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/atari/isa/
isa_milan.c
59
#define WICU(
icu
, val) *(volatile u_int8_t*)(
icu
) = val
66
volatile u_int8_t *
icu
;
local
69
* Initialize both the
icu
's:
73
icu
= (u_int8_t*)(AD_8259_MASTER);
75
icu
[0] = 0x11; /* reset; program device, four bytes */
76
icu
[1] = ICU_OFFSET; /* starting at this vector index */
77
icu
[1] = (1 << IRQ_SLAVE); /* slave on line 2 */
78
icu
[1] = 1; /* 8086 mode */
79
icu
[1] = 0xff; /* leave interrupts masked *
[
all
...]
/src/sys/arch/powerpc/pic/
pic_prepivr.c
106
int
icu
, bit;
local
108
icu
= irq / 8;
114
elcr[
icu
] |= 1 << bit;
116
elcr[
icu
] &= ~(1 << bit);
/src/external/public-domain/sqlite/dist/tea/
teaish.tcl
85
# build. Some, like
ICU
, are taken from the canonical SQLite tree.
106
with-
icu
-ldflags:LDFLAGS
108
ICU
libraries. e.g. on Ubuntu systems, try '-licui18n -licuuc -licudata'.}
109
with-
icu
-cflags:CFLAGS
110
=> {Apply extra CFLAGS/CPPFLAGS necessary for building with
ICU
.
112
with-
icu
-config:=auto
114
/path/to/
icu
-config}
115
icu
-collations=0
116
=> {Enable SQLITE_ENABLE_ICU_COLLATIONS. Requires --with-
icu
-ldflags=...
117
or --with-
icu
-config
[
all
...]
/src/external/bsd/wpa/dist/hs20/client/
Android.mk
12
# The new
icu
location (external/
icu
) exports its own headers, but
15
ifeq ($(wildcard external/
icu
),)
18
# The LOCAL_EXPORT_C_INCLUDE_DIRS from
ICU
did not seem to fully resolve the
24
INCLUDES += external/
icu
/icu4c/source/common
/src/sys/arch/alpha/pci/
sio_pic.c
293
int
icu
, bit;
local
300
icu
= irq / 8;
312
ocw1[
icu
] &= ~(1 << bit);
314
ocw1[
icu
] |= 1 << bit;
320
elcr[
icu
] |= 1 << bit;
322
elcr[
icu
] &= ~(1 << bit);
349
panic("sio_intr_setup: can't map
ICU
I/O ports");
/src/external/ibm-public/postfix/dist/
makedefs
68
# found, or the deprecated "
icu
-config" command.
929
# Look for the
ICU
library and enable unicode email if available.
933
*) icu_cppflags=`((pkg-config --cflags
icu
-uc
icu
-i18n) ||
934
(pkgconf --cflags
icu
-uc
icu
-i18n) ||
935
(
icu
-config --cppflags)) 2>/dev/null` && {
936
icu_ldflags=`((pkg-config --libs
icu
-uc
icu
-i18n) ||
937
(pkgconf --libs
icu
-uc icu-i18n) |
[
all
...]
/src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl
290
# Options for
ICU
: International Components for Unicode
291
icu
{
293
with-
icu
-ldflags:LDFLAGS
295
ICU
libraries. e.g. on Ubuntu systems, try '-licui18n -licuuc -licudata'.}
296
with-
icu
-cflags:CFLAGS
297
=> {Apply extra CFLAGS/CPPFLAGS necessary for building with
ICU
.
299
with-
icu
-config:=auto
301
/path/to/
icu
-config}
302
icu
-collations=0
303
=> {Enable SQLITE_ENABLE_ICU_COLLATIONS. Requires --with-
icu
-ldflags=..
[
all
...]
/src/external/public-domain/sqlite/dist/
Makefile.in
72
LDFLAGS.
icu
= @LDFLAGS_ICU@
73
CFLAGS.
icu
= @CFLAGS_ICU@
134
$(LDFLAGS.zlib) $(LDFLAGS.
icu
) \
136
CFLAGS.libsqlite3 = -I. $(CFLAGS.core) $(CFLAGS.
icu
) $(OPT_FEATURE_FLAGS)
250
$(CFLAGS) $(CFLAGS.readline) $(CFLAGS.
icu
) \
/src/sys/arch/shark/isa/
isa_shark_machdep.c
53
#include <shark/isa/
icu
.h>
isa_irq.S
82
#include <shark/isa/
icu
.h>
/src/sys/arch/arm/footbridge/isa/
isa_machdep.c
92
#include <arm/footbridge/isa/
icu
.h>
423
* Initialise the ISA
ICU
and attach an ISA interrupt handler to the
Completed in 26 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026