Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_taskdeps.cpp178 entry->last_flag = ENTRY_LAST_INS; in __kmp_dephash_find()
316 if (info->last_flag == ENTRY_LAST_INS) { // INS were last in __kmp_process_deps()
347 if (info->last_flag == ENTRY_LAST_MTXS && last_ins) { // MTXS were last in __kmp_process_deps()
357 info->last_flag = ENTRY_LAST_INS; in __kmp_process_deps()
367 if (info->last_flag == ENTRY_LAST_INS && last_mtxs) { // INS were last in __kmp_process_deps()
377 info->last_flag = ENTRY_LAST_MTXS; in __kmp_process_deps()
Dkmp.h2265 kmp_int32 last_flag; member
/external/mtools/
Dvfat.c346 unsigned char id, last_flag; in parse_vses() local
352 last_flag = (vse->id & VSE_LAST); in parse_vses()
386 if(last_flag) in parse_vses()
406 if (last_flag) in parse_vses()
/external/freetype/src/sfnt/
Dsfwoff2.c542 FT_Byte last_flag = 0xFFU; in store_points() local
584 if ( flag == last_flag && repeat_count != 255 ) in store_points()
607 last_flag = flag; in store_points()
/external/freetype/
DChangeLog401 (store_points): Fix type of `last_flag', `repeat_count', and `flag'.