Home
last modified time | relevance | path

Searched defs:ul (Results 1 – 25 of 28) sorted by relevance

12

/plan9/sys/src/9/teg2/
H A Dv7-arch.c34 isulpow2(ulong ul) /* temporary speed hack */ in isulpow2()
/plan9/sys/src/9/pcboot/
H A Dsdbios.c32 putbeul(ulong ul, uchar *p) in putbeul()
/plan9/sys/src/cmd/scuzz/
H A Dscsireq.h94 #define PUTBELONG(p, ul) ((p)[0] = (ul)>>24, (p)[1] = (ul)>>16, \ argument
97 #define PUTBE24(p, ul) ((p)[0] = (ul)>>16, (p)[1] = (ul)>>8, (p)[2] = (ul)) argument
H A Dscuzz.c389 long nbytes, ul; in cmdmodeselect6() local
410 long nbytes, ul; in cmdmodeselect10() local
1252 ulong ul; in cmdtrackinfo() local
/plan9/sys/src/cmd/usb/disk/
H A Dscsireq.h116 #define PUTBELONG(p, ul) ((p)[0] = (ul)>>24, (p)[1] = (ul)>>16, \ argument
119 #define PUTBE24(p, ul) ((p)[0] = (ul)>>16, (p)[1] = (ul)>>8, (p)[2] = (ul)) argument
H A Ddisk.c112 ispow2(uvlong ul) in ispow2()
/plan9/sys/src/9/rb/
H A Dfpimips.c53 #define OP(ul) ((ul) >> 26) argument
55 #define FMT(ul) (((ul) >> 21) & REGMASK) /* data type */ argument
56 #define REGT(ul) (((ul) >> 16) & REGMASK) /* source2 register */ argument
57 #define REGS(ul) (((ul) >> 11) & REGMASK) /* source1 register */ argument
58 #define REGD(ul) (((ul) >> 6) & REGMASK) /* destination register */ argument
59 #define FUNC(ul) ((ul) & MASK(6)) argument
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddevaudio-unix.c34 ulong ul; in audiodevopen() local
/plan9/sys/src/cmd/tarsplit/
H A Dtarsub.c85 ulong ul = 0; in otoi() local
/plan9/sys/src/libc/arm/
H A Dvlrt.c510 _ul2v(Vlong *ret, ulong ul) in _ul2v()
550 _uh2v(Vlong *ret, ulong ul) in _uh2v()
570 _uc2v(Vlong *ret, ulong ul) in _uc2v()
/plan9/sys/src/ape/lib/ap/386/
H A Dvlrt.c494 _ul2v(Vlong *ret, ulong ul) in _ul2v()
534 _uh2v(Vlong *ret, ulong ul) in _uh2v()
554 _uc2v(Vlong *ret, ulong ul) in _uc2v()
/plan9/sys/src/ape/lib/ap/arm/
H A Dvlrt.c507 _ul2v(Vlong *ret, ulong ul) in _ul2v()
547 _uh2v(Vlong *ret, ulong ul) in _uh2v()
567 _uc2v(Vlong *ret, ulong ul) in _uc2v()
/plan9/sys/src/ape/lib/ap/mips/
H A Dvlrt.c518 _ul2v(Vlong *ret, ulong ul) in _ul2v()
558 _uh2v(Vlong *ret, ulong ul) in _uh2v()
578 _uc2v(Vlong *ret, ulong ul) in _uc2v()
/plan9/sys/src/libc/sparc/
H A Dvlrt.c521 _ul2v(Vlong *ret, ulong ul) in _ul2v()
561 _uh2v(Vlong *ret, ulong ul) in _uh2v()
581 _uc2v(Vlong *ret, ulong ul) in _uc2v()
/plan9/sys/src/libc/386/
H A Dvlrt.c545 _ul2v(Vlong *ret, ulong ul) in _ul2v()
585 _uh2v(Vlong *ret, ulong ul) in _uh2v()
605 _uc2v(Vlong *ret, ulong ul) in _uc2v()
/plan9/sys/src/libc/mips/
H A Dvlrt.c521 _ul2v(Vlong *ret, ulong ul) in _ul2v()
561 _uh2v(Vlong *ret, ulong ul) in _uh2v()
581 _uc2v(Vlong *ret, ulong ul) in _uc2v()
/plan9/sys/src/ape/lib/ap/sparc/
H A Dvlrt.c517 _ul2v(Vlong *ret, ulong ul) in _ul2v()
557 _uh2v(Vlong *ret, ulong ul) in _uh2v()
577 _uc2v(Vlong *ret, ulong ul) in _uc2v()
/plan9/sys/src/cmd/9nfs/
H A Dnfs.c26 ulong ul; in rpc2xfid() local
/plan9/sys/src/9/pc/
H A Dmtrr.c135 ispow2(uvlong ul) in ispow2()
/plan9/sys/src/ape/lib/ap/stdio/
H A Dfconv.h50 unsigned long ul[2]; member
/plan9/sys/src/cmd/page/
H A Dview.c24 Point ul; /* the upper left corner of the image is at this point on the screen */ variable
/plan9/sys/src/cmd/
H A Decp.c175 putbe(char *p, ulong ul) in putbe()
H A Dgview.c629 fpoint *ul, fpoint *lr) in untransform_corners()
659 fpoint ul, lr; in disp_dozoom() local
/plan9/sys/src/9/kw/
H A Darchkw.c231 ispow2(uvlong ul) in ispow2()
/plan9/sys/src/9/omap/
H A Darchomap.c351 ispow2(uvlong ul) in ispow2()

12