Searched refs:keyword (Results 1 – 3 of 3) sorted by relevance
| /libCEED/interface/ |
| H A D | ceed-jit-tools.c | 81 char keyword[5] = ""; in CeedNormalizePath() local 84 …if (first_dot != *normalized_source_file_path && strlen(first_dot) > 2) memcpy(keyword, &first_dot… in CeedNormalizePath() 85 bool is_here = !strcmp(keyword, "/./"); in CeedNormalizePath() 92 …if (first_dot != *normalized_source_file_path && strlen(first_dot) > 3) memcpy(keyword, &first_dot… in CeedNormalizePath() 93 bool is_up_one = !strcmp(keyword, "/../"); in CeedNormalizePath() 165 char keyword[8] = ""; in CeedLoadSourceToInitializedBuffer() local 167 if (next_m && next_m - first_hash >= 5) memcpy(keyword, &next_m[-4], 6); in CeedLoadSourceToInitializedBuffer() 168 bool is_hash_pragma = !strcmp(keyword, "pragma"); in CeedLoadSourceToInitializedBuffer() 197 if (next_e && next_e - first_hash >= 7) memcpy(keyword, &next_e[-6], 7); in CeedLoadSourceToInitializedBuffer() 198 bool is_hash_include = !strcmp(keyword, "include"); in CeedLoadSourceToInitializedBuffer()
|
| /libCEED/examples/fluids/ |
| H A D | pytorch_pkgconfig.py | 68 for keyword, value in keywords.items(): 69 add_keyword(file, keyword, value)
|
| /libCEED/ |
| H A D | Doxyfile | 394 # of private inheritance when no explicit protection keyword is present.
|