/src/sys/external/bsd/drm/dist/shared-core/ |
r300_cmdbuf.c | 478 u32 narrays; local in function:r300_emit_3d_load_vbpntr 493 narrays = payload[0]; 496 while ((k < narrays) && (i < (count + 1))) { 506 if (k == narrays) 519 if ((k != narrays) || (i != (count + 1))) { 521 ("Malformed 3D_LOAD_VBPNTR packet (k=%d i=%d narrays=%d count+1=%d).\n", 522 k, i, narrays, count + 1);
|
r300_cmdbuf.c | 478 u32 narrays; local in function:r300_emit_3d_load_vbpntr 493 narrays = payload[0]; 496 while ((k < narrays) && (i < (count + 1))) { 506 if (k == narrays) 519 if ((k != narrays) || (i != (count + 1))) { 521 ("Malformed 3D_LOAD_VBPNTR packet (k=%d i=%d narrays=%d count+1=%d).\n", 522 k, i, narrays, count + 1);
|
radeon_state.c | 273 u32 offset, narrays; local in function:radeon_check_and_fixup_packet3 325 narrays = cmd[1] & ~0xc000; 328 while ((k < narrays) && (i < (count + 2))) { 339 if (k == narrays) 354 if ((k != narrays) || (i != (count + 2))) { 356 ("Malformed 3D_LOAD_VBPNTR packet (k=%d i=%d narrays=%d count+1=%d).\n", 357 k, i, narrays, count + 1);
|
radeon_state.c | 273 u32 offset, narrays; local in function:radeon_check_and_fixup_packet3 325 narrays = cmd[1] & ~0xc000; 328 while ((k < narrays) && (i < (count + 2))) { 339 if (k == narrays) 354 if ((k != narrays) || (i != (count + 2))) { 356 ("Malformed 3D_LOAD_VBPNTR packet (k=%d i=%d narrays=%d count+1=%d).\n", 357 k, i, narrays, count + 1);
|
/src/sys/ufs/lfs/ |
ulfs_dirhash.c | 135 int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; local in function:ulfsdirhash_build 167 narrays = howmany(nslots, DH_NBLKOFF); 168 nslots = narrays * DH_NBLKOFF; 172 memreqd = sizeof(*dh) + narrays * sizeof(*dh->dh_hash) + 173 narrays * DH_NBLKOFF * sizeof(**dh->dh_hash) + 200 dh->dh_hashsz = narrays * sizeof(dh->dh_hash[0]); 206 for (i = 0; i < narrays; i++) { 214 dh->dh_narrays = narrays; 276 for (i = 0; i < narrays; i++) 1069 int i, mem, narrays; local in function:ulfsdirhash_recycle [all...] |
ulfs_dirhash.c | 135 int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; local in function:ulfsdirhash_build 167 narrays = howmany(nslots, DH_NBLKOFF); 168 nslots = narrays * DH_NBLKOFF; 172 memreqd = sizeof(*dh) + narrays * sizeof(*dh->dh_hash) + 173 narrays * DH_NBLKOFF * sizeof(**dh->dh_hash) + 200 dh->dh_hashsz = narrays * sizeof(dh->dh_hash[0]); 206 for (i = 0; i < narrays; i++) { 214 dh->dh_narrays = narrays; 276 for (i = 0; i < narrays; i++) 1069 int i, mem, narrays; local in function:ulfsdirhash_recycle [all...] |
/src/sys/ufs/ufs/ |
ufs_dirhash.c | 131 int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; local in function:ufsdirhash_build 164 narrays = howmany(nslots, DH_NBLKOFF); 165 nslots = narrays * DH_NBLKOFF; 169 memreqd = sizeof(*dh) + narrays * sizeof(*dh->dh_hash) + 170 narrays * DH_NBLKOFF * sizeof(**dh->dh_hash) + 197 dh->dh_hashsz = narrays * sizeof(dh->dh_hash[0]); 203 for (i = 0; i < narrays; i++) { 211 dh->dh_narrays = narrays; 272 for (i = 0; i < narrays; i++) 1054 int i, mem, narrays; local in function:ufsdirhash_recycle [all...] |
ufs_dirhash.c | 131 int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot; local in function:ufsdirhash_build 164 narrays = howmany(nslots, DH_NBLKOFF); 165 nslots = narrays * DH_NBLKOFF; 169 memreqd = sizeof(*dh) + narrays * sizeof(*dh->dh_hash) + 170 narrays * DH_NBLKOFF * sizeof(**dh->dh_hash) + 197 dh->dh_hashsz = narrays * sizeof(dh->dh_hash[0]); 203 for (i = 0; i < narrays; i++) { 211 dh->dh_narrays = narrays; 272 for (i = 0; i < narrays; i++) 1054 int i, mem, narrays; local in function:ufsdirhash_recycle [all...] |