Home
last modified time | relevance | path

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

/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c23 string_tail += count; \
24 … PetscCheck(string_tail != end_of_buffer, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Buffer overflow"); \
50 char *string_tail = *string_buffer; 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 …r (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 …r (p = 0; p < N_q; ++p) PetscCallSTR(PetscSNPrintfCount(string_tail, end_of_buffer - string_tail, … in PetscFEOpenCLGenerateIntegrationCode()
[all …]