Hitmap 1.3
|
Go to the source code of this file.
Functions | |
void | hit_utilExtendedEuclideanGCD (int a, int b, int *gcd, int *pLastx, int *pLasty) |
HitSig | hit_sigIntersect (HitSig s1, HitSig s2) |
Variables | |
HitSig | HIT_SIG_NULL = HIT_SIG_NULL_STATIC |
HitSig | HIT_SIG_WHOLE = HIT_SIG_WHOLE_STATIC |
Definition of the HitSig types for domain signatures. Constructors and functions to manipulate them.
Definition in file hit_sig.c.
void hit_utilExtendedEuclideanGCD | ( | int | a, |
int | b, | ||
int * | gcd, | ||
int * | pLastx, | ||
int * | pLasty | ||
) |
HitSig HIT_SIG_NULL = HIT_SIG_NULL_STATIC |
HitSig HIT_SIG_WHOLE = HIT_SIG_WHOLE_STATIC |
Special value: Whole domain.
Special value to indicate in tile selections that the whole collection of indexes of another signature should be selected. The cardinality of this domain value is 0 elements.