Home
last modified time | relevance | path

Searched refs:stbar (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/ui/gtk/
H A Dbrowser.c75 GtkWidget *stbar; in perf_gtk__setup_statusbar() local
78 stbar = gtk_statusbar_new(); in perf_gtk__setup_statusbar()
80 ctxid = gtk_statusbar_get_context_id(GTK_STATUSBAR(stbar), in perf_gtk__setup_statusbar()
82 pgctx->statbar = stbar; in perf_gtk__setup_statusbar()
85 return stbar; in perf_gtk__setup_statusbar()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/ui/gtk/
H A Dbrowser.c75 GtkWidget *stbar; in perf_gtk__setup_statusbar() local
78 stbar = gtk_statusbar_new(); in perf_gtk__setup_statusbar()
80 ctxid = gtk_statusbar_get_context_id(GTK_STATUSBAR(stbar), in perf_gtk__setup_statusbar()
82 pgctx->statbar = stbar; in perf_gtk__setup_statusbar()
85 return stbar; in perf_gtk__setup_statusbar()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/ui/gtk/
H A Dbrowser.c75 GtkWidget *stbar; in perf_gtk__setup_statusbar() local
78 stbar = gtk_statusbar_new(); in perf_gtk__setup_statusbar()
80 ctxid = gtk_statusbar_get_context_id(GTK_STATUSBAR(stbar), in perf_gtk__setup_statusbar()
82 pgctx->statbar = stbar; in perf_gtk__setup_statusbar()
85 return stbar; in perf_gtk__setup_statusbar()
/dports/science/code_saturne/code_saturne-7.1.0/gui/Base/
H A DToolbox.py49 def displaySelectedPage(page_name, root, case, stbar=None, tree=None): argument
60 thisPage = displayStaticPage(case, page_name, root, stbar, tree)
91 def displayStaticPage(case, page_name, root, stbar, tree): argument
98 thisPage = Page.SolutionDomainView(root, case, stbar, tree)
102 thisPage = Page.PreprocessingView(root, case, stbar)
146 thisPage = Page.CoalCombustionView(root, case, stbar)
150 thisPage = Page.ElectricalView(root, case, stbar)
162 thisPage = Page.DefineUserScalarsView(root, case, stbar, tree)
202 thisPage = Page.TimeAveragesView(root, case, stbar)
238 thisPage = Page.ProfilesView(root, case, stbar)
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Drevset.py160 self.stbar = cmdui.ThgStatusBar(self)
161 self.stbar.setSizeGripEnabled(False)
163 self.stbar.setSizePolicy(QSizePolicy.Ignored, QSizePolicy.Fixed)
164 self.stbar.lbl.setOpenExternalLinks(True)
173 self.stbar.showMessage(self.clw._help[row])
185 self.stbar.showMessage(self.flw._help[row])
197 self.stbar.showMessage(self.alw._help[row])
209 self.stbar.showMessage(self.llw._help[row])
237 self.stbar.addPermanentWidget(helpLabel)
238 layout.addWidget(self.stbar, 0)
/dports/net/mpich2/mpich2-1.5/src/armci/m4/
H A Daclocal_atomic.m421 dnl . HAVE_GCC_ASM_SPARC_STBAR - gcc __asm__ will issue stbar
22 dnl - HAVE_SOLARIS_ASM_SPARC_STBAR - Solaris __asm() will issue stbar
206 AC_CACHE_CHECK([for SPARC stbar instruction with gcc],
210 __asm__ __volatile__ ( "stbar" : : : "memory" );
214 AC_DEFINE(HAVE_GCC_ASM_SPARC_STBAR,1,[Define if gcc asm stbar supported])
217 AC_CACHE_CHECK([for SPARC stbar instruction with Solaris C],
221 __asm ( "stbar" );
225 AC_DEFINE(HAVE_SOLARIS_ASM_SPARC_STBAR,1,[Define if solaris asm stbar supported])
/dports/net/mpich2/mpich2-1.5/test/mpi/confdb/
H A Daclocal_atomic.m421 dnl . HAVE_GCC_ASM_SPARC_STBAR - gcc __asm__ will issue stbar
22 dnl - HAVE_SOLARIS_ASM_SPARC_STBAR - Solaris __asm() will issue stbar
206 AC_CACHE_CHECK([for SPARC stbar instruction with gcc],
210 __asm__ __volatile__ ( "stbar" : : : "memory" );
214 AC_DEFINE(HAVE_GCC_ASM_SPARC_STBAR,1,[Define if gcc asm stbar supported])
217 AC_CACHE_CHECK([for SPARC stbar instruction with Solaris C],
221 __asm ( "stbar" );
225 AC_DEFINE(HAVE_SOLARIS_ASM_SPARC_STBAR,1,[Define if solaris asm stbar supported])
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/confdb/
H A Daclocal_atomic.m421 dnl . HAVE_GCC_ASM_SPARC_STBAR - gcc __asm__ will issue stbar
22 dnl - HAVE_SOLARIS_ASM_SPARC_STBAR - Solaris __asm() will issue stbar
206 AC_CACHE_CHECK([for SPARC stbar instruction with gcc],
210 __asm__ __volatile__ ( "stbar" : : : "memory" );
214 AC_DEFINE(HAVE_GCC_ASM_SPARC_STBAR,1,[Define if gcc asm stbar supported])
217 AC_CACHE_CHECK([for SPARC stbar instruction with Solaris C],
221 __asm ( "stbar" );
225 AC_DEFINE(HAVE_SOLARIS_ASM_SPARC_STBAR,1,[Define if solaris asm stbar supported])
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/confdb/
H A Daclocal_atomic.m421 dnl . HAVE_GCC_ASM_SPARC_STBAR - gcc __asm__ will issue stbar
22 dnl - HAVE_SOLARIS_ASM_SPARC_STBAR - Solaris __asm() will issue stbar
206 AC_CACHE_CHECK([for SPARC stbar instruction with gcc],
210 __asm__ __volatile__ ( "stbar" : : : "memory" );
214 AC_DEFINE(HAVE_GCC_ASM_SPARC_STBAR,1,[Define if gcc asm stbar supported])
217 AC_CACHE_CHECK([for SPARC stbar instruction with Solaris C],
221 __asm ( "stbar" );
225 AC_DEFINE(HAVE_SOLARIS_ASM_SPARC_STBAR,1,[Define if solaris asm stbar supported])
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/mpl/confdb/
H A Daclocal_atomic.m421 dnl . HAVE_GCC_ASM_SPARC_STBAR - gcc __asm__ will issue stbar
22 dnl - HAVE_SOLARIS_ASM_SPARC_STBAR - Solaris __asm() will issue stbar
206 AC_CACHE_CHECK([for SPARC stbar instruction with gcc],
210 __asm__ __volatile__ ( "stbar" : : : "memory" );
214 AC_DEFINE(HAVE_GCC_ASM_SPARC_STBAR,1,[Define if gcc asm stbar supported])
217 AC_CACHE_CHECK([for SPARC stbar instruction with Solaris C],
221 __asm ( "stbar" );
225 AC_DEFINE(HAVE_SOLARIS_ASM_SPARC_STBAR,1,[Define if solaris asm stbar supported])
/dports/net/mpich2/mpich2-1.5/src/mpl/confdb/
H A Daclocal_atomic.m421 dnl . HAVE_GCC_ASM_SPARC_STBAR - gcc __asm__ will issue stbar
22 dnl - HAVE_SOLARIS_ASM_SPARC_STBAR - Solaris __asm() will issue stbar
206 AC_CACHE_CHECK([for SPARC stbar instruction with gcc],
210 __asm__ __volatile__ ( "stbar" : : : "memory" );
214 AC_DEFINE(HAVE_GCC_ASM_SPARC_STBAR,1,[Define if gcc asm stbar supported])
217 AC_CACHE_CHECK([for SPARC stbar instruction with Solaris C],
221 __asm ( "stbar" );
225 AC_DEFINE(HAVE_SOLARIS_ASM_SPARC_STBAR,1,[Define if solaris asm stbar supported])
/dports/net/mpich2/mpich2-1.5/confdb/
H A Daclocal_atomic.m421 dnl . HAVE_GCC_ASM_SPARC_STBAR - gcc __asm__ will issue stbar
22 dnl - HAVE_SOLARIS_ASM_SPARC_STBAR - Solaris __asm() will issue stbar
206 AC_CACHE_CHECK([for SPARC stbar instruction with gcc],
210 __asm__ __volatile__ ( "stbar" : : : "memory" );
214 AC_DEFINE(HAVE_GCC_ASM_SPARC_STBAR,1,[Define if gcc asm stbar supported])
217 AC_CACHE_CHECK([for SPARC stbar instruction with Solaris C],
221 __asm ( "stbar" );
225 AC_DEFINE(HAVE_SOLARIS_ASM_SPARC_STBAR,1,[Define if solaris asm stbar supported])
/dports/textproc/sowing/sowing-1.1.18/confdb/
H A Daclocal_atomic.m421 dnl . HAVE_GCC_ASM_SPARC_STBAR - gcc __asm__ will issue stbar
22 dnl - HAVE_SOLARIS_ASM_SPARC_STBAR - Solaris __asm() will issue stbar
206 AC_CACHE_CHECK([for SPARC stbar instruction with gcc],
210 __asm__ __volatile__ ( "stbar" : : : "memory" );
214 AC_DEFINE(HAVE_GCC_ASM_SPARC_STBAR,1,[Define if gcc asm stbar supported])
217 AC_CACHE_CHECK([for SPARC stbar instruction with Solaris C],
221 __asm ( "stbar" );
225 AC_DEFINE(HAVE_SOLARIS_ASM_SPARC_STBAR,1,[Define if solaris asm stbar supported])
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Dsparc.gcc10 * The stbar is needed for v8, and is implemented as membar #sync on v9,
11 + so is functional there as well. For v7, stbar may generate an illegal
21 ("ldstub [%1],%0; stbar" \
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dsparc.gcc10 * The stbar is needed for v8, and is implemented as membar #sync on v9,
11 + so is functional there as well. For v7, stbar may generate an illegal
21 ("ldstub [%1],%0; stbar" \
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/Sparc/
H A Dsparc-atomic-instructions.s4 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00]
5 stbar
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/Sparc/
H A Dsparc-atomic-instructions.s4 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00]
5 stbar
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/Sparc/
H A Dsparc-atomic-instructions.s4 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00]
5 stbar
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/Sparc/
H A Dsparc-atomic-instructions.s4 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00]
5 stbar
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/Sparc/
H A Dsparc-atomic-instructions.s4 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00]
5 stbar
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/Sparc/
H A Dsparc-atomic-instructions.s4 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00]
5 stbar
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/Sparc/
H A Dsparc-atomic-instructions.s4 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00]
5 stbar
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/Sparc/
H A Dsparc-atomic-instructions.s4 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00]
5 stbar
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/Sparc/
H A Dsparc-atomic-instructions.s4 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00]
5 stbar
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/Sparc/
H A Dsparc-atomic-instructions.s4 ! CHECK: stbar ! encoding: [0x81,0x43,0xc0,0x00]
5 stbar

1234567891011