Home
last modified time | relevance | path

Searched defs:Op (Results 1 – 6 of 6) sorted by relevance

/inferno-os/os/boot/puma/
H A Ddonprint.c15 typedef struct Op Op; typedef
16 struct Op struct
26 static int noconv(Op*); argument
86 fmtinstall(char c, int (*f)(Op*)) in fmtinstall()
279 hconv(Op*) in hconv() argument
285 lconv(Op*) in lconv() argument
304 uconv(Op*) in uconv() argument
/inferno-os/os/boot/mpc/
H A Ddonprint.c15 typedef struct Op Op; typedef
16 struct Op struct
26 static int noconv(Op*); argument
86 fmtinstall(char c, int (*f)(Op*)) in fmtinstall()
279 hconv(Op*) in hconv() argument
285 lconv(Op*) in lconv() argument
304 uconv(Op*) in uconv() argument
/inferno-os/os/boot/rpcg/
H A Ddonprint.c15 typedef struct Op Op; typedef
16 struct Op struct
26 static int noconv(Op*); argument
86 fmtinstall(char c, int (*f)(Op*)) in fmtinstall()
279 hconv(Op*) in hconv() argument
285 lconv(Op*) in lconv() argument
304 uconv(Op*) in uconv() argument
/inferno-os/os/boot/arm1110/
H A Ddonprint.c15 typedef struct Op Op; typedef
16 struct Op struct
26 static int noconv(Op*); argument
86 fmtinstall(char c, int (*f)(Op*)) in fmtinstall()
279 hconv(Op*) in hconv() argument
285 lconv(Op*) in lconv() argument
304 uconv(Op*) in uconv() argument
/inferno-os/libinterp/
H A Dcomp-arm.c176 #define DPI(C, Op, Rn, Rd, RO, O) *code++ = (C<<28)|(1<<25)|(Op<<21)|\ argument
178 #define DP(C, Op, Rn, Rd, Sh, Ro) *code++ = (C<<28)|(Op<<21)|(Rn<<16)|\ argument
203 #define CPDO2(C, Op, Fn, Fd, Fm) *code++ = (C<<28)|(0xE<<24)|(Op<<20)|(Fn<<16)|(Fd<<12)|(1<<8)|(1<<… argument
204 #define CPDO1(C, Op, Fd, Fm) CPDO2((C),(Op),0,(Fd),(Fm))|(1<<15) argument
/inferno-os/os/port/
H A Ddevbench.c16 typedef enum { None, Calibrate, Base, Op, Intr, Dis, Gc, MS2T, xTest}; enumerator