Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-jit-tools.c126 long file_size, file_offset = 0; in CeedLoadSourceToInitializedBuffer() local
184 …long copy_size = first_hash - &temp_buffer[file_offset] + (is_pragma_once ? 0 : (next_new_line … in CeedLoadSourceToInitializedBuffer()
188 memcpy(&(*buffer)[current_size + 1], &temp_buffer[file_offset], copy_size); in CeedLoadSourceToInitializedBuffer()
191 file_offset = strchr(first_hash, '\n') - temp_buffer + 1; in CeedLoadSourceToInitializedBuffer()
209 long copy_size = first_hash - &temp_buffer[file_offset]; in CeedLoadSourceToInitializedBuffer()
213 memcpy(&(*buffer)[current_size + 1], &temp_buffer[file_offset], copy_size); in CeedLoadSourceToInitializedBuffer()
272 file_offset = strchr(first_hash, '\n') - temp_buffer + 1; in CeedLoadSourceToInitializedBuffer()
279 long copy_size = strlen(&temp_buffer[file_offset]); in CeedLoadSourceToInitializedBuffer()
283 memcpy(&(*buffer)[current_size + 1], &temp_buffer[file_offset], copy_size); in CeedLoadSourceToInitializedBuffer()