Home
last modified time | relevance | path

Searched refs:hole (Results 1 – 25 of 7063) sorted by relevance

12345678910>>...283

/dports/games/awale/awale-1.6/src/
H A Dawale.c98 hole + 2, hole + 3, hole + 4, hole + 5, hole + 6, hole + 7, in main()
99 hole + 8, hole + 9, hole + 10, hole + 11) != 12) in main()
426 if (hole[0] == 4 && hole[1] == 4 && hole[2] == 4 && hole[3] == 4 in best_move()
427 && hole[4] == 4 && hole[5] == 4 && hole[6] == 4 && hole[7] == 4 in best_move()
428 && hole[8] == 4 && hole[9] == 4 && hole[10] == 4 && hole[11] == 4) in best_move()
558hole[0],hole[1],hole[2],hole[3],hole[4],hole[5],hole[6],hole[7],hole[8],hole[9],hole[10],hole[11],\ in outputline()
662 if (hole[i1] == 0 && hole[i1 + 1] == 0 && hole[i1 + 2] == 0 in end_game()
674 if (hole[i0] == 0 && hole[i0 + 1] == 0 && hole[i0 + 2] == 0 in end_game()
687 if (hole[0] == 0 && hole[1] == 0 && hole[2] == 0 && hole[3] == 0 in end_game()
688 && hole[4] == 0 && hole[6] == 0 && hole[7] == 0 && hole[8] == 0 in end_game()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/lang/clover/mesa-21.3.6/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/
H A Dvma.c60 free(hole); in util_vma_heap_finish()
76 assert(hole->size + hole->offset == 0 || in util_vma_heap_validate()
77 hole->size + hole->offset > hole->offset); in util_vma_heap_validate()
84 assert(hole->size + hole->offset > hole->offset && in util_vma_heap_validate()
85 hole->size + hole->offset < prev_offset); in util_vma_heap_validate()
99 assert(hole->size >= offset - hole->offset + size); in util_vma_hole_alloc()
101 if (offset == hole->offset && size == hole->size) { in util_vma_hole_alloc()
108 assert(offset - hole->offset <= hole->size - size); in util_vma_hole_alloc()
133 hole->size = offset - hole->offset; in util_vma_hole_alloc()
230 if (hole->size < offset - hole->offset + size) in util_vma_heap_alloc_addr()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/
H A Dmos_vma.c46 free(hole); in mos_vma_heap_finish()
67 assert(hole->size + hole->offset == 0 || in mos_vma_heap_validate()
68 hole->size + hole->offset > hole->offset); in mos_vma_heap_validate()
77 assert(hole->size + hole->offset > hole->offset && in mos_vma_heap_validate()
78 hole->size + hole->offset < prev_offset); in mos_vma_heap_validate()
90 assert(hole); in mos_vma_hole_alloc()
92 assert(hole->size >= offset - hole->offset + size); in mos_vma_hole_alloc()
94 if (offset == hole->offset && size == hole->size) { in mos_vma_hole_alloc()
132 hole->size = offset - hole->offset; in mos_vma_hole_alloc()
231 if (hole->size < offset - hole->offset + size) in mos_vma_heap_alloc_addr()
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/dat/
H A Dsokoban.des505 TRAP:"hole",(3,1)
506 TRAP:"hole",(4,1)
507 TRAP:"hole",(2,3)
508 TRAP:"hole",(2,4)
509 TRAP:"hole",(4,5)
510 TRAP:"hole",(5,5)
511 TRAP:"hole",(6,5)
512 TRAP:"hole",(7,5)
513 TRAP:"hole",(8,5)
514 TRAP:"hole",(9,5)
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/sun3/
H A Dsun3dvma.c88 struct hole *hole; in print_holes() local
92 hole = list_entry(cur, struct hole, list); in print_holes()
94 if((hole->start == 0) && (hole->end == 0) && (hole->size == 0)) in print_holes()
98 hole->start, hole->end, hole->size); in print_holes()
108 struct hole *hole; in refill() local
114 hole = list_entry(cur, struct hole, list); in refill()
155 struct hole *hole; in get_baddr() local
169 hole = list_entry(cur, struct hole, list); in get_baddr()
206 struct hole *hole; in free_baddr() local
222 hole = list_entry(cur, struct hole, list); in free_baddr()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/sun3/
H A Dsun3dvma.c88 struct hole *hole; in print_holes() local
92 hole = list_entry(cur, struct hole, list); in print_holes()
94 if((hole->start == 0) && (hole->end == 0) && (hole->size == 0)) in print_holes()
98 hole->start, hole->end, hole->size); in print_holes()
108 struct hole *hole; in refill() local
114 hole = list_entry(cur, struct hole, list); in refill()
155 struct hole *hole; in get_baddr() local
169 hole = list_entry(cur, struct hole, list); in get_baddr()
206 struct hole *hole; in free_baddr() local
222 hole = list_entry(cur, struct hole, list); in free_baddr()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/sun3/
H A Dsun3dvma.c88 struct hole *hole; in print_holes() local
92 hole = list_entry(cur, struct hole, list); in print_holes()
94 if((hole->start == 0) && (hole->end == 0) && (hole->size == 0)) in print_holes()
98 hole->start, hole->end, hole->size); in print_holes()
108 struct hole *hole; in refill() local
114 hole = list_entry(cur, struct hole, list); in refill()
155 struct hole *hole; in get_baddr() local
169 hole = list_entry(cur, struct hole, list); in get_baddr()
206 struct hole *hole; in free_baddr() local
222 hole = list_entry(cur, struct hole, list); in free_baddr()
[all …]
/dports/graphics/libdrm/libdrm-2.4.110/amdgpu/
H A Damdgpu_vamgr.c67 free(hole); in amdgpu_vamgr_deinit()
76 if (start_va > hole->offset && end_va - hole->offset < hole->size) { in amdgpu_vamgr_subtract_hole()
85 hole->size -= (end_va - hole->offset); in amdgpu_vamgr_subtract_hole()
88 hole->size = start_va - hole->offset; in amdgpu_vamgr_subtract_hole()
89 } else if (end_va - hole->offset < hole->size) { in amdgpu_vamgr_subtract_hole()
90 hole->size -= (end_va - hole->offset); in amdgpu_vamgr_subtract_hole()
94 free(hole); in amdgpu_vamgr_subtract_hole()
128 if (offset >= (hole->offset + hole->size) || in amdgpu_vamgr_find_va()
129 size > (hole->offset + hole->size) - offset) { in amdgpu_vamgr_find_va()
149 offset = hole->offset + hole->size - size; in amdgpu_vamgr_find_va()
[all …]
/dports/games/neverball/neverball-1.6.0/putt/
H A Dhole.c31 struct hole struct
39 static int hole; argument
58 hole = 0; in hole_init_rc()
336 else if (score_v[hole][player] == score_v[hole][0] - 2) in hole_goal()
338 else if (score_v[hole][player] == score_v[hole][0] - 1) in hole_goal()
340 else if (score_v[hole][player] == score_v[hole][0]) in hole_goal()
342 else if (score_v[hole][player] == score_v[hole][0] + 1) in hole_goal()
363 score_v[hole][player] >= score_v[hole][0] + 3) in hole_stop()
365 score_v[hole][player] = (score_v[hole][0] > 12 - 3) ? score_v[hole][0] + 3 : 12; in hole_stop()
383 score_v[hole][player] >= score_v[hole][0] + 3) in hole_fall()
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/dat/
H A Dsokoban.des214 TRAP:"hole",(12,10)
215 TRAP:"hole",(13,10)
216 TRAP:"hole",(14,10)
217 TRAP:"hole",(15,10)
218 TRAP:"hole",(16,10)
219 TRAP:"hole",(17,10)
220 TRAP:"hole",(18,10)
221 TRAP:"hole",(19,10)
222 TRAP:"hole",(20,10)
223 TRAP:"hole",(21,10)
[all …]
/dports/games/nethack33/nethack-3.3.1/dat/
H A Dsokoban.des214 TRAP:"hole",(12,10)
215 TRAP:"hole",(13,10)
216 TRAP:"hole",(14,10)
217 TRAP:"hole",(15,10)
218 TRAP:"hole",(16,10)
219 TRAP:"hole",(17,10)
220 TRAP:"hole",(18,10)
221 TRAP:"hole",(19,10)
222 TRAP:"hole",(20,10)
223 TRAP:"hole",(21,10)
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/dat/
H A Dsokoban.des214 TRAP:"hole",(12,10)
215 TRAP:"hole",(13,10)
216 TRAP:"hole",(14,10)
217 TRAP:"hole",(15,10)
218 TRAP:"hole",(16,10)
219 TRAP:"hole",(17,10)
220 TRAP:"hole",(18,10)
221 TRAP:"hole",(19,10)
222 TRAP:"hole",(20,10)
223 TRAP:"hole",(21,10)
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/dat/
H A Dsokoban.des351 TRAP:"hole",(08,09)
352 TRAP:"hole",(09,09)
353 TRAP:"hole",(10,09)
354 TRAP:"hole",(11,09)
355 TRAP:"hole",(12,09)
356 TRAP:"hole",(13,09)
357 TRAP:"hole",(14,09)
358 TRAP:"hole",(15,09)
359 TRAP:"hole",(16,09)
1349 TRAP:"hole",(9,1)
[all …]
/dports/games/nethack34/nethack-3.4.3/dat/
H A Dsokoban.des214 TRAP:"hole",(12,10)
215 TRAP:"hole",(13,10)
216 TRAP:"hole",(14,10)
217 TRAP:"hole",(15,10)
218 TRAP:"hole",(16,10)
219 TRAP:"hole",(17,10)
220 TRAP:"hole",(18,10)
221 TRAP:"hole",(19,10)
222 TRAP:"hole",(20,10)
223 TRAP:"hole",(21,10)
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/dat/
H A Dsokoban.des214 TRAP:"hole",(12,10)
215 TRAP:"hole",(13,10)
216 TRAP:"hole",(14,10)
217 TRAP:"hole",(15,10)
218 TRAP:"hole",(16,10)
219 TRAP:"hole",(17,10)
220 TRAP:"hole",(18,10)
221 TRAP:"hole",(19,10)
222 TRAP:"hole",(20,10)
223 TRAP:"hole",(21,10)
[all …]

12345678910>>...283