typedef uint64_t ompd_addr_t;
typedef int64_t ompd_word_t;
typedef uint64_t ompd_seg_t;
Summary These definitions represent word, address, and segment value types.
Description The ompd_addr_t type represents an address in an OpenMP process with an unsigned integer type. The ompd_word_t type represents a data word from the OpenMP runtime with a signed integer type. The ompd_seg_t type represents a segment value with an unsigned integer type.