typedef uint64_t ompd_addr_t;
typedef int64_t ompd_word_t;
typedef uint64_t ompd_seg_t;
SummaryThese definitions represent a word, address, and segment value types.
DescriptionThe ompd_addr_t type represents an unsigned integer address in an OpenMP process. The ompd_word_t type represents a signed version of ompd_addr_t to hold a signed integer of the OpenMP process. The ompd_seg_t type represents an unsigned integer segment value.