| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_profiling.cc | 45 atomic_uintptr_t FCT; 139 uptr FCT = 0; 140 if (atomic_compare_exchange_strong(&TLD.FCT, &FCT, 1, memory_order_acq_rel)) { 144 FCT = reinterpret_cast<uptr>( 146 atomic_store(&TLD.FCT, FCT, memory_order_release); 149 if (FCT == 1) 156 auto FCT = atomic_exchange(&TLD.FCT, 0, memory_order_acq_rel) [all...] |
| xray_profile_collector.cc | 64 FunctionCallTrie FCT; 277 if (ThreadTrie.FCT.getRoots().empty()) 280 populateRecords(ProfileRecords, PathAlloc, ThreadTrie.FCT); 281 DCHECK(!ThreadTrie.FCT.getRoots().empty());
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fnmatch.c | 152 # define FCT internal_fnmatch 182 # define FCT internal_fnwmatch
|
| fnmatch_loop.c | 27 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, 167 if (FCT (p, n, string_end, no_leading_period2, flags2) 176 && (FCT (p, n + 1, string_end, flags & FNM_PERIOD, flags) 191 && (FCT (p, n, string_end, no_leading_period2, flags2) 1103 if (FCT (p, string, string_end, no_leading_period, flags) == 0) 1118 if (FCT (list->str, string, rs, no_leading_period, 1122 && (FCT (p, rs, string_end, 1130 && FCT (pattern - 1, rs, string_end, 1153 if (FCT (p, string, string_end, no_leading_period, flags) == 0) 1169 if (FCT (STRCAT (list->str, p), string, string_end [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| fnmatch.c | 183 # define FCT internal_fnmatch 213 # define FCT internal_fnwmatch
|
| fnmatch_loop.c | 30 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, 170 if (FCT (p, n, string_end, no_leading_period2, flags2) 179 && (FCT (p, n + 1, string_end, flags & FNM_PERIOD, flags) 194 && (FCT (p, n, string_end, no_leading_period2, flags2) 1090 if (FCT (p, string, string_end, no_leading_period, flags) == 0) 1100 if (FCT (list->str, string, rs, no_leading_period, 1104 && (FCT (p, rs, string_end, 1112 && FCT (pattern - 1, rs, string_end, 1127 if (FCT (p, string, string_end, no_leading_period, flags) == 0) 1137 if (FCT (STRCAT (list->str, p), string, string_end [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| fnmatch.c | 128 #define FCT internal_fnmatch 150 #define FCT internal_fnwmatch
|
| fnmatch_loop.c | 31 static int FCT (const CHAR *pattern, const CHAR *string, 40 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, 184 if (FCT (p, n, string_end, no_leading_period, flags2, 193 && (FCT (p, n + 1, string_end, flags & FNM_PERIOD, flags, 207 && (FCT (p, n, string_end, no_leading_period, flags2, 1085 if (FCT (p, string, string_end, no_leading_period, flags, NULL, 1095 if (FCT (list->str, string, rs, no_leading_period, 1100 && (FCT (p, rs, string_end, 1108 && FCT (pattern - 1, rs, string_end, 1125 if (FCT (p, string, string_end, no_leading_period, flags, NULL [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| fnmatch.c | 128 #define FCT internal_fnmatch 150 #define FCT internal_fnwmatch
|
| fnmatch_loop.c | 31 static int FCT (const CHAR *pattern, const CHAR *string, 40 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, 184 if (FCT (p, n, string_end, no_leading_period, flags2, 193 && (FCT (p, n + 1, string_end, flags & FNM_PERIOD, flags, 207 && (FCT (p, n, string_end, no_leading_period, flags2, 1085 if (FCT (p, string, string_end, no_leading_period, flags, NULL, 1095 if (FCT (list->str, string, rs, no_leading_period, 1100 && (FCT (p, rs, string_end, 1108 && FCT (pattern - 1, rs, string_end, 1125 if (FCT (p, string, string_end, no_leading_period, flags, NULL [all...] |