Go to the source code of this file.
Functions | |
| _X_PROP_TYPE_ * | _X_PROP_CREATE_ (INT32 universe_size, MEM_POOL *pool) |
| void | _X_PROP_SET_ (_X_PROP_TYPE_ *prop, _X_PROP_LOCAL_BASE_TYPE_ x) |
| void | _X_PROP_RESET_ (_X_PROP_TYPE_ *prop, _X_PROP_LOCAL_BASE_TYPE_ x) |
| BOOL | _X_PROP_GET_ (_X_PROP_TYPE_ *prop, _X_PROP_LOCAL_BASE_TYPE_ x) |
| void | _X_PROP_UNIOND_ (_X_PROP_TYPE_ *prop0, _X_PROP_TYPE_ *prop1) |
| BOOL | _X_PROP_INTERSECTION_IS_NONEMPTY_ (_X_PROP_TYPE_ *prop0, _X_PROP_TYPE_ *prop1) |
Variables | |
| static const char | source_file [] = __FILE__ |
| _X_PROP_TYPE_* _X_PROP_CREATE_ | ( | INT32 | universe_size, | |
| MEM_POOL * | pool | |||
| ) |
Definition at line 50 of file x_prop.c.
References _X_PROP_TYPE_SIZE_, _X_PROP_TYPE_SIZE_LOG2_, bzero(), MEM_POOL_Zeroed, and TYPE_MEM_POOL_ALLOC_N.

| BOOL _X_PROP_GET_ | ( | _X_PROP_TYPE_ * | prop, | |
| _X_PROP_LOCAL_BASE_TYPE_ | x | |||
| ) |
Definition at line 125 of file x_prop.c.
References _X_PROP_TYPE_SIZE_, _X_PROP_TYPE_SIZE_LOG2_, and Is_True.
| BOOL _X_PROP_INTERSECTION_IS_NONEMPTY_ | ( | _X_PROP_TYPE_ * | prop0, | |
| _X_PROP_TYPE_ * | prop1 | |||
| ) |
Definition at line 175 of file x_prop.c.
References _X_PROP_TYPE_SIZE_, _X_PROP_TYPE_SIZE_LOG2_, and Is_True.
| void _X_PROP_RESET_ | ( | _X_PROP_TYPE_ * | prop, | |
| _X_PROP_LOCAL_BASE_TYPE_ | x | |||
| ) |
Definition at line 101 of file x_prop.c.
References _X_PROP_TYPE_SIZE_, _X_PROP_TYPE_SIZE_LOG2_, and Is_True.
| void _X_PROP_SET_ | ( | _X_PROP_TYPE_ * | prop, | |
| _X_PROP_LOCAL_BASE_TYPE_ | x | |||
| ) |
Definition at line 77 of file x_prop.c.
References _X_PROP_TYPE_SIZE_, _X_PROP_TYPE_SIZE_LOG2_, and Is_True.
| void _X_PROP_UNIOND_ | ( | _X_PROP_TYPE_ * | prop0, | |
| _X_PROP_TYPE_ * | prop1 | |||
| ) |
Definition at line 149 of file x_prop.c.
References _X_PROP_TYPE_SIZE_, _X_PROP_TYPE_SIZE_LOG2_, and Is_True.
const char source_file[] = __FILE__ [static] |
1.7.1