Searched refs:mapdt (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/tests/cdt/ |
H A D | tvsafehash.c | 182 Dt_t *shmdt, *mapdt, *insdt, *deldt; local 191 if(!(mapdt = opendictionary(num, pid, Mapstore)) ) 193 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) ) 207 deldt = num%2 == 0 ? mapdt : shmdt; 208 insdt = num%2 == 0 ? shmdt : mapdt; 222 dtclose(mapdt); 233 Dt_t *mapdt, *shmdt; local 251 if(!(mapdt = opendictionary(0, ppid, Mapstore)) ) 253 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) ) 268 if(dtinsert(mapdt, o [all...] |
H A D | tvsaferehash.c | 184 Dt_t *shmdt, *mapdt, *insdt, *deldt; local 193 if(!(mapdt = opendictionary(num, pid, Mapstore)) ) 195 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) ) 209 deldt = num%2 == 0 ? mapdt : shmdt; 210 insdt = num%2 == 0 ? shmdt : mapdt; 224 dtclose(mapdt); 235 Dt_t *mapdt, *shmdt; local 253 if(!(mapdt = opendictionary(0, ppid, Mapstore)) ) 255 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) ) 270 if(dtinsert(mapdt, o [all...] |
H A D | tvsafetree.c | 181 Dt_t *shmdt, *mapdt, *insdt, *deldt; local 190 if(!(mapdt = opendictionary(num, pid, Mapstore)) ) 192 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) ) 206 deldt = num%2 == 0 ? mapdt : shmdt; 207 insdt = num%2 == 0 ? shmdt : mapdt; 221 dtclose(mapdt); 232 Dt_t *mapdt, *shmdt; local 250 if(!(mapdt = opendictionary(0, ppid, Mapstore)) ) 252 if(!(mapdc = (Mmdisc_t*)dtdisc(mapdt, NIL(Dtdisc_t*), 0)) ) 267 if(dtinsert(mapdt, o [all...] |
Completed in 21 milliseconds