/src/games/dab/ |
algor.cc | 133 size_t nbox, maxbox = 0; local in function:ALGOR::find_max_closure 138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0) 139 if (nbox > maxbox) { 141 maxbox = nbox; 174 BOX nbox(by, bx, b); local in function:ALGOR::try_good_turn 175 if (nbox.count() < 2) 242 size_t nbox, minbox = nb.nx() * nb.ny() + 1; local in function:ALGOR::find_min_closure1 254 if ((nbox = count_closure(y, x, xdir, nb)) == 0) 257 if (nbox <= minbox) { 259 minbox = nbox; [all...] |
algor.cc | 133 size_t nbox, maxbox = 0; local in function:ALGOR::find_max_closure 138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0) 139 if (nbox > maxbox) { 141 maxbox = nbox; 174 BOX nbox(by, bx, b); local in function:ALGOR::try_good_turn 175 if (nbox.count() < 2) 242 size_t nbox, minbox = nb.nx() * nb.ny() + 1; local in function:ALGOR::find_min_closure1 254 if ((nbox = count_closure(y, x, xdir, nb)) == 0) 257 if (nbox <= minbox) { 259 minbox = nbox; [all...] |
algor.cc | 133 size_t nbox, maxbox = 0; local in function:ALGOR::find_max_closure 138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0) 139 if (nbox > maxbox) { 141 maxbox = nbox; 174 BOX nbox(by, bx, b); local in function:ALGOR::try_good_turn 175 if (nbox.count() < 2) 242 size_t nbox, minbox = nb.nx() * nb.ny() + 1; local in function:ALGOR::find_min_closure1 254 if ((nbox = count_closure(y, x, xdir, nb)) == 0) 257 if (nbox <= minbox) { 259 minbox = nbox; [all...] |
algor.cc | 133 size_t nbox, maxbox = 0; local in function:ALGOR::find_max_closure 138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0) 139 if (nbox > maxbox) { 141 maxbox = nbox; 174 BOX nbox(by, bx, b); local in function:ALGOR::try_good_turn 175 if (nbox.count() < 2) 242 size_t nbox, minbox = nb.nx() * nb.ny() + 1; local in function:ALGOR::find_min_closure1 254 if ((nbox = count_closure(y, x, xdir, nb)) == 0) 257 if (nbox <= minbox) { 259 minbox = nbox; [all...] |
algor.cc | 133 size_t nbox, maxbox = 0; local in function:ALGOR::find_max_closure 138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0) 139 if (nbox > maxbox) { 141 maxbox = nbox; 174 BOX nbox(by, bx, b); local in function:ALGOR::try_good_turn 175 if (nbox.count() < 2) 242 size_t nbox, minbox = nb.nx() * nb.ny() + 1; local in function:ALGOR::find_min_closure1 254 if ((nbox = count_closure(y, x, xdir, nb)) == 0) 257 if (nbox <= minbox) { 259 minbox = nbox; [all...] |
/src/sys/external/bsd/drm/dist/shared-core/ |
i915_dma.c | 456 int nbox = cmd->num_cliprects; local in function:i915_dispatch_cmdbuffer 466 count = nbox ? nbox : 1; 469 if (i < nbox) { 490 int nbox = batch->num_cliprects; local in function:i915_dispatch_batchbuffer 501 count = nbox ? nbox : 1; 504 if (i < nbox) {
|
mach64_state.c | 226 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_clear 256 if (!nbox) 259 DMAGETPTR(file_priv, dev_priv, nbox * 31); /* returns on failure to get buffer */ 261 for (i = 0; i < nbox; i++) { 365 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_swap 383 if (!nbox) 386 DMAGETPTR(file_priv, dev_priv, 13 + nbox * 4); /* returns on failure to get buffer */ 411 for (i = 0; i < nbox; i++) [all...] |
i915_dma.c | 456 int nbox = cmd->num_cliprects; local in function:i915_dispatch_cmdbuffer 466 count = nbox ? nbox : 1; 469 if (i < nbox) { 490 int nbox = batch->num_cliprects; local in function:i915_dispatch_batchbuffer 501 count = nbox ? nbox : 1; 504 if (i < nbox) {
|
mach64_state.c | 226 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_clear 256 if (!nbox) 259 DMAGETPTR(file_priv, dev_priv, nbox * 31); /* returns on failure to get buffer */ 261 for (i = 0; i < nbox; i++) { 365 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_swap 383 if (!nbox) 386 DMAGETPTR(file_priv, dev_priv, 13 + nbox * 4); /* returns on failure to get buffer */ 411 for (i = 0; i < nbox; i++) [all...] |
i915_dma.c | 456 int nbox = cmd->num_cliprects; local in function:i915_dispatch_cmdbuffer 466 count = nbox ? nbox : 1; 469 if (i < nbox) { 490 int nbox = batch->num_cliprects; local in function:i915_dispatch_batchbuffer 501 count = nbox ? nbox : 1; 504 if (i < nbox) {
|
mach64_state.c | 226 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_clear 256 if (!nbox) 259 DMAGETPTR(file_priv, dev_priv, nbox * 31); /* returns on failure to get buffer */ 261 for (i = 0; i < nbox; i++) { 365 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_swap 383 if (!nbox) 386 DMAGETPTR(file_priv, dev_priv, 13 + nbox * 4); /* returns on failure to get buffer */ 411 for (i = 0; i < nbox; i++) [all...] |
i915_dma.c | 456 int nbox = cmd->num_cliprects; local in function:i915_dispatch_cmdbuffer 466 count = nbox ? nbox : 1; 469 if (i < nbox) { 490 int nbox = batch->num_cliprects; local in function:i915_dispatch_batchbuffer 501 count = nbox ? nbox : 1; 504 if (i < nbox) {
|
mach64_state.c | 226 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_clear 256 if (!nbox) 259 DMAGETPTR(file_priv, dev_priv, nbox * 31); /* returns on failure to get buffer */ 261 for (i = 0; i < nbox; i++) { 365 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_swap 383 if (!nbox) 386 DMAGETPTR(file_priv, dev_priv, 13 + nbox * 4); /* returns on failure to get buffer */ 411 for (i = 0; i < nbox; i++) [all...] |
i915_dma.c | 456 int nbox = cmd->num_cliprects; local in function:i915_dispatch_cmdbuffer 466 count = nbox ? nbox : 1; 469 if (i < nbox) { 490 int nbox = batch->num_cliprects; local in function:i915_dispatch_batchbuffer 501 count = nbox ? nbox : 1; 504 if (i < nbox) {
|
mach64_state.c | 226 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_clear 256 if (!nbox) 259 DMAGETPTR(file_priv, dev_priv, nbox * 31); /* returns on failure to get buffer */ 261 for (i = 0; i < nbox; i++) { 365 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_swap 383 if (!nbox) 386 DMAGETPTR(file_priv, dev_priv, 13 + nbox * 4); /* returns on failure to get buffer */ 411 for (i = 0; i < nbox; i++) [all...] |
mga_state.c | 446 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 447 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 509 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 523 for (i = 0; i < nbox; i++) { 599 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 607 BEGIN_DMA(4 + nbox); 624 for (i = 0; i < nbox; i++) { 667 if (i < sarea_priv->nbox) { 805 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
mga_state.c | 446 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 447 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 509 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 523 for (i = 0; i < nbox; i++) { 599 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 607 BEGIN_DMA(4 + nbox); 624 for (i = 0; i < nbox; i++) { 667 if (i < sarea_priv->nbox) { 805 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
mga_state.c | 446 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 447 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 509 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 523 for (i = 0; i < nbox; i++) { 599 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 607 BEGIN_DMA(4 + nbox); 624 for (i = 0; i < nbox; i++) { 667 if (i < sarea_priv->nbox) { 805 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
mga_state.c | 446 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 447 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 509 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 523 for (i = 0; i < nbox; i++) { 599 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 607 BEGIN_DMA(4 + nbox); 624 for (i = 0; i < nbox; i++) { 667 if (i < sarea_priv->nbox) { 805 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
mga_state.c | 446 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 447 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 509 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 523 for (i = 0; i < nbox; i++) { 599 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 607 BEGIN_DMA(4 + nbox); 624 for (i = 0; i < nbox; i++) { 667 if (i < sarea_priv->nbox) { 805 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_state.c | 428 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 429 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 491 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 504 for (i = 0; i < nbox; i++) { 579 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 587 BEGIN_DMA(4 + nbox); 602 for (i = 0; i < nbox; i++) { 644 if (i < sarea_priv->nbox) { 777 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
mga_state.c | 428 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 429 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 491 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 504 for (i = 0; i < nbox; i++) { 579 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 587 BEGIN_DMA(4 + nbox); 602 for (i = 0; i < nbox; i++) { 644 if (i < sarea_priv->nbox) { 777 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
mga_state.c | 428 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 429 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 491 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 504 for (i = 0; i < nbox; i++) { 579 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 587 BEGIN_DMA(4 + nbox); 602 for (i = 0; i < nbox; i++) { 644 if (i < sarea_priv->nbox) { 777 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
mga_state.c | 428 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 429 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 491 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 504 for (i = 0; i < nbox; i++) { 579 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 587 BEGIN_DMA(4 + nbox); 602 for (i = 0; i < nbox; i++) { 644 if (i < sarea_priv->nbox) { 777 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
mga_state.c | 428 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 429 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 491 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 504 for (i = 0; i < nbox; i++) { 579 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 587 BEGIN_DMA(4 + nbox); 602 for (i = 0; i < nbox; i++) { 644 if (i < sarea_priv->nbox) { 777 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |