Searched refs:end_of_buffer (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/fe/impls/opencl/ |
| H A D | feopencl.c | 24 … PetscCheck(string_tail != end_of_buffer, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Buffer overflow"); \ 51 char *end_of_buffer = *string_buffer + buffer_length; in PetscFEOpenCLGenerateIntegrationCode() local 76 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, in PetscFEOpenCLGenerateIntegrationCode() 86 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, in PetscFEOpenCLGenerateIntegrationCode() 92 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, in PetscFEOpenCLGenerateIntegrationCode() 98 …for (d = 0; d < dim; ++d) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail… in PetscFEOpenCLGenerateIntegrationCode() 100 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, "};\n", &count)); in PetscFEOpenCLGenerateIntegrationCode() 101 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, in PetscFEOpenCLGenerateIntegrationCode() 106 …for (p = 0; p < N_q; ++p) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail… in PetscFEOpenCLGenerateIntegrationCode() 107 PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, "};\n", &count)); in PetscFEOpenCLGenerateIntegrationCode() [all …]
|