Lines Matching defs:trans_local
119 int64_t *trans_local[2], size_t num_ttinfos,
2054 * trans_local[0]: The wall-time transitions for fold=0
2055 * trans_local[1]: The wall-time transitions for fold=1
2057 * This returns 0 on success and a negative number of failure. The trans_local
2062 int64_t *trans_local[2], size_t num_ttinfos,
2071 trans_local[i] = PyMem_Malloc(num_transitions * sizeof(int64_t));
2072 if (trans_local[i] == NULL) {
2076 memcpy(trans_local[i], trans_utc, num_transitions * sizeof(int64_t));
2093 trans_local[0][0] += offset_0;
2094 trans_local[1][0] += offset_1;
2104 trans_local[0][i] += offset_0;
2105 trans_local[1][i] += offset_1;