Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/inferno-os/utils/awk/
H A Dparse.c50 Node *node1(int a, Node *b) in node1()
60 Node *node2(int a, Node *b, Node *c) in node2()
71 Node *node3(int a, Node *b, Node *c, Node *d) in node3()
83 Node *node4(int a, Node *b, Node *c, Node *d, Node *e) in node4()
96 Node *stat1(int a, Node *b) in stat1()
105 Node *stat2(int a, Node *b, Node *c) in stat2()
114 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3()
123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4()
132 Node *op1(int a, Node *b) in op1()
141 Node *op2(int a, Node *b, Node *c) in op2()
[all …]
/inferno-os/os/port/
H A Dportbreak.c28 Bkpt *b; member
33 skiphandler(Bkpt *b) in skiphandler()
55 Bkpt *b; in newskip() local
74 skipfree(Bkpt *b) in skipfree()
105 Bkpt *b; in breakhit() local
143 Bkpt *b; in portbreakinit() local
H A Dallocb.c28 Block *b; in _allocb() local
56 Block *b; in allocb() local
73 Block *b; in iallocb() local
96 freeb(Block *b) in freeb()
128 checkb(Block *b, char *msg) in checkb()
H A Dqio.c74 freeblist(Block *b) in freeblist()
253 Block *b; in pullupqueue() local
403 Block *b; in qget() local
442 Block *b; in qdiscard() local
495 Block *b; in qconsume() local
561 qpass(Queue *q, Block *b) in qpass()
614 qpassnolim(Queue *q, Block *b) in qpassnolim()
689 Block *b; in qproduce() local
751 Block *b, *nb; in qcopy() local
875 qaddlist(Queue *q, Block *b) in qaddlist()
[all …]
H A Ddevdbg.c45 Bkpt *b; member
78 Bkpt *b; member
88 Bkpt *b; in getbreaks() local
105 Bkpt *b; in newbreak() local
122 freebreak(Bkpt *b) in freebreak()
158 breakset(Bkpt *b) in breakset()
174 breakrestore(Bkpt *b) in breakrestore()
184 Bkpt *b, *e, *p; in breakclear() local
203 breaknotify(Bkpt *b, Proc *p) in breaknotify()
212 ulong a, b; in breakmatch() local
[all …]
/inferno-os/os/ip/
H A Dppp.c265 dumpblock(Block *b) in dumpblock()
283 Block *buf, *b; in getframe() local
362 putframe(PPP *ppp, int proto, Block *b) in putframe()
457 #define IPB2LCP(b) ((Lcpmsg*)((b)->wp-4)) argument
462 Block *b; in alloclcp() local
479 putao(Block *b, int type, int aproto, int alg) in putao()
489 putlo(Block *b, int type, ulong val) in putlo()
498 putv4o(Block *b, int type, Ipaddr val) in putv4o()
509 putso(Block *b, int type, ulong val) in putso()
518 puto(Block *b, int type) in puto()
[all …]
/inferno-os/os/boot/rpcg/
H A Dqio.c19 Block *b; in iallocb() local
31 freeb(Block *b) in freeb()
60 Block *b; in qget() local
75 qbwrite(Queue *q, Block *b) in qbwrite()
101 Block *b; in qbgetc() local
123 Block *b; in qbputc() local
/inferno-os/os/boot/mpc/
H A Dqio.c19 Block *b; in iallocb() local
31 freeb(Block *b) in freeb()
60 Block *b; in qget() local
75 qbwrite(Queue *q, Block *b) in qbwrite()
101 Block *b; in qbgetc() local
123 Block *b; in qbputc() local
/inferno-os/os/boot/puma/
H A Dqio.c19 Block *b; in iallocb() local
31 freeb(Block *b) in freeb()
60 Block *b; in qget() local
75 qbwrite(Queue *q, Block *b) in qbwrite()
101 Block *b; in qbgetc() local
123 Block *b; in qbputc() local
/inferno-os/emu/port/
H A Dqio.c47 checkb(Block *b, char *msg) in checkb()
62 freeb(Block *b) in freeb()
90 freeblist(Block *b) in freeblist()
264 Block *b; in pullupqueue() local
407 Block *b; in iallocb() local
431 Block *b; in allocb() local
447 Block *b; in qget() local
485 Block *b; in qdiscard() local
529 Block *b; in qconsume() local
595 qpass(Queue *q, Block *b) in qpass()
[all …]
/inferno-os/libmp/port/
H A Dmpfmt.c7 to64(mpint *b, char *buf, int len) in to64()
22 to32(mpint *b, char *buf, int len) in to32()
47 to16(mpint *b, char *buf, int len) in to16()
96 to10(mpint *b, char *buf, int len) in to10()
130 mpint *b; in mpfmt() local
150 mptoa(mpint *b, int base, char *buf, int len) in mptoa()
H A Dstrtomp.c47 from16(char *a, mpint *b) in from16()
77 from10(char *a, mpint *b) in from10()
115 from64(char *a, mpint *b) in from64()
135 from32(char *a, mpint *b) in from32()
155 strtomp(char *a, char **pp, int base, mpint *b) in strtomp()
H A Dmptoui.c11 uitomp(uint i, mpint *b) in uitomp()
23 mptoui(mpint *b) in mptoui()
H A Dmptoi.c11 itomp(int i, mpint *b) in itomp()
27 mptoi(mpint *b) in mptoi()
H A Dmpaux.c55 mpint *b; in mpnew() local
77 mpbits(mpint *b, int m) in mpbits()
98 mpfree(mpint *b) in mpfree()
110 mpnorm(mpint *b) in mpnorm()
/inferno-os/utils/cc/
H A Dbits.c4 bor(Bits a, Bits b) in bor()
15 band(Bits a, Bits b) in band()
50 beq(Bits a, Bits b) in beq()
64 long b; in bnum() local
/inferno-os/utils/c2l/
H A Dbits.c4 bor(Bits a, Bits b) in bor()
15 band(Bits a, Bits b) in band()
50 beq(Bits a, Bits b) in beq()
64 long b; in bnum() local
/inferno-os/limbo/
H A Doptim.c16 #define MASK(a, b) (MSK((b)-(a)+1)<<(a)) argument
134 ulong *b; member
539 Bits b; in bnew() local
551 bfree(Bits b) in bfree()
557 bset(Bits b, int n) in bset()
563 bclr(Bits b, int n) in bclr()
569 bmem(Bits b, int n) in bmem()
575 bsets(Bits b, int m, int n) in bsets()
594 bclrs(Bits b, int m, int n) in bclrs()
616 boper(int o, Bits a, Bits b) in boper()
[all …]
/inferno-os/libtk/
H A Dcbits.c43 TkCbits *b; in tkcvsbitsize() local
66 TkCbits *b; in tkcvsbitcreat() local
118 TkCbits *b = TKobj(TkCbits, i); in tkcvsbitcget() local
134 TkCbits *b = TKobj(TkCbits, i); in tkcvsbitconf() local
150 TkCbits *b; in tkcvsbitfree() local
161 TkCbits *b; in tkcvsbitdraw() local
/inferno-os/libdraw/
H A Dellipse.c32 ellipse(Image *dst, Point c, int a, int b, int thick, Image *src, Point sp) in ellipse()
38 ellipseop(Image *dst, Point c, int a, int b, int thick, Image *src, Point sp, Drawop op) in ellipseop()
44 fillellipse(Image *dst, Point c, int a, int b, Image *src, Point sp) in fillellipse()
50 fillellipseop(Image *dst, Point c, int a, int b, Image *src, Point sp, Drawop op) in fillellipseop()
56 arc(Image *dst, Point c, int a, int b, int thick, Image *src, Point sp, int alpha, int phi) in arc()
63 arcop(Image *dst, Point c, int a, int b, int thick, Image *src, Point sp, int alpha, int phi, Drawo… in arcop()
70 fillarc(Image *dst, Point c, int a, int b, Image *src, Point sp, int alpha, int phi) in fillarc()
77 fillarcop(Image *dst, Point c, int a, int b, Image *src, Point sp, int alpha, int phi, Drawop op) in fillarcop()
/inferno-os/libmp/
H A Dtest.c32 mpint *b; in testconv() local
107 mpint *b, *b2; in testvecdigmuladd() local
132 mpint *b, *b2; in testvecdigmulsub() local
157 mpint *b, *b1, *b2; in testmul() local
179 testmul2(mpint *b, mpint *b1) in testmul2()
202 mpint *b; in testdigdiv() local
284 testsub1(char *a, char *b) in testsub1()
296 testmul1(char *a, char *b) in testmul1()
310 mpint *b, *e, *m, *res; in testexp() local
341 mpint *a, *b, *d, *x, *y, *t1, *t2; in testgcd() local
/inferno-os/libsec/port/
H A Dblowfish.c80 u32int bo[2], bi[2], b; in bfCBCencrypt() local
137 u32int b, bo[2], bi[2], xr[2]; in bfCBCdecrypt() local
196 u32int b[2]; in bfECBencrypt() local
222 u32int b[2]; in bfECBdecrypt() local
245 bfencrypt(u32int *b, BFstate *s) in bfencrypt()
279 bfdecrypt(u32int *b, BFstate *s) in bfdecrypt()
/inferno-os/os/boot/pc/
H A Dboot.c82 readehdr(Boot *b) in readehdr()
138 nextphdr(Boot *b) in nextphdr()
195 readepad(Boot *b) in readepad()
208 readedata(Boot *b) in readedata()
227 readphdr(Boot *b) in readphdr()
263 bootpass(Boot *b, void *vbuf, int nbuf) in bootpass()
/inferno-os/include/
H A Dpool.h46 #define D2B(b, dp) b = ((Bhdr*)(((uchar*)dp)-(((Bhdr*)0)->u.data))); \ argument
49 #define B2NB(b) ((Bhdr*)((uchar*)b + b->size)) argument
50 #define B2PT(b) ((Btail*)((uchar*)b - sizeof(Btail))) argument
51 #define B2T(b) ((Btail*)(((uchar*)b)+b->size-sizeof(Btail))) argument
53 #define B2LIMIT(b) ((Bhdr*)((uchar*)b + b->csize)) argument
/inferno-os/os/sa1110/
H A Di2cgpio.c80 i2c_putbyte(uchar b) in i2c_putbyte()
249 i2c_setpin(int b) in i2c_setpin()
260 i2c_clrpin(int b) in i2c_clrpin()
271 i2c_getpin(int b) in i2c_getpin()

12345678910>>...20