/ast/src/cmd/tests/cdt/ |
H A D | trehash.c | 67 static Disc_t *Disc; /* shared discipline structure */ variable 211 Disc = (Disc_t*)(State+1); 212 Obj = (Obj_t*)(Disc+1); 213 Disc->addr = (unsigned char*)(Obj+N_OBJ); 214 Disc->size = k; 234 Disc->disc.key = DTOFFSET(Obj_t,str); 235 Disc->disc.size = 0; 236 Disc->disc.link = 0; 237 Disc->disc.makef = NIL(Dtmake_f); 238 Disc [all...] |
H A D | tsafehash.c | 67 static Disc_t *Disc; /* shared discipline structure */ variable 211 Disc = (Disc_t*)(State+1); 212 Obj = (Obj_t*)(Disc+1); 213 Disc->addr = (unsigned char*)(Obj+N_OBJ); 214 Disc->size = k; 234 Disc->disc.key = DTOFFSET(Obj_t,str); 235 Disc->disc.size = 0; 236 Disc->disc.link = 0; 237 Disc->disc.makef = NIL(Dtmake_f); 238 Disc [all...] |
H A D | tsafetree.c | 67 static Disc_t *Disc; /* shared discipline structure */ variable 213 Disc = (Disc_t*)(State+1); 214 Obj = (Obj_t*)(Disc+1); 215 Disc->addr = (unsigned char*)(Obj+N_OBJ); 216 Disc->size = k; 236 Disc->disc.key = DTOFFSET(Obj_t,str); 237 Disc->disc.size = 0; 238 Disc->disc.link = 0; 239 Disc->disc.makef = NIL(Dtmake_f); 240 Disc [all...] |
H A D | tdeque.c | 22 Dtdisc_t Disc = variable 34 if(!(dt = dtopen(&Disc,Dtdeque)) )
|
H A D | tevent.c | 67 Dtdisc_t Disc = variable 78 if(!(dt = dtopen(&Disc,Dtset)) ) 95 dtdisc(dt,&Disc,0);
|
H A D | tshare.c | 78 Dtdisc_t Disc = variable 89 if(!(dt1 = dtopen(&Disc,Dtoset)) ) 98 if(!(dt2 = dtopen(&Disc,Dtoset)) ) 129 if(!(dt1 = dtopen(&Disc, Dtrhset)) ) 131 if((dt2 = dtopen(&Disc, Dtset)) )
|
H A D | tview.c | 22 Dtdisc_t Disc = variable 49 if(!(dt1 = dtopen(&Disc,Dtoset)) ) 51 if(!(dt2 = dtopen(&Disc,Dtoset)) ) 53 if(!(dt3 = dtopen(&Disc,Dtoset)) )
|
H A D | tlist.c | 22 Dtdisc_t Disc = variable 33 if(!(dt = dtopen(&Disc,Dtlist)) )
|
H A D | tqueue.c | 22 Dtdisc_t Disc = variable 33 if(!(dt = dtopen(&Disc,Dtqueue)) )
|
H A D | tstack.c | 22 Dtdisc_t Disc = variable 33 if(!(dt = dtopen(&Disc,Dtstack)) )
|
H A D | tbags.c | 50 Dtdisc_t Disc = { 0, 0, 0, 0, 0, objcmp, objhash, 0, 0 }; variable 76 if(!(dt = dtopen(&Disc, Dtobag)) ) 81 if(!(dt = dtopen(&Disc, Dtbag)) ) 86 if(!(dt = dtopen(&Disc, Dtrhbag)) ) 91 if(!(dt = dtopen(&Disc, Dtlist)) )
|
H A D | trhbags.c | 41 Dtdisc_t Disc = { 0, 0, 0, 0, 0, objcmp, objhash, 0, 0 }; variable 62 { if(!(dt = dtopen(&Disc, k == 0 ? Dtrhbag : Dtobag)) )
|
/ast/src/cmd/tests/sfio/ |
H A D | twhole.c | 41 Sfdisc_t Disc = {(Sfread_f)0, writef, (Sfseek_f)0, (Sfexcept_f)0, (Sfdisc_t*)0}; variable 57 sfdisc(f,&Disc); 73 sfdisc(f,&Disc);
|
H A D | texcept.c | 94 static Sfdisc_t Disc, Disc2; variable 108 Disc.exceptf = except; 109 if(!sfdisc(f,&Disc) ) 112 sfdisc(f,&Disc); 119 sfdisc(f2,&Disc); 168 Disc.exceptf = except2; 169 sfdisc(f,&Disc);
|
H A D | talign.c | 40 Sfdisc_t Disc = {readf, (Sfwrite_f)0, (Sfseek_f)0, (Sfexcept_f)0, (Sfdisc_t*)0}; variable 64 sfdisc(f,&Disc);
|
H A D | tputgetr.c | 38 Sfdisc_t Disc = { 0, writef, 0, 0, 0 }; variable 82 sfdisc(fp, &Disc);
|
H A D | trcrv.c | 35 Sfdisc_t Disc = {myread, NIL(Sfwrite_f), NIL(Sfseek_f), NIL(Sfexcept_f)}; variable 47 sfdisc(sfstdin,&Disc);
|
H A D | talarm.c | 71 Sfdisc_t Disc = {NIL(Sfread_f), NIL(Sfwrite_f), NIL(Sfseek_f), exceptf}; variable 83 sfdisc(sfstdin,&Disc);
|
H A D | tsetbuf.c | 25 Sfdisc_t Disc; variable 38 sfdisc(sfstdout,&Disc);
|
H A D | tmprocess.c | 67 static Sfdisc_t Disc[N_PROC]; variable 119 Disc[i].writef = inspect; 120 sfdisc(fa[i], &Disc[i]);
|
H A D | tstack.c | 78 Sfdisc_t Disc = { readf, writef, NIL(Sfseek_f), exceptf, 0 }; variable 92 sfdisc(f1,&Disc); 93 sfdisc(f2,&Disc); 114 sfdisc(sfstdin,&Disc);
|
/ast/src/cmd/tests/vmalloc/ |
H A D | twalk.c | 71 static Vmdisc_t Disc = {memory, except, 64}; variable 84 if(disc == &Disc) 94 if(!(vm1 = vmopen(&Disc,Vmbest,0)) ) 99 if(!(vm2 = vmopen(&Disc,Vmbest,0)) ) 104 if(!(vm3 = vmopen(&Disc,Vmbest,0)) ) 109 Disc.exceptf = NIL(Vmexcept_f); 110 if(!(vm4 = vmopen(&Disc,Vmbest,0)) )
|
H A D | talign.c | 38 static Vmdisc_t Disc = { alignmem, NIL(Vmexcept_f), 10*1024}; variable 46 if(!(vm = vmopen(&Disc,Vmbest,0)) ) 54 if(!(vm = vmopen(&Disc,Vmlast,0)) )
|
H A D | tcompact.c | 47 Vmdisc_t Disc = {memory, NIL(Vmexcept_f), 64}; variable 55 if(!(vm = vmopen(&Disc,Vmbest,0)) )
|
H A D | tpool.c | 46 Vmdisc_t Disc = {memory, NIL(Vmexcept_f), 64}; variable 54 if(!(vm = vmopen(&Disc,Vmpool,0)) )
|