Searched refs:next_left_chevron (Results 1 – 1 of 1) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-jit-tools.c | 219 char *next_left_chevron = strchr(first_hash, '<'); in CeedLoadSourceToInitializedBuffer() local 220 bool is_ceed_header = next_left_chevron && (next_new_line - next_left_chevron > 0) && in CeedLoadSourceToInitializedBuffer() 221 …(!strncmp(next_left_chevron, "<ceed/jit-source/", 17) || !strncmp(next_left_chevron, "<ceed/types.… in CeedLoadSourceToInitializedBuffer() 222 …!strncmp(next_left_chevron, "<ceed/ceed-f32.h>", 17) || !strncmp(next_left_chevron, "<ceed/ceed-f6… in CeedLoadSourceToInitializedBuffer() 224 next_left_chevron && (next_new_line - next_left_chevron > 0) && in CeedLoadSourceToInitializedBuffer() 225 …(!strncmp(next_left_chevron, "<std", 4) || !strncmp(next_left_chevron, "<math.h>", 8) || !strncmp(… in CeedLoadSourceToInitializedBuffer() 243 long ceed_relative_path_length = next_right_chevron - next_left_chevron - 1; in CeedLoadSourceToInitializedBuffer() 246 memcpy(ceed_relative_path, &next_left_chevron[1], ceed_relative_path_length); in CeedLoadSourceToInitializedBuffer()
|