OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:circle_pos
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/testpat/
testpat.c
56
int grid_x, grid_y, **
circle_pos
;
local in function:main
119
ncpos = y_limit * sizeof(*
circle_pos
)
120
+ y_limit * 2 * sizeof(**
circle_pos
);
121
circle_pos
= malloc(ncpos);
122
if (
circle_pos
== NULL) {
127
circle_pos
[i] = (void *)&
circle_pos
[y_limit + i * 2];
128
circle_pos
[i][0] =
circle_pos
[i][1] = -1;
141
circle_pos
[i][0] = (-coord_x + ((float)x_limit / 2))
[
all
...]
testpat.c
56
int grid_x, grid_y, **
circle_pos
;
local in function:main
119
ncpos = y_limit * sizeof(*
circle_pos
)
120
+ y_limit * 2 * sizeof(**
circle_pos
);
121
circle_pos
= malloc(ncpos);
122
if (
circle_pos
== NULL) {
127
circle_pos
[i] = (void *)&
circle_pos
[y_limit + i * 2];
128
circle_pos
[i][0] =
circle_pos
[i][1] = -1;
141
circle_pos
[i][0] = (-coord_x + ((float)x_limit / 2))
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025