OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uk
(Results
1 - 25
of
46
) sorted by relevancy
1
2
/src/sys/arch/atari/stand/keymaps/uk/
Makefile
3
HOSTPROG=
uk
-kbdmap
4
MAP=
uk
.map
/src/external/cddl/dtracetoolkit/dist/Bin/
kstat_types.d
54
self->
uk
= (kstat32_t *)copyin((uintptr_t)arg1, sizeof (kstat32_t));
56
self->
uk
= (kstat_t *)copyin((uintptr_t)arg1, sizeof (kstat_t));
59
self->
uk
->ks_class == "" ? "." : self->
uk
->ks_class,
60
self->
uk
->ks_type == 0 ? "raw"
61
: self->
uk
->ks_type == 1 ? "named"
62
: self->
uk
->ks_type == 2 ? "intr"
63
: self->
uk
->ks_type == 3 ? "io"
64
: self->
uk
->ks_type == 4 ? "timer" : "?",
65
self->
uk
->ks_module, self->uk->ks_instance, self->uk->ks_name)
[
all
...]
/src/external/cddl/dtracetoolkit/dist/Kernel/
kstat_types.d
54
self->
uk
= (kstat32_t *)copyin((uintptr_t)arg1, sizeof (kstat32_t));
56
self->
uk
= (kstat_t *)copyin((uintptr_t)arg1, sizeof (kstat_t));
59
self->
uk
->ks_class == "" ? "." : self->
uk
->ks_class,
60
self->
uk
->ks_type == 0 ? "raw"
61
: self->
uk
->ks_type == 1 ? "named"
62
: self->
uk
->ks_type == 2 ? "intr"
63
: self->
uk
->ks_type == 3 ? "io"
64
: self->
uk
->ks_type == 4 ? "timer" : "?",
65
self->
uk
->ks_module, self->uk->ks_instance, self->uk->ks_name)
[
all
...]
/src/distrib/syspkg/sets/base/base-locale-uk/
Makefile
3
PKGBASE=base-locale-
uk
/src/sys/arch/atari/stand/keymaps/
Makefile
3
SUBDIR= de fr
uk
us
/src/sys/dev/scsipi/
uk.c
1
/* $NetBSD:
uk
.c,v 1.65 2016/11/20 15:37:19 mlelstv Exp $ */
38
__KERNEL_RCSID(0, "$NetBSD:
uk
.c,v 1.65 2016/11/20 15:37:19 mlelstv Exp $");
64
uk
,
106
struct uk_softc *
uk
= device_private(self);
local
111
uk
->sc_dev = self;
114
uk
->sc_periph = periph;
115
periph->periph_dev =
uk
->sc_dev;
143
struct uk_softc *
uk
;
local
148
uk
= device_lookup_private(&uk_cd, unit);
149
if (
uk
== NULL
176
struct
uk
_softc *
uk
= device_lookup_private(&
uk
_cd, minor(dev));
local
197
struct
uk
_softc *
uk
= device_lookup_private(&
uk
_cd, minor(dev));
local
[
all
...]
/src/external/lgpl3/mpfr/dist/src/
gammaonethird.c
102
mpfr_t
uk
;
local
107
mpfr_init2 (
uk
, working_prec);
110
mpfr_set_ui (
uk
, 1, MPFR_RNDN);
111
mpfr_set (s,
uk
, MPFR_RNDN);
114
/* Invariants:
uk
~ u(k-1) and s ~ sum(i=0..k-1, u(i)) */
117
mpfr_mul_ui5 (
uk
,
uk
, 6 * k - 5, 6 * k - 4, 6 * k - 3, 6 * k - 2,
119
mpfr_div_ui8 (
uk
,
uk
, k, k, 3 * k - 2, 3 * k - 1, 3 * k, 80, 160, 160,
121
MPFR_CHANGE_SIGN (
uk
);
[
all
...]
exp3.c
160
mpz_t
uk
;
local
207
mpz_init (
uk
);
228
mpfr_extract (
uk
, x_copy, 0);
229
MPFR_ASSERTD (mpz_cmp_ui (
uk
, 0) != 0);
230
mpfr_exp_rational (tmp,
uk
, shift + twopoweri - ttt, k + 1, P, mult);
239
mpfr_extract (
uk
, x_copy, i);
240
if (MPFR_LIKELY (mpz_cmp_ui (
uk
, 0) != 0))
242
mpfr_exp_rational (t,
uk
, twopoweri - ttt, k - i + 1, P, mult);
333
mpz_clear (
uk
);
/src/external/bsd/openresolv/dist/
dnsmasq.in
51
--dest=
uk
.org.thekelleys.dnsmasq \
52
/
uk
/org/thekelleys/dnsmasq \
206
dbus-send --system --dest=
uk
.org.thekelleys.dnsmasq \
207
/
uk
/org/thekelleys/dnsmasq
uk
.org.thekelleys.$method \
209
dbus-send --system --dest=
uk
.org.thekelleys.dnsmasq \
210
/
uk
/org/thekelleys/dnsmasq
uk
.org.thekelleys.ClearCache
/src/sys/arch/arm/marvell/
mvsocpmu.c
46
#define UK2UC(
uk
) ((
uk
) - 273150000)
140
uint32_t csr, uc,
uk
;
local
148
uk
= UC2UK(uc); /* convert to uKelvin */
149
sc->sc_sensor.value_cur =
uk
;
mvsocts.c
149
uint32_t val, uc,
uk
;
local
157
uk
= uc + 273150000; /* convert to uKelvin */
158
sc->sc_sensor.value_cur =
uk
;
/src/external/bsd/unbound/dist/contrib/
warmup.sh
78
news.bbcimg.co.
uk
80
newsimg.bbc.net.
uk
127
www.bbc.co.
uk
warmup.cmd
82
news.bbcimg.co.
uk
84
newsimg.bbc.net.
uk
131
www.bbc.co.
uk
/src/sys/dev/i2c/
mcp980x.c
287
uint32_t rv,
uk
, basedegc;
local
294
uk
= 1000000 * basedegc;
297
uk
+= 500000;
299
uk
+= 250000;
301
uk
+= 125000;
303
uk
+= 62500;
306
rv = 273150000U -
uk
;
308
rv = 273150000U +
uk
;
/src/external/gpl3/gcc/dist/gcc/config/i386/
gcc-auto-profile
23
FLAGS=
uk
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
gcc-auto-profile
23
FLAGS=
uk
/src/external/gpl2/gettext/locale/
Makefile
8
ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo tr.gmo
uk
.gmo zh_CN.gmo zh_TW.gmo
/src/sys/arch/atari/conf/
HADES.in
62
uk
* at scsibus? target ? lun ? # SCSI unknown
HADES
118
uk
* at scsibus? target ? lun ? # SCSI unknown
/src/sys/arch/sgimips/conf/
INSTALL32_IP2x
58
no
uk
* at scsibus?
/src/external/gpl2/gettext/dist/gettext-tools/examples/
Makefile.am
63
hello-c/po/
uk
.po \
104
hello-c-gnome/po/
uk
.po \
142
hello-c++/po/
uk
.po \
181
hello-c++-qt/po/
uk
.po \
246
hello-c++-kde/po/
uk
.po \
289
hello-c++-gnome/po/
uk
.po \
327
hello-c++-wxwidgets/po/
uk
.po \
365
hello-objc/po/
uk
.po \
406
hello-objc-gnustep/po/
uk
.po \
447
hello-objc-gnome/po/
uk
.po
[
all
...]
/src/external/gpl2/texinfo/dist/makeinfo/
lang.h
53
ug,
uk
, ur, uz,
enumerator in enum:__anon9561
/src/sys/arch/evbarm/conf/
LUBBOCK
200
uk
* at scsibus? target ? lun ? # SCSI unknown
ARMADAXP
239
uk
* at atapibus? drive ? flags 0x0000 # ATAPI unknown
/src/external/gpl2/gettext/dist/gettext-tools/projects/KDE/
team-address
75
uk
) english=Ukrainian;;
Completed in 21 milliseconds
1
2
Indexes created Thu Apr 02 00:23:07 UTC 2026