/src/games/ching/printching/ |
printching.c | 96 static int moving[6]; variable in typeref:typename:int[6] 119 moving[i] = 1; 121 moving[i] = 0; 187 * Compute the changes based on moving lines; return 1 if any lines moved, 221 int allmoving; /* 1 if all lines are moving */ 274 * If a line is moving, print its commentary. 293 if (moving[i]) 305 if (moving[i]) 311 * If all the lines are moving, print the commentary for that; it
|
printching.c | 96 static int moving[6]; variable in typeref:typename:int[6] 119 moving[i] = 1; 121 moving[i] = 0; 187 * Compute the changes based on moving lines; return 1 if any lines moved, 221 int allmoving; /* 1 if all lines are moving */ 274 * If a line is moving, print its commentary. 293 if (moving[i]) 305 if (moving[i]) 311 * If all the lines are moving, print the commentary for that; it
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_bo_vm.c | 56 if (likely(!bo->moving)) 62 if (dma_fence_is_signaled(bo->moving)) 76 (void) dma_fence_wait(bo->moving, true); 85 err = dma_fence_wait(bo->moving, true); 93 dma_fence_put(bo->moving); 94 bo->moving = NULL; 209 struct dma_fence *moving = dma_fence_get(bo->moving); local in function:ttm_bo_vm_fault_reserved 222 if (bo->moving != moving) { [all...] |
ttm_bo_vm.c | 56 if (likely(!bo->moving)) 62 if (dma_fence_is_signaled(bo->moving)) 76 (void) dma_fence_wait(bo->moving, true); 85 err = dma_fence_wait(bo->moving, true); 93 dma_fence_put(bo->moving); 94 bo->moving = NULL; 209 struct dma_fence *moving = dma_fence_get(bo->moving); local in function:ttm_bo_vm_fault_reserved 222 if (bo->moving != moving) { [all...] |
/src/sys/external/bsd/drm2/ttm/ |
ttm_bo_vm.c | 103 if (__predict_true(!bo->moving)) 109 if (dma_fence_is_signaled(bo->moving)) 121 (void) dma_fence_wait(bo->moving, true); 130 err = dma_fence_wait(bo->moving, true); 138 dma_fence_put(bo->moving); 139 bo->moving = NULL; 198 struct dma_fence *moving = dma_fence_get(bo->moving); local in function:ttm_bo_uvm_fault_reserved 211 if (bo->moving != moving) { [all...] |
ttm_bo_vm.c | 103 if (__predict_true(!bo->moving)) 109 if (dma_fence_is_signaled(bo->moving)) 121 (void) dma_fence_wait(bo->moving, true); 130 err = dma_fence_wait(bo->moving, true); 138 dma_fence_put(bo->moving); 139 bo->moving = NULL; 198 struct dma_fence *moving = dma_fence_get(bo->moving); local in function:ttm_bo_uvm_fault_reserved 211 if (bo->moving != moving) { [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
ttm_bo_api.h | 168 * @moving: Fence set when BO is moving 230 struct dma_fence *moving; member in struct:ttm_buffer_object
|
ttm_bo_api.h | 168 * @moving: Fence set when BO is moving 230 struct dma_fence *moving; member in struct:ttm_buffer_object
|