Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcclibs/libcpp/
Dmakeucnid.c239 unsigned last_flag = flags[0]; in write_table() local
245 || (flags[i] != last_flag && ((flags[i] | last_flag) & (C99 | CXX))) in write_table()
250 last_flag & C99 ? "C99" : " 0", in write_table()
251 last_flag & digit ? "DIG" : " 0", in write_table()
252 last_flag & CXX ? "CXX" : " 0", in write_table()
254 last_flag & not_NFC ? " 0" : "NFC", in write_table()
255 last_flag & not_NFKC ? " 0" : "NKC", in write_table()
256 last_flag & maybe_not_NFC ? "CTX" : " 0", in write_table()
259 last_flag = flags[i]; in write_table()
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_taskdeps.cpp180 entry->last_flag = 0; in __kmp_dephash_find()
324 info->last_flag = 0; // no sets in this dephash entry in __kmp_process_deps()
339 if (info->last_flag == 0 || info->last_flag == dep->flag) { in __kmp_process_deps()
368 info->last_flag = 0; in __kmp_process_deps()
375 info->last_flag = dep->flag; // store dep kind of the last_set in __kmp_process_deps()
Dkmp.h2297 kmp_uint8 last_flag; member
/freebsd-12-stable/tools/tools/netmap/
Dlb.c501 uint16_t last_flag; /* for intput rings */ member
833 mf->last_flag = 0; /* unused */ in main()
893 mf->last_flag = 0; in main()
1025 if (!mf->last_flag) { in main()
1029 mf->last_flag = rs->flags & NS_MOREFRAG; in main()