Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
tcm-sita.h File Reference
#include "tcm.h"

Go to the source code of this file.

Data Structures

struct  nearness_factor
 
struct  neighbor_stats
 
struct  score
 
struct  sita_pvt
 

Macros

#define LEN(a, b)   ((a) > (b) ? (a) - (b) + 1 : (b) - (a) + 1)
 

Enumerations

enum  criteria {
  CR_MAX_NEIGHS = 0x01, CR_FIRST_FOUND = 0x10, CR_BIAS_HORIZONTAL = 0x20, CR_BIAS_VERTICAL = 0x40,
  CR_DIAGONAL_BALANCE = 0x80
}
 

Macro Definition Documentation

#define LEN (   a,
  b 
)    ((a) > (b) ? (a) - (b) + 1 : (b) - (a) + 1)

Definition at line 45 of file tcm-sita.h.

Enumeration Type Documentation

enum criteria
Enumerator:
CR_MAX_NEIGHS 
CR_FIRST_FOUND 
CR_BIAS_HORIZONTAL 
CR_BIAS_VERTICAL 
CR_DIAGONAL_BALANCE 

Definition at line 47 of file tcm-sita.h.