tag | line | file | source code |
nd | 464 | arch/sparc/kernel/probe.c | int nd, i, prom_node_cpu, thismid; |
nd | 475 | arch/sparc/kernel/probe.c | nd = 0; |
nd | 123 | drivers/scsi/aha1740.h | nd:1, /* No Disconnect */ |
nd | 740 | lib/inflate.c | unsigned nd; /* number of distance codes */ |
nd | 761 | lib/inflate.c | nd = 1 + ((unsigned)b & 0x1f); /* number of distance codes */ |
nd | 767 | lib/inflate.c | if (nl > 288 || nd > 32) |
nd | 769 | lib/inflate.c | if (nl > 286 || nd > 30) |
nd | 799 | lib/inflate.c | n = nl + nd; |
nd | 870 | lib/inflate.c | if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) |