Searched refs:Dptr (Results 1 – 8 of 8) sorted by relevance
| /plan9/sys/src/cmd/cfs/ |
| H A D | file.c | 17 fmerge(Dptr *p, char *to, char *from, int start, int len) in fmerge() 58 Dptr *p; in fbwrite() 59 Dptr t; in fbwrite() 81 p = (Dptr*)ibb->data; in fbwrite() 104 p = (Dptr*)ibb->data; in fbwrite() 107 p = (Dptr*)ibb->data; in fbwrite() 179 Dptr * 185 Dptr *p, *p0, *pf; in fpget() 224 p0 = (Dptr*)ibb->data; in fpget() 260 Dptr *p; in fread()
|
| H A D | cformat.h | 4 typedef struct Dptr Dptr; typedef 44 struct Dptr struct 59 Dptr ptr; /* pointer page */ argument
|
| H A D | disk.c | 61 d->p2b = d->bsize/sizeof(Dptr); in dinit() 115 Dptr dptr; in dformat() 134 d->p2b = d->bsize/sizeof(Dptr); in dformat() 220 dalloc(Disk *d, Dptr *p) in dalloc() 251 dpalloc(Disk *d, Dptr *p) in dpalloc() 254 Dptr *sp, *ep; in dpalloc() 266 sp = (Dptr*)b->data; in dpalloc() 320 dfree(Disk *d, Dptr *dp) in dfree() 323 Dptr *sp, *ep; in dfree() 356 sp = (Dptr*)b->data; in dfree()
|
| H A D | disk.h | 18 ulong dalloc(Disk*, Dptr*); 19 ulong dpalloc(Disk*, Dptr*); 20 int dfree(Disk*, Dptr*);
|
| H A D | file.h | 1 void fmerge(Dptr*, char*, char*, int, int); 4 Dptr* fpget(Icache*, Ibuf*, ulong);
|
| H A D | inode.c | 325 Dptr d; in iupdate()
|
| /plan9/sys/src/games/mp3dec/ |
| H A D | synth.c | 565 register mad_fixed_t const (*Dptr)[32], *ptr; in synth_full() local 588 Dptr = &D[0]; in synth_full() 590 ptr = *Dptr + po; in synth_full() 601 ptr = *Dptr + pe; in synth_full() 617 ++Dptr; in synth_full() 621 ptr = *Dptr + po; in synth_full() 632 ptr = *Dptr + pe; in synth_full() 644 ptr = *Dptr - pe; in synth_full() 654 ptr = *Dptr - po; in synth_full() 669 ++Dptr; in synth_full() [all …]
|
| /plan9/sys/src/libndb/ |
| H A D | ndbhash.c | 8 Dptr, /* pointer to database file */ enumerator 163 s->type = Dptr; in ndbsearch() 198 if(s->type == Dptr){ in ndbsnext()
|