Skip to content

Commit

Permalink
historical commit dds 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bohag authored and hostilefork committed Nov 25, 2014
1 parent 31367f3 commit a1c619f
Show file tree
Hide file tree
Showing 37 changed files with 13,438 additions and 9,554 deletions.
1,671 changes: 1,671 additions & 0 deletions ABsearch.cpp

Large diffs are not rendered by default.

67 changes: 67 additions & 0 deletions ABsearch.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
#define DDS_POS_LINES 5
#define DDS_HAND_LINES 12
#define DDS_NODE_LINES 4
#define DDS_FULL_LINE 80
#define DDS_HAND_OFFSET 16
#define DDS_HAND_OFFSET2 12
#define DDS_DIAG_WIDTH 34


bool ABsearch(
struct pos * posPoint,
int target,
int depth,
struct localVarType * thrp);

bool ABsearch0(
struct pos * posPoint,
int target,
int depth,
struct localVarType * thrp);

bool ABsearch1(
struct pos * posPoint,
int target,
int depth,
struct localVarType * thrp);

bool ABsearch2(
struct pos * posPoint,
int target,
int depth,
struct localVarType * thrp);

bool ABsearch3(
struct pos * posPoint,
int target,
int depth,
struct localVarType * thrp);

void InitFileTopLevel(
int thrId);

void InitFileABstats(
int thrId);

void InitFileABhits(
int thrId);

void InitFileTTstats(
int thrId);

void InitFileTimer(
int thrId);

void CloseFileTopLevel(
localVarType * thrp);

void CloseFileABhits(
localVarType * thrp);

void DumpTopLevel(
struct localVarType * thrp,
int tricks,
int lower,
int upper,
int printMode);

Loading

0 comments on commit a1c619f

Please sign in to comment.