Searched refs:tbls (Results 1 – 7 of 7) sorted by relevance
39 tp->tbls = NULL;52 struct tbl **ntblp, **otblp = tp->tbls;60 tp->tbls = ntblp;93 for (pp = &tp->tbls[h & (tp->size-1)]; (p = *pp) != NULL; pp--) {97 if (pp == tp->tbls) /* wrap */117 for (pp = &tp->tbls[h & (tp->size-1)]; (p = *pp) != NULL; pp--) {120 if (pp == tp->tbls) /* wrap */159 ts->next = tp->tbls;189 sp = tp->tbls; /* source */227 for (pp = &tp->tbls[h & (tp->size-1)]; (p = *pp); pp--) {[all …]
10 struct tbl **tbls; /* hashed table items */ member
72 struct tbl *vp, **vpp = l->vars.tbls, *vq; in popblock()880 for (vpp = l->vars.tbls, i = l->vars.size; --i >= 0; ) in makenv()
2010 uint32_t *tbls; in esiop_moretagtbl() local2037 (void *)&tbls, BUS_DMA_NOWAIT|BUS_DMA_COHERENT); in esiop_moretagtbl()2051 tbls, PAGE_SIZE, NULL, BUS_DMA_NOWAIT); in esiop_moretagtbl()2064 newtbls[i].tbl = &tbls[i * ESIOP_NTAG]; in esiop_moretagtbl()
1285 tbls
1849 * m68k-opc.c: Fix encoding of signed bit in the cpu32 tbls insns.