Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-jit-tools.c243 long ceed_relative_path_length = next_right_chevron - next_left_chevron - 1; in CeedLoadSourceToInitializedBuffer() local
245 CeedCall(CeedCalloc(ceed_relative_path_length + 1, &ceed_relative_path)); in CeedLoadSourceToInitializedBuffer()
246 memcpy(ceed_relative_path, &next_left_chevron[1], ceed_relative_path_length); in CeedLoadSourceToInitializedBuffer()