OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:icu
(Results
1 - 5
of
5
) sorted by relevancy
/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/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/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/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/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
...]
Completed in 18 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026