Searched refs:per_thread_size (Results 1 – 1 of 1) sorted by relevance
2066 uintptr_t per_thread_size = gomp_data[1]; in KMP_EXPAND_NAME() local2074 (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()2085 uintptr_t offset = (address - reduce_data) % per_thread_size; in KMP_EXPAND_NAME()2086 mapped_address = (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()