/src/games/bcd/ |
bcd.c | 59 * holes. (A 1 bit is a hole.) These may be wrong, but they match the old 87 static const u_short holes[256] = { variable in typeref:typename:const u_short[256] 185 if (holes[(unsigned char)*p]) 195 * 12 rows of potential holes; output a ']', which looks kind of 196 * like a hole, if the appropriate bit is set in the holes[] table. 203 if (bit(holes[(unsigned char)*p], 11 - row))
|
/src/usr.bin/nbperf/ |
nbperf-bdz.c | 86 uint32_t t, r, holes; local in function:assign_nodes 119 holes = 0; 122 state->holes64k[i >> 16] = holes; 125 state->holes64[i >> 6] = holes - state->holes64k[i >> 16]; 129 state->result_map[j] = i - holes; 133 ++holes;
|
/src/sys/arch/powerpc/oea/ |
ofwoea_machdep.c | 563 rangemap_t region, holes[32], list[32]; local in function:ofwoea_map_space 651 holes[nrofholes].type = iomem; 652 holes[nrofholes].addr = region.size + region.addr; 653 holes[nrofholes].size = list[range].addr - 654 holes[nrofholes].addr - 1; 665 DPRINTF("HOLES FOUND\n"); 667 DPRINTF("addr=0x%x size=0x%x type=%d\n", holes[i].addr, 668 holes[i].size, holes[i].type); 695 if (holes[i].type == RANGE_IO) [all...] |
/src/games/trek/ |
trek.h | 59 char holes; /* number of black holes in this quadrant */ member in struct:quad
|
/src/sys/arch/x86/x86/ |
pmap.c | 1467 * Randomize the location of an area. We count the holes in the VM space. We 1478 } holes[SLSPACE_NAREAS+1]; local in function:slotspace_rand 1497 /* Get the holes. */ 1524 holes[nholes].start = curslot; 1525 holes[nholes].end = minsslot; 1543 startsl = holes[hole].start; 1544 endsl = holes[hole].end;
|
/src/sys/external/bsd/drm2/dist/drm/amd/include/ |
atombios.h | 9205 UCHAR ucRevision; // Holes set revision 9218 UCHAR ucholesNo; // number of holes that follow 9219 ATOM_HOLE_INFO holes[1]; // array of hole descriptions member in struct:_ATOM_SERVICE_INFO
|