memalloc 361 dev/ic/i82365.c h->memalloc = 0; memalloc 1047 dev/ic/i82365.c if ((h->memalloc & (1 << i)) == 0) { memalloc 1049 dev/ic/i82365.c h->memalloc |= (1 << i); memalloc 1113 dev/ic/i82365.c h->memalloc &= ~(1 << window); memalloc 1474 dev/ic/i82365.c if (h->memalloc & (1 << win)) memalloc 63 dev/ic/i82365var.h int memalloc; memalloc 421 dev/ic/tcic2.c h->memalloc = 0; memalloc 960 dev/ic/tcic2.c if ((h->memalloc & (1 << i)) == 0) { memalloc 962 dev/ic/tcic2.c h->memalloc |= (1 << i); memalloc 1032 dev/ic/tcic2.c h->memalloc &= ~(1 << window); memalloc 1338 dev/ic/tcic2.c if (h->memalloc & (1 << win)) memalloc 61 dev/ic/tcic2var.h int memalloc; memalloc 2227 dev/pci/pccbb.c if (ph->memalloc & (1 << win)) { memalloc 2508 dev/pci/pccbb.c if ((ph->memalloc & (1 << win)) == 0) { memalloc 2509 dev/pci/pccbb.c ph->memalloc |= (1 << win); memalloc 2583 dev/pci/pccbb.c ph->memalloc &= ~(1 << window); memalloc 87 dev/pci/pccbbvar.h int memalloc;