Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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 Dlzo.c314 size_t ll = l <= (M4_MAX_OFFSET + 1) ? l : (M4_MAX_OFFSET + 1); in lzo1x_1_compress() local
315 uintptr_t ll_end = (uintptr_t) ip + ll; in lzo1x_1_compress()
316 if ((ll_end + ((t + ll) >> 5)) <= ll_end) in lzo1x_1_compress()
320 t = lzo1x_1_do_compress(ip, ll, op, out_len, t, wrkmem); in lzo1x_1_compress()
321 ip += ll; in lzo1x_1_compress()
323 l -= ll; in lzo1x_1_compress()
A Dlib.c434 uint64_t ll; in muldiv64()
445 u.ll = a; in muldiv64()
451 return res.ll; in muldiv64()
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dutil.h190 #define PRIllx_arg(ll) (uint32_t)((ll)>>32), (uint32_t)(ll) argument
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dgx_comm.c163 uint64_t ll; in readchar() local
169 ll = *(uint64_t *)buf; in readchar()
/xen-4.10.0-shim-comet/tools/hotplug/Linux/
A Dblock-iscsi89 mdev=$(multipath -ll "$sddev" | head -1 | awk '{ print $1}')
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dconnection.ml194 let ll = Hashtbl.fold
197 List.concat ll
/xen-4.10.0-shim-comet/xen/crypto/
A Dvmac.c231 ({ union { uint64_t ll; uint32_t l[2]; } w, r; \
232 w.ll = (x); \
235 r.ll; })
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-qcow.c284 uint64_t ll[2]; in encrypt_sectors() member
290 ivec.ll[0] = cpu_to_le64(sector_num); in encrypt_sectors()
291 ivec.ll[1] = 0; in encrypt_sectors()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped783 /* The intent behind this definition is that it'll catch
1471 * YY_NULL, it'll still work - another
/xen-4.10.0-shim-comet/docs/misc/
A Dpvcalls.markdown437 The connect operation creates a new shared ring, which we'll call **data
/xen-4.10.0-shim-comet/tools/
A Dconfigure1542 for you. If you ask for oxenstored we'll complain

Completed in 26 milliseconds