Searched refs:uv (Results 1 - 25 of 135) sorted by relevance

123456

/netbsd-current/external/mit/libuv/dist/docs/code/default-loop/
H A Dmain.c2 #include <uv.h>
/netbsd-current/external/mit/libuv/lib/
H A DMakefile8 LIB= uv
13 INCS= uv.h uv/unix.h uv/bsd.h uv/errno.h uv/version.h uv/threadpool.h
59 uv-data-getter-setters.c \
60 uv-common.c \
/netbsd-current/external/mit/lua/dist/src/
H A Dlfunc.c56 UpVal *uv = gco2upv(o); local
57 uv->v.p = &uv->u.value; /* make it closed */
58 setnilvalue(uv->v.p);
59 cl->upvals[i] = uv;
60 luaC_objbarrier(L, cl, uv);
71 UpVal *uv = gco2upv(o); local
73 uv->v.p = s2v(level); /* current value lives in the stack */
74 uv->u.open.next = next; /* link it to list of open upvalues */
75 uv
148 TValue *uv = s2v(level); /* value being closed */ local
186 luaF_unlinkupval(UpVal *uv) argument
198 UpVal *uv; local
[all...]
/netbsd-current/lib/libm/src/
H A De_hypotl.c34 union ieee_ext_u uv; \
36 uv.extu_ld = v; \
37 h = uv.extu_frach; \
38 l = uv.extu_fracl; \
111 union ieee_ext_u uv; local
112 uv.extu_ld = t1; uv.extu_fracl = 0; t1 = uv.extu_ld;
118 union ieee_ext_u uv; local
119 uv
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
H A Dnouveau_nvkm_subdev_volt_gk20a.c101 int i, uv; local
103 uv = regulator_get_voltage(volt->vdd);
106 if (volt->base.vid[i].uv >= uv)
118 nvkm_debug(subdev, "set voltage as %duv\n", volt->base.vid[vid].uv);
119 return regulator_set_voltage(volt->vdd, volt->base.vid[vid].uv, 1200000);
128 int target_uv = volt->base.vid[id].uv;
157 int i, uv; local
161 uv = regulator_get_voltage(tdev->vdd);
162 nvkm_debug(&volt->base.subdev, "the default voltage is %duV\n", uv);
[all...]
H A Dpriv.h17 int (*volt_set)(struct nvkm_volt *, u32 uv);
30 int nvkm_voltpwm_set(struct nvkm_volt *volt, u32 uv);
/netbsd-current/external/mit/libuv/dist/docs/code/helloworld/
H A Dmain.c3 #include <uv.h>
/netbsd-current/external/mit/libuv/dist/docs/code/idle-basic/
H A Dmain.c2 #include <uv.h>
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A DMakefile.in33 uverr2result.@O@ uv-compat.@O@
37 uverr2result.c uv-compat.c
/netbsd-current/external/cddl/osnet/dist/common/unicode/
H A Du8_textprep.c460 do_case_conv(int uv, uchar_t *u8s, uchar_t *s, int sz, boolean_t is_it_toupper) argument
504 b1 = u8_common_b1_tbl[uv][b1];
508 b2 = u8_case_common_b2_tbl[uv][b1][b2];
513 b3_tbl = u8_toupper_b3_tbl[uv][b2][b3].tbl_id;
517 start_id = u8_toupper_b4_tbl[uv][b3_tbl][b4];
518 end_id = u8_toupper_b4_tbl[uv][b3_tbl][b4 + 1];
524 b3_base = u8_toupper_b3_tbl[uv][b2][b3].base;
527 u8s[i++] = u8_toupper_final_tbl[uv][b3_base + start_id];
529 b3_tbl = u8_tolower_b3_tbl[uv][b2][b3].tbl_id;
533 start_id = u8_tolower_b4_tbl[uv][b3_tb
566 do_case_compare(size_t uv, uchar_t *s1, uchar_t *s2, size_t n1, size_t n2, boolean_t is_it_toupper, int *errnum) argument
691 combining_class(size_t uv, uchar_t *s, size_t sz) argument
744 do_decomp(size_t uv, uchar_t *u8s, uchar_t *s, int sz, boolean_t canonical_decomposition, u8_normalization_states_t *state) argument
967 find_composition_start(size_t uv, uchar_t *s, size_t sz) argument
1056 do_composition(size_t uv, uchar_t *s, uchar_t *comb_class, uchar_t *start, uchar_t *disp, size_t last, uchar_t **os, uchar_t *oslast) argument
1378 collect_a_seq(size_t uv, uchar_t *u8s, uchar_t **source, uchar_t *slast, boolean_t is_it_toupper, boolean_t is_it_tolower, boolean_t canonical_decomposition, boolean_t compatibility_decomposition, boolean_t canonical_composition, int *errnum, u8_normalization_states_t *state) argument
1726 do_norm_compare(size_t uv, uchar_t *s1, uchar_t *s2, size_t n1, size_t n2, int flag, int *errnum) argument
1842 u8_strcmp(const char *s1, const char *s2, size_t n, int flag, size_t uv, int *errnum) argument
[all...]
/netbsd-current/tests/lib/libc/
H A Dt_convfp.c113 unsigned long uv; local
116 uv = (unsigned long)nv;
118 ATF_CHECK_EQ_MSG(uv, 5,
119 "%.3f casted to unsigned long is %lu", nv, uv);
/netbsd-current/external/mit/libuv/dist/docs/code/ref-timer/
H A Dmain.c3 #include <uv.h>
/netbsd-current/external/mit/libuv/dist/docs/code/uvstop/
H A Dmain.c2 #include <uv.h>
/netbsd-current/external/mit/libuv/dist/docs/code/detach/
H A Dmain.c3 #include <uv.h>
/netbsd-current/external/mit/libuv/dist/docs/code/plugin/
H A Dmain.c5 #include <uv.h>
/netbsd-current/external/mit/libuv/dist/docs/code/thread-create/
H A Dmain.c3 #include <uv.h>
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dbarrier.h33 #include <uv.h>
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dbarrier.h33 #include <uv.h>
/netbsd-current/external/bsd/am-utils/dist/scripts/
H A Dam-eject.in41 fuser -uv -m $fs
/netbsd-current/sys/arch/vax/vax/
H A Dlocore.c91 vaddr_t uv; local
322 uv = uvm_lwp_getuarea(&lwp0);
323 uv += REDZONEADDR;
326 memset((void *)uv, 0, sizeof(struct rpb));
327 prpb = (struct rpb *)uv;
332 memcpy((void *)uv, prpb, sizeof(struct rpb));
345 pt = kvtopte(uv);
/netbsd-current/sys/dev/fdt/
H A Dpwmregulator.c246 int duty, d0, d1, v0, v1, uv, rc; local
258 uv = (min_uvolt + max_uvolt) / 2;
264 if (abs(sc->sc_voltage_table[i].microvolt - uv) <
265 abs(sc->sc_voltage_table[bestidx].microvolt - uv))
275 duty = (uv - v0) * (d1 - d0) / (v1 - v0) + d0;
291 int duty, d0, d1, v0, v1, uv, rc; local
313 uv = sc->sc_voltage_table[bestidx].microvolt;
320 uv = (duty - d0) * (v1 - v0) / (d1 - d0) + v0;
323 *puvolt = uv;
/netbsd-current/external/mit/libuv/dist/
H A DMakefile.am20 include_HEADERS=include/uv.h
22 uvincludedir = $(includedir)/uv
23 uvinclude_HEADERS = include/uv/errno.h \
24 include/uv/threadpool.h \
25 include/uv/version.h
43 src/uv-data-getter-setters.c \
44 src/uv-common.c \
45 src/uv-common.h \
58 uvinclude_HEADERS += include/uv/win.h include/uv/tre
[all...]
/netbsd-current/external/mit/libuv/dist/docs/code/idle-compute/
H A Dmain.c3 #include <uv.h>
/netbsd-current/external/mit/libuv/dist/docs/code/locks/
H A Dmain.c2 #include <uv.h>
/netbsd-current/external/mit/libuv/dist/docs/code/onchange/
H A Dmain.c4 #include <uv.h>

Completed in 287 milliseconds

123456