OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fill_contiguous_space
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/test/bench/shootout/
meteor-contest.c
311
void
fill_contiguous_space
(char *board, int index) {
function
316
fill_contiguous_space
(board, shift(index, E));
318
fill_contiguous_space
(board, shift(index, SE));
320
fill_contiguous_space
(board, shift(index, SW));
322
fill_contiguous_space
(board, shift(index, W));
324
fill_contiguous_space
(board, shift(index, NW));
326
fill_contiguous_space
(board, shift(index, NE));
347
fill_contiguous_space
(temp_board, i);
/prebuilts/go/linux-x86/test/bench/shootout/
meteor-contest.c
311
void
fill_contiguous_space
(char *board, int index) {
function
316
fill_contiguous_space
(board, shift(index, E));
318
fill_contiguous_space
(board, shift(index, SE));
320
fill_contiguous_space
(board, shift(index, SW));
322
fill_contiguous_space
(board, shift(index, W));
324
fill_contiguous_space
(board, shift(index, NW));
326
fill_contiguous_space
(board, shift(index, NE));
347
fill_contiguous_space
(temp_board, i);
Completed in 804 milliseconds