Searched refs:hg (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dxmon.c995 unsigned *hg, w1, last_w2 = 0, last_va0 = 0; local
1004 hg = htab + (((v ^ seg) & hmask) * 16);
1006 for (i = 0; i < 8; ++i, hg += 2) {
1007 if (*hg == w1) {
1014 hg = htab + ((~(v ^ seg) & hmask) * 16);
1015 for (i = 0; i < 8; ++i, hg += 2) {
1016 if (*hg == w1) {
1022 if (!(last_found && found && (hg[1] & ~0x180) == last_w2 + 4096)) {
1029 printf("%x to %x", va, hg[1]);
1035 last_w2 = hg[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/
H A DMakefile330 RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o
331 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc --exclude .hg --exclude .git
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/
H A DMakefile375 RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o
376 export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn --exclude CVS --exclude .pc --exclude .hg --exclude .git

Completed in 38 milliseconds