| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| tsan_mutex.cc | 167 atomic_uintptr_t *singleton = (atomic_uintptr_t *)param; local 169 int *val = (int *)atomic_load(singleton, memory_order_acquire); 170 __tsan_acquire(singleton); 177 TEST(DISABLED_BENCH_ThreadSanitizer, Singleton) { 186 // Create the singleton. 189 atomic_uintptr_t singleton; local 190 __tsan_release(&singleton); 191 atomic_store(&singleton, (uintptr_t)&val, memory_order_release); 195 pthread_create(&threads[t], 0, singleton_thread, &singleton);
|
| /src/external/bsd/flex/dist/src/ |
| parse.y | 540 series : series singleton 548 | singleton 615 singleton : singleton '*' label 622 | singleton '+' 628 | singleton '?' 634 | singleton BEGIN_REPEAT_FLEX NUMBER ',' NUMBER END_REPEAT_FLEX 662 | singleton BEGIN_REPEAT_FLEX NUMBER ',' END_REPEAT_FLEX 676 | singleton BEGIN_REPEAT_FLEX NUMBER END_REPEAT_FLEX 678 /* The singleton could be something like "(foo)" [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| genrecog.cc | 840 T *singleton () const; 948 list_head <T>::singleton () const 1435 /* A simple set of transition labels. Most transitions have a singleton 1519 rtx_test::PREDICATE it is always a singleton "true". The labels are 1539 LABELS is always a singleton when this variable is true. */ 1605 if (singleton () && first->labels.length () == 1) 1676 if (transition *trans = d->singleton ()) 1696 if (decision *second = d->first->to->singleton ()) 1720 if (transition *trans = d->singleton ()) 1723 while (decision *d2 = s->singleton ()) 945 list_head <T>::singleton () const function in class:list_head [all...] |
| gensupport.h | 185 enum rtx_code singleton; /* if pred takes only one code, that code */ member in struct:pred_data
|
| gensupport.cc | 3506 pred->singleton = code; 3508 pred->singleton = UNKNOWN;
|
| ira-build.cc | 3451 less likely to use the preferred singleton register. */ 3463 int singleton = ira_class_singleton[pref][ALLOCNO_MODE (a)]; 3464 if (singleton < 0) 3466 index = ira_class_hard_reg_index[(int) aclass][singleton]; 3448 int singleton = ira_class_singleton[pref][ALLOCNO_MODE (a)]; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genrecog.cc | 840 T *singleton () const; 948 list_head <T>::singleton () const 1435 /* A simple set of transition labels. Most transitions have a singleton 1519 rtx_test::PREDICATE it is always a singleton "true". The labels are 1539 LABELS is always a singleton when this variable is true. */ 1605 if (singleton () && first->labels.length () == 1) 1676 if (transition *trans = d->singleton ()) 1696 if (decision *second = d->first->to->singleton ()) 1720 if (transition *trans = d->singleton ()) 1723 while (decision *d2 = s->singleton ()) 945 list_head <T>::singleton () const function in class:list_head [all...] |
| gensupport.h | 180 enum rtx_code singleton; /* if pred takes only one code, that code */ member in struct:pred_data
|
| tree-ssa-dom.cc | 644 to a singleton range. Note that even if SRC is a constant we 713 tree singleton; local 714 if (new_vr.singleton_p (&singleton)) 715 return singleton;
|
| gensupport.cc | 2906 pred->singleton = code; 2908 pred->singleton = UNKNOWN;
|
| ira-build.cc | 3443 less likely to use the preferred singleton register. */ 3455 int singleton = ira_class_singleton[pref][ALLOCNO_MODE (a)]; 3456 if (singleton < 0) 3458 index = ira_class_hard_reg_index[(int) aclass][singleton]; 3440 int singleton = ira_class_singleton[pref][ALLOCNO_MODE (a)]; local
|
| vr-values.cc | 1662 /* If INIT is an SSA with a singleton range, set INIT to said 1663 singleton, otherwise leave INIT alone. */ 1876 /* Return the singleton value-range for NAME or NAME. */ 1893 /* Return the singleton value-range for NAME if that is a constant 1909 tree singleton; local 1910 if (vr->singleton_p (&singleton)) 1911 return singleton; 3831 /* Canonicalize singleton case ranges. */
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| util.c | 898 struct iovec singleton; local 913 "building singleton iovec (data %p, len %u)\n", 915 singleton.iov_base = data; 916 singleton.iov_len = len; 917 iov = &singleton;
|
| /src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| insns.h | 464 // Create a range that contains a singleton instruction. 478 insn_info *singleton () const;
|
| /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/ |
| insns.h | 459 // Create a range that contains a singleton instruction. 473 insn_info *singleton () const;
|
| /src/lib/libc/regex/ |
| regcomp.c | 169 static wint_t singleton(cset *cs); 1139 if ((ch = singleton(cs)) != OUT) { /* optimize singleton sets */ 1534 * Emit a singleton set. 1734 - singleton - Determine whether a set contains only one character, 1738 singleton(cset *cs) function
|
| /src/external/mit/isl/dist/doc/ |
| implementation.tex | 953 If all the $\Delta_i$s are singleton sets 957 \label{eq:transitive:singleton} 967 If some of the $\Delta_i$s are not singleton sets or if 1015 Those that correspond to singleton $\Delta_i$s are grouped together 1016 and handled as in \eqref{eq:transitive:singleton}. 1641 using \eqref{eq:transitive:singleton}. 1730 usually be a singleton.
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-ldp-fusion.cc | 1228 insn_info *pair_dst = pair_range.singleton (); 1665 // a singleton range which says where to place the pair. 1690 insn_info *pair_dst = move_range.singleton ();
|