Home
last modified time | relevance | path

Searched refs:num_items (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/tfs/
H A Dbitmask.c93 PetscInt PCTFS_len_bit_mask(PetscInt num_items) in PCTFS_len_bit_mask() argument
97 …PetscCheck(num_items >= 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Value Sent To PCTFS_len_bit_mask() Mu… in PCTFS_len_bit_mask()
99 rt_val = PetscCeilInt(num_items, BYTE); in PCTFS_len_bit_mask()
132 PetscInt PCTFS_len_buf(PetscInt item_size, PetscInt num_items) in PCTFS_len_buf() argument
136 rt_val = item_size * num_items; in PCTFS_len_buf()