Home
last modified time | relevance | path

Searched refs:here_p (Results 1 – 2 of 2) sorted by relevance

/dports/games/xshisen/xshisen-1.51/
H A Dbody.C717 Point here_p; in GetPiece() local
728 here_p = Point(xi, yi); in GetPiece()
734 clicked_p = here_p; in GetPiece()
742 if (Check(here_p, clicked_p)) { in GetPiece()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_grdio.c2658 uint64_t k, ijp, ij0, nm, here_p = 0, here_0 = 0; in gmt_cube_pad_off() local
2672 …ijp = gmt_M_ijp (U->header, row, 0) + here_p; /* Index of start of this row's first column in padd… in gmt_cube_pad_off()
2676 here_p += U->header->size; in gmt_cube_pad_off()
2679 if (here_p > here_0) { /* Just wipe the remainder of the array to be sure */ in gmt_cube_pad_off()
2680 size_t n_to_cleen = here_p - here_0; in gmt_cube_pad_off()