| /src/lib/libpanel/ |
| hide.c | 14 * documentation and/or other materials provided with the distribution. 37 PANEL *other; local 51 FOREACH_PANEL (other) { 52 touchoverlap(p->win, other->win);
|
| replace.c | 14 * documentation and/or other materials provided with the distribution. 42 PANEL *other; local 45 FOREACH_PANEL (other) { 46 if (other != p) 47 touchoverlap(p->win, other->win);
|
| move.c | 14 * documentation and/or other materials provided with the distribution. 47 PANEL *other; local 50 FOREACH_PANEL (other) { 51 if (other != p) { 52 touchoverlap(p->win, other->win);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| array-slices-bad.f90 | 23 integer, allocatable :: other (:, :) variable in program:test 30 allocate (other (1:10, 1:10)) 37 deallocate (other)
|
| lbound-ubound.F90 | 42 integer, allocatable :: other (:, :) variable in program:test 88 allocate (other (-5:4, -2:7)) 110 DO_TEST (other) 129 deallocate (other)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| array-slices-bad.f90 | 23 integer, allocatable :: other (:, :) variable in program:test 30 allocate (other (1:10, 1:10)) 37 deallocate (other)
|
| lbound-ubound.F90 | 42 integer, allocatable :: other (:, :) variable in program:test 88 allocate (other (-5:4, -2:7)) 110 DO_TEST (other) 129 deallocate (other)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| IndirectCallPromotionAnalysis.h | 43 ICallPromotionAnalysis(const ICallPromotionAnalysis &other) = delete; member in class:llvm::ICallPromotionAnalysis 45 operator=(const ICallPromotionAnalysis &other) = delete; member in class:llvm::ICallPromotionAnalysis
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Watchdog.h | 31 Watchdog(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog 32 Watchdog &operator=(const Watchdog &other) = delete; member in class:llvm::sys::Watchdog
|
| RandomNumberGenerator.h | 59 RandomNumberGenerator(const RandomNumberGenerator &other) = delete; member in class:llvm::RandomNumberGenerator 60 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete; member in class:llvm::RandomNumberGenerator
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| new_allocator.h | 63 { typedef new_allocator<_Tp1> other; }; typedef in struct:new_allocator::rebind
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| new_allocator.h | 61 { typedef new_allocator<_Tp1> other; }; typedef in struct:new_allocator::rebind
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| BodyFarm.h | 42 BodyFarm(const BodyFarm &other) = delete; member in class:clang::BodyFarm
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| step-over-trips-on-watchpoint.c | 27 volatile unsigned int other; variable 39 other = 1; 60 this line never finishes before the watchpoint in the other
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| default-init-alloc.h | 59 typedef default_init_allocator<U, alloc_> other; typedef in struct:gdb::default_init_allocator::rebind
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| step-over-trips-on-watchpoint.c | 27 volatile unsigned int other; variable 39 other = 1; 60 this line never finishes before the watchpoint in the other
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| default-init-alloc.h | 59 typedef default_init_allocator<U, alloc_> other; typedef in struct:gdb::default_init_allocator::rebind
|
| /src/games/morse/ |
| morse.c | 14 * documentation and/or other materials provided with the distribution. 89 } other[] = { variable in typeref:struct:__anon106 208 for (size_t i = 0; other[i].c; i++) 209 if (strcmp(other[i].morse, s) == 0) { 210 putchar(other[i].c); 230 for (int i = 0; other[i].c; i++) 231 if (other[i].c == c) { 232 show(other[i].morse);
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_sync.c | 19 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 21 * USE OR OTHER DEALINGS IN THE SOFTWARE. 70 struct radeon_fence *other; local 75 other = sync->sync_to[fence->ring]; 76 sync->sync_to[fence->ring] = radeon_fence_later(fence, other); 79 other = sync->last_vm_update; 80 sync->last_vm_update = radeon_fence_later(fence, other);
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| crmf.h | 45 ASN1_TYPE *other; member in union:ossl_crmf_attributetypeandvalue_st::__anon416
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| TypeSwitch.h | 27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} 33 void operator=(TypeSwitchBase &&other) = delete; member in class:llvm::detail::TypeSwitchBase 106 TypeSwitch(TypeSwitch &&other) = default; 154 TypeSwitch(TypeSwitch &&other) = default;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| PerfHelper.h | 46 PerfEvent(PerfEvent &&other); 77 Counter(Counter &&other) = default; member in class:llvm::exegesis::pfm::Counter
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| allocator.h | 39 * This is an internal header file, included by other library headers. 87 { typedef allocator<_Tp1> other; }; typedef in struct:allocator::rebind 144 { typedef allocator<_Tp1> other; }; typedef in struct:allocator::rebind
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tlog1p.c | 105 other (void) function 137 other ();
|
| /src/external/mpl/bind/dist/lib/dns/rdata/any_255/ |
| tsig_250.h | 30 unsigned char *other; member in struct:dns_rdata_any_tsig
|