|
Linux Kernel
3.7.1
|
#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 } |
Definition at line 45 of file tcm-sita.h.
| enum criteria |
Definition at line 47 of file tcm-sita.h.
1.8.2