Lines Matching refs:tmp
20 PetscInt i, tmp; in PCTFS_bm_to_proc() local
27 tmp = BYTE * (p_mask - i - 1); in PCTFS_bm_to_proc()
29 *msg_list = tmp; in PCTFS_bm_to_proc()
33 *msg_list = tmp + 1; in PCTFS_bm_to_proc()
37 *msg_list = tmp + 2; in PCTFS_bm_to_proc()
41 *msg_list = tmp + 3; in PCTFS_bm_to_proc()
45 *msg_list = tmp + 4; in PCTFS_bm_to_proc()
49 *msg_list = tmp + 5; in PCTFS_bm_to_proc()
53 *msg_list = tmp + 6; in PCTFS_bm_to_proc()
57 *msg_list = tmp + 7; in PCTFS_bm_to_proc()
69 PetscInt i, tmp = 0; in PCTFS_ct_bits() local
72 if (*ptr & 128) tmp++; in PCTFS_ct_bits()
73 if (*ptr & 64) tmp++; in PCTFS_ct_bits()
74 if (*ptr & 32) tmp++; in PCTFS_ct_bits()
75 if (*ptr & 16) tmp++; in PCTFS_ct_bits()
76 if (*ptr & 8) tmp++; in PCTFS_ct_bits()
77 if (*ptr & 4) tmp++; in PCTFS_ct_bits()
78 if (*ptr & 2) tmp++; in PCTFS_ct_bits()
79 if (*ptr & 1) tmp++; in PCTFS_ct_bits()
82 return tmp; in PCTFS_ct_bits()
95 PetscInt rt_val, tmp; in PCTFS_len_bit_mask() local
101 if ((tmp = rt_val % sizeof(PetscInt))) rt_val += (sizeof(PetscInt) - tmp); in PCTFS_len_bit_mask()
134 PetscInt rt_val, tmp; in PCTFS_len_buf() local
139 if ((tmp = (rt_val % (PetscInt)sizeof(double)))) rt_val += (sizeof(double) - tmp); in PCTFS_len_buf()