Searched refs:uv (Results 101 - 125 of 135) sorted by relevance

123456

/netbsd-current/external/mit/isl/dist/imath/
H A Dimath.h244 /** Returns the comparator of `z` and the unsigned value `uv`. */
245 int mp_int_compare_uvalue(mp_int z, mp_usmall uv);
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Duv_wrap.h28 #include <uv.h>
35 #include "../netmgr/uv-compat.h"
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddyndb.c17 #include <uv.h>
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dhooks.c21 #include <uv.h>
/netbsd-current/external/mit/lua/dist/src/
H A Dldebug.c181 static const char *upvalname (const Proto *p, int uv) { argument
182 TString *s = check_exp(uv < p->sizeupvalues, p->upvalues[uv].name);
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 Dlapi.c823 setobj2s(L, L->top.p, &uvalue(o)->uv[n - 1].uv);
993 setobj(L, &uvalue(o)->uv[n - 1].uv, s2v(L->top.p - 1));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dconstfold.c575 UnionExp ur, uv; local
579 new(&uv) ComplexExp(loc, complex_t(CTFloat::one), e1->type);
584 new(&uv) RealExp(loc, CTFloat::one, e1->type);
589 new(&uv) IntegerExp(loc, 1, e1->type);
593 Expression* v = uv.exp();
599 uv = Mul(loc, v->type, v, r);
611 uv = Div(loc, v->type, one.exp(), v);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dconstfold.d544 UnionExp ur, uv;
548 emplaceExp!(ComplexExp)(&uv, loc, complex_t(CTFloat.one), e1.type);
553 emplaceExp!(RealExp)(&uv, loc, CTFloat.one, e1.type);
558 emplaceExp!(IntegerExp)(&uv, loc, 1, e1.type);
561 Expression v = uv.exp();
567 uv = Mul(loc, v.type, v, r);
578 uv = Div(loc, v.type, one.exp(), v);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A DMakefile.in228 netmgr/tlsdns.c netmgr/udp.c netmgr/uv-compat.c \
229 netmgr/uv-compat.h netmgr/uverr2result.c aes.c app.c \
252 netmgr/libisc_la-udp.lo netmgr/libisc_la-uv-compat.lo \
380 netmgr/$(DEPDIR)/libisc_la-uv-compat.Plo \
788 netmgr/tlsdns.c netmgr/udp.c netmgr/uv-compat.c \
789 netmgr/uv-compat.h netmgr/uverr2result.c aes.c app.c \
901 netmgr/libisc_la-uv-compat.lo: netmgr/$(am__dirstamp) \
1005 @AMDEP_TRUE@@am__include@ @am__quote@netmgr/$(DEPDIR)/libisc_la-uv-compat.Plo@am__quote@ # am--include-marker
1080 netmgr/libisc_la-uv-compat.lo: netmgr/uv
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Did2entry.c53 unsigned short *uv, *cv; local
63 uv = usrkey->mv_data;
65 return uv[sizeof(ID)/2] - cv[sizeof(ID)/2];
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Ddlz_dlopen_driver.c21 #include <uv.h>
H A Dmain.c24 #include <uv.h>
/netbsd-current/sys/arch/hppa/spmath/
H A Dimpys.S124 addb,uv op1,pu,sh4c ; product right 4 bits
H A Dimpyu.S141 addb,uv op1,pu,sh4c ; product right 4 bits
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddispatch_test.c25 #include <uv.h>
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa32/
H A Dudiv.asm285 add,uv %r25,%r24,%r24
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A Dconfig648 sun4[uv]*-*-solaris2)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dnetmgr-int.h19 #include <uv.h>
43 #include "uv-compat.h"
1110 * on failed conditions when the event can't be scheduled on the uv loop.
1121 * on failed conditions when the event can't be scheduled on the uv loop.
1127 * Walk through all uv handles, get the underlying sockets and issue
H A Dudp.c17 #include <uv.h>
36 #include "uv-compat.h"
372 * udp_recv_cb handles incoming UDP packet from uv. The buffer here is
H A Dtcp.c18 #include <uv.h>
40 #include "uv-compat.h"
H A Dtcpdns.c18 #include <uv.h>
40 #include "uv-compat.h"
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dtlsstream.c19 #include <uv.h>
44 #include "uv-compat.h"
H A Dtcp.c18 #include <uv.h>
40 #include "uv-compat.h"
H A Dudp.c17 #include <uv.h>
36 #include "uv-compat.h"
561 * udp_recv_cb handles incoming UDP packet from uv. The buffer here is

Completed in 486 milliseconds

123456