Searched refs:l0 (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/os/bluetooth/
H A DLinkKeyUtils.h43 uint8 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15; local
45 "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx:%hhx:%hhxs", &l0, &l1, &l2, &l3,
50 return (linkkey_t){{l0, l1, l2, l3, l4, l5, l6, l7, l8,
/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_explode.c268 uint64_t l0 = 0, l1; local
272 l0 = __fpu_getreg64(reg & ~1);
273 fp->fp_sign = l0 >> 63;
281 s = __fpu_xtof(fp, l0);
293 s = __fpu_dtof(fp, l0 >> 32, l0 & 0xffffffff);
298 s = __fpu_qtof(fp, l0 >> 32, l0 & 0xffffffff, l1 >> 32,
/haiku/headers/posix/arch/sparc64/
H A Dsignal.h33 ulong l0; member in struct:vregs
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Daddmul_1.S61 mov 0,%l0 ! we need the carry from that add...
62 movcs %xcc,%o2,%l0 ! ...compute it and...
64 add %i5,%l0,%i5 ! ...add to bit 32 of the hi product
H A Dmul_1.S63 mov 0,%l0 ! we need the carry from that add...
64 movcs %xcc,%o2,%l0 ! ...compute it and...
65 add %i5,%l0,%i5 ! ...add to bit 32 of the hi product
H A Dsubmul_1.S60 mov 0,%l0 ! we need the carry from that add...
61 movcs %xcc,%o2,%l0 ! ...compute it and...
63 add %i5,%l0,%i5 ! ...add to bit 32 of the hi product
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c548 int l0; local
555 if ((l0 = labellen(srcp)) < 0) {
559 l += l0 + 1;
564 srcp += l0 + 1;

Completed in 57 milliseconds