Searched refs:rt_val (Results 1 – 1 of 1) sorted by relevance
95 PetscInt rt_val, tmp; in PCTFS_len_bit_mask() local99 rt_val = PetscCeilInt(num_items, BYTE); in PCTFS_len_bit_mask()101 if ((tmp = rt_val % sizeof(PetscInt))) rt_val += (sizeof(PetscInt) - tmp); in PCTFS_len_bit_mask()102 return rt_val; in PCTFS_len_bit_mask()134 PetscInt rt_val, tmp; in PCTFS_len_buf() local136 rt_val = item_size * num_items; in PCTFS_len_buf()139 if ((tmp = (rt_val % (PetscInt)sizeof(double)))) rt_val += (sizeof(double) - tmp); in PCTFS_len_buf()140 return rt_val; in PCTFS_len_buf()