Home
last modified time | relevance | path

Searched refs:uv (Results 51 – 75 of 99) sorted by relevance

1234

/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-kevin.dts69 pullup-uv = <1800000>;
78 pullup-uv = <1800000>;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td55 class ClauseVal<string n, int v, bit uv> {
63 bit isUserValue = uv;
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dste-hrefv60plus.dtsi56 pullup-uv = <1800000>;
65 pullup-uv = <1800000>;
H A Dexynos3250-monk.dts146 pullup-uv = <1800000>;
154 pullup-uv = <1800000>;
/netbsd/external/mit/lua/dist/src/
H A Dlobject.h464 TValue uv; member
479 UValue uv[1]; /* user values */ member
504 : offsetof(Udata, uv) + (sizeof(UValue) * (nuv)))
H A Dlvm.c839 Upvaldesc *uv = p->upvalues; local
845 if (uv[i].instack) /* upvalue refers to local variable? */
846 ncl->upvals[i] = luaF_findupval(L, base + uv[i].idx);
848 ncl->upvals[i] = encup[uv[i].idx];
1332 UpVal *uv = cl->upvals[GETARG_B(i)]; local
1333 setobj(L, uv->v.p, s2v(ra));
1334 luaC_barrier(L, uv, s2v(ra));
H A Dldebug.c181 static const char *upvalname (const Proto *p, int uv) { in upvalname() argument
182 TString *s = check_exp(uv < p->sizeupvalues, p->upvalues[uv].name); in upvalname()
H A Dlapi.c823 setobj2s(L, L->top.p, &uvalue(o)->uv[n - 1].uv); in lua_getiuservalue()
993 setobj(L, &uvalue(o)->uv[n - 1].uv, s2v(L->top.p - 1)); in lua_setiuservalue()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntpd.c838 mode_t uv; local
856 uv = umask(0);
857 if (uv)
858 umask(uv);
/netbsd/sys/arch/ia64/ia64/
H A Dmachdep.c710 vaddr_t uv = uvm_lwp_getuarea(l); in setregs() local
713 regstkp = uv + sizeof(struct pcb); in setregs()
/netbsd/sys/arch/hppa/hppa/
H A Dtrap.c426 vaddr_t minsp, maxsp, uv; in frame_sanity_check() local
428 uv = uvm_lwp_getuarea(l); in frame_sanity_check()
454 maxsp = uv + USPACE + PAGE_SIZE; in frame_sanity_check()
455 minsp = uv + PAGE_SIZE; in frame_sanity_check()
/netbsd/external/mpl/bind/lib/libisc/
H A DMakefile32 NETMGR_SRCS= tcp.c udp.c netmgr.c tcpdns.c uv-compat.c uverr2result.c
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.c575 UnionExp ur, uv; in Pow() local
579 new(&uv) ComplexExp(loc, complex_t(CTFloat::one), e1->type); in Pow()
584 new(&uv) RealExp(loc, CTFloat::one, e1->type); in Pow()
589 new(&uv) IntegerExp(loc, 1, e1->type); in Pow()
593 Expression* v = uv.exp(); in Pow()
599 uv = Mul(loc, v->type, v, r); in Pow()
611 uv = Div(loc, v->type, one.exp(), v); in Pow()
H A Dconstfold.d544 UnionExp ur, uv; in Pow() local
548 emplaceExp!(ComplexExp)(&uv, loc, complex_t(CTFloat.one), e1.type); in Pow()
553 emplaceExp!(RealExp)(&uv, loc, CTFloat.one, e1.type); in Pow()
558 emplaceExp!(IntegerExp)(&uv, loc, 1, e1.type); in Pow()
561 Expression v = uv.exp(); in Pow()
567 uv = Mul(loc, v.type, v, r); in Pow()
578 uv = Div(loc, v.type, one.exp(), v); in Pow()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c575 UnionExp ur, uv; in Pow() local
579 new(&uv) ComplexExp(loc, complex_t(CTFloat::one), e1->type); in Pow()
584 new(&uv) RealExp(loc, CTFloat::one, e1->type); in Pow()
589 new(&uv) IntegerExp(loc, 1, e1->type); in Pow()
593 Expression* v = uv.exp(); in Pow()
599 uv = Mul(loc, v->type, v, r); in Pow()
611 uv = Div(loc, v->type, one.exp(), v); in Pow()
/netbsd/external/mit/libuv/dist/
H A DCONTRIBUTING.md51 declarations go into `include/uv/unix.h`.
55 be declared in `include/uv/win.h`.
H A DSUPPORTED_PLATFORMS.md42 new include file in ``include/`` with the name ``uv-theplatform.h`` and add
H A DREADME.md105 &mdash; Documenting types and methods of libuv, mostly by reading uv.h.
107 &mdash; Learn uv for fun and profit, a self guided workshop to libuv.
H A DChangeLog1367 * unix: simplify uv/posix.h include logic (cjihrig)
1876 * core: move all include files except uv.h to uv/ (Saúl Ibarra Corretgé)
2303 * cygwin: include uv-posix.h header (Joel Winarske)
2429 * build: add a comma to uv.gyp (Gemini Wen)
2649 * win: added fcntl.h to uv-win.h (Michele Caini)
3237 * include: add stdio.h to uv.h (Saúl Ibarra Corretgé)
3282 * unix: Fix including uv-aix.h on AIX (nmushell)
3317 * doc: fix uv-unix.h location (Sakthipriyan Vairamani)
4748 * include: clean up includes in uv.h (Ben Noordhuis)
4752 * include: fix typo in comment in uv.h (Ben Noordhuis)
[all …]
/netbsd/external/bsd/jemalloc/dist/src/
H A Dstats.c829 unsigned uv; in stats_general_print() local
892 OPT_WRITE(name, uv, usz, emitter_type_unsigned) in stats_general_print()
982 CTL_GET("arenas.narenas", &uv, unsigned); in stats_general_print()
983 emitter_kv(emitter, "narenas", "Arenas", emitter_type_unsigned, &uv); in stats_general_print()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsk-usbhid.c665 int sk_supports_uv, uv; in key_lookup() local
688 uv = FIDO_OPT_OMIT; in key_lookup()
691 uv = FIDO_OPT_TRUE; in key_lookup()
692 if ((r = fido_assert_set_uv(assert, uv)) != FIDO_OK) { in key_lookup()
/netbsd/external/bsd/libfido2/dist/src/
H A Dcredman.c115 const char *rp_id, fido_opt_t uv) in credman_tx() argument
142 if (pin != NULL || uv == FIDO_OPT_TRUE) { in credman_tx()
/netbsd/external/mpl/bind/dist/lib/isc/
H A DMakefile.in62 netmgr/uverr2result.@O@ netmgr/uv-compat.@O@ \
/netbsd/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Did2entry.c53 unsigned short *uv, *cv; in mdb_id2v_compare() local
63 uv = usrkey->mv_data; in mdb_id2v_compare()
65 return uv[sizeof(ID)/2] - cv[sizeof(ID)/2]; in mdb_id2v_compare()
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
H A Dmt8183-pumpkin.dts60 pullup-uv = <1800000>;

1234