Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 14 of 14) sorted by relevance

/xen/xen/common/
A Dinflate.c848 ll = malloc(sizeof(*ll) * (288+32)); /* literal/length and distance code lengths */ in inflate_dynamic()
850 ll = malloc(sizeof(*ll) * (286+30)); /* literal/length and distance code lengths */ in inflate_dynamic()
853 if (ll == NULL) in inflate_dynamic()
887 ll[border[j]] = (unsigned)b & 7; in inflate_dynamic()
891 ll[border[j]] = 0; in inflate_dynamic()
897 if ((i = huft_build(ll, 19, 19, NULL, NULL, &tl, &bl)) != 0) in inflate_dynamic()
918 ll[i++] = l = j; /* save last length in l */ in inflate_dynamic()
929 ll[i++] = l; in inflate_dynamic()
941 ll[i++] = 0; in inflate_dynamic()
954 ll[i++] = 0; in inflate_dynamic()
[all …]
A Dlib.c434 uint64_t ll; in muldiv64()
445 u.ll = a; in muldiv64()
451 return res.ll; in muldiv64()
/xen/m4/
A Dxenstored.m426 dependencies resolved we'll enable the C xenstored for you. If
27 you ask for oxenstored we'll complain until you resolve those
/xen/stubdom/
A Dnewlib.patch15 -#define __PRI64(x) __STRINGIFY(ll##x)
16 -#define __SCN64(x) __STRINGIFY(ll##x)
22 +#define __PRI64(x) __STRINGIFY(ll##x)
23 +#define __SCN64(x) __STRINGIFY(ll##x)
32 -#define __PRIMAX(x) __STRINGIFY(ll##x)
33 -#define __SCNMAX(x) __STRINGIFY(ll##x)
39 +#define __PRIMAX(x) __STRINGIFY(ll##x)
40 +#define __SCNMAX(x) __STRINGIFY(ll##x)
49 -#define __PRIPTR(x) __STRINGIFY(ll##x)
50 -#define __SCNPTR(x) __STRINGIFY(ll##x)
[all …]
/xen/tools/firmware/hvmloader/
A Dutil.h190 #define PRIllx_arg(ll) (uint32_t)((ll)>>32), (uint32_t)(ll) argument
/xen/tools/debugger/gdbsx/gx/
A Dgx_comm.c163 uint64_t ll; in readchar() local
169 ll = *(uint64_t *)buf; in readchar()
/xen/tools/hotplug/Linux/
A Dblock-iscsi89 mdev=$(multipath -ll "$sddev" | head -1 | awk '{ print $1}')
/xen/tools/golang/xenlight/
A DREADME.md24 the version, you’ll get the most recent development version, which is
/xen/tools/ocaml/xenstored/
A Dconnection.ml194 let ll = Hashtbl.fold
197 List.concat ll
/xen/xen/crypto/
A Dvmac.c231 ({ union { uint64_t ll; uint32_t l[2]; } w, r; \
232 w.ll = (x); \
235 r.ll; })
/xen/xen/arch/arm/
A DKconfig.debug13 Choose one of the UART drivers for early printk, then you'll
/xen/docs/misc/
A Dkconfig-language.rst550 We'll first explain why this issues exists and then provide an example
A Dpvcalls.pandoc429 The connect operation creates a new shared ring, which we'll call **data
/xen/tools/
A Dconfigure1566 for you. If you ask for oxenstored we'll complain

Completed in 33 milliseconds