Searched refs:last_flag (Results 1 – 5 of 5) sorted by relevance
178 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()
2265 kmp_int32 last_flag; member
346 unsigned char id, last_flag; in parse_vses() local352 last_flag = (vse->id & VSE_LAST); in parse_vses()386 if(last_flag) in parse_vses()406 if (last_flag) in parse_vses()
542 FT_Byte last_flag = 0xFFU; in store_points() local584 if ( flag == last_flag && repeat_count != 255 ) in store_points()607 last_flag = flag; in store_points()
401 (store_points): Fix type of `last_flag', `repeat_count', and `flag'.