Changeset 430 for branches/thune/thread_safe/component.h
- Timestamp:
- 07/08/07 05:51:41 (17 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/component.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/component.h
r428 r430 14 14 15 15 // Component Count Accessors 16 #define ur_ccIn(cell) (cell)->coord.elem[0] 17 #define ur_ccOut(cell) (cell)->coord.elem[1] 18 #define ur_ccLoc(cell) (cell)->coord.elem[2] 19 #define ur_ccMask(cell) (cell)->coord.elem[3] 16 #define ur_ccIn(cell) (cell)->coord.elem[0] 17 #define ur_ccOut(cell) (cell)->coord.elem[1] 18 #define ur_ccLoc(cell) (cell)->coord.elem[2] 19 #define ur_ccMask(cell) (cell)->coord.elem[3] 20 #define ur_ccSpec(cell) (cell)->dt.mask1 20 21 21 22 // LIMIT: ur_ccMask limits number of component inputs to 16. 22 // Could use last int32_t of cell to handle 32.23 23 24 24
