Searched refs:per_thread_size (Results 1 – 1 of 1) sorted by relevance
2068 uintptr_t per_thread_size = gomp_data[1]; in KMP_EXPAND_NAME() local2076 (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()2087 uintptr_t offset = (address - reduce_data) % per_thread_size; in KMP_EXPAND_NAME()2088 mapped_address = (void *)(reduce_data + tid * per_thread_size + offset); in KMP_EXPAND_NAME()