Home
last modified time | relevance | path

Searched refs:next_z (Results 1 – 15 of 15) sorted by relevance

/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dgeometry.cpp426 int next_x = x, next_y = y, next_z = z; in _mark_outside() local
449 next_z++; in _mark_outside()
453 next_z--; in _mark_outside()
465 if (next_z < 0 || next_z >= len_z) in _mark_outside()
470 if (p_cell_status[next_x][next_y][next_z] & 3) in _mark_outside()
477 z = next_z; in _mark_outside()
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dgeometry.cpp426 int next_x = x, next_y = y, next_z = z; in _mark_outside() local
449 next_z++; in _mark_outside()
453 next_z--; in _mark_outside()
465 if (next_z < 0 || next_z >= len_z) in _mark_outside()
470 if (p_cell_status[next_x][next_y][next_z] & 3) in _mark_outside()
477 z = next_z; in _mark_outside()
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dgeometry.cpp423 int next_x = x, next_y = y, next_z = z; in _mark_outside() local
446 next_z++; in _mark_outside()
450 next_z--; in _mark_outside()
460 if (next_z < 0 || next_z >= len_z) in _mark_outside()
463 if (p_cell_status[next_x][next_y][next_z] & 3) in _mark_outside()
468 z = next_z; in _mark_outside()
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dgeometry.cpp423 int next_x = x, next_y = y, next_z = z; in _mark_outside() local
446 next_z++; in _mark_outside()
450 next_z--; in _mark_outside()
460 if (next_z < 0 || next_z >= len_z) in _mark_outside()
463 if (p_cell_status[next_x][next_y][next_z] & 3) in _mark_outside()
468 z = next_z; in _mark_outside()
/dports/astro/libnova/libnova-0.15.0/src/
H A Dhyperbolic_motion.c66 next_z: in ln_solve_hyp_barker()
75 goto next_z; in ln_solve_hyp_barker()
/dports/graphics/volpack/volpack-1.0b3/
H A Dvp_rle.c262 rundata_y = &cbuf->rundata_y[cbuf->next_z];
271 z = cbuf->next_z;
338 if (++cbuf->next_z == zlen) {
1034 cbuf->next_z = 0;
H A Dvp_global.h318 int next_z; /* z coordinate of next scanline */ member
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DRCT1.h432 uint8_t next_z; // 0x28 member
H A DS4Importer.cpp1219 dst->NextLoc = { src->next_x, src->next_y, src->next_z * RCT1_COORDS_Z_STEP }; in ImportPeep()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DRCT2.h595 uint8_t next_z; // 0x28 member
H A DS6Exporter.cpp1519 dst->next_z = src->NextLoc.z / COORDS_Z_STEP; in ExportEntityPeep()
H A DS6Importer.cpp1512 dst->NextLoc = { src->next_x, src->next_y, src->next_z * COORDS_Z_STEP }; in ImportEntityPeep()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2610 int i, action_size, first, last, next_z; in offload_pedit_fields() local
2684 next_z = find_next_zero_bit(&mask, f->field_bsize, first); in offload_pedit_fields()
2686 if (first < next_z && next_z < last) { in offload_pedit_fields()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2610 int i, action_size, first, last, next_z; in offload_pedit_fields() local
2684 next_z = find_next_zero_bit(&mask, f->field_bsize, first); in offload_pedit_fields()
2686 if (first < next_z && next_z < last) { in offload_pedit_fields()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2610 int i, action_size, first, last, next_z; in offload_pedit_fields() local
2684 next_z = find_next_zero_bit(&mask, f->field_bsize, first); in offload_pedit_fields()
2686 if (first < next_z && next_z < last) { in offload_pedit_fields()