Home
last modified time | relevance | path

Searched defs:sticky (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomBin.c196 static omBin omCreateStickyBin(omBin bin, unsigned long sticky) in omCreateStickyBin()
211 unsigned long sticky = 0; in omGetMaxStickyBinTag() local
223 unsigned long sticky = omGetMaxStickyBinTag(bin); in omGetNewStickyBinTag() local
260 void omUnSetStickyBinTag(omBin bin, unsigned long sticky) in omUnSetStickyBinTag()
339 void omDeleteStickyBinTag(omBin bin, unsigned long sticky) in omDeleteStickyBinTag()
488 unsigned long sticky = 0, new_sticky; in omGetNewStickyAllBinTag() local
540 void omSetStickyAllBinTag(unsigned long sticky) in omSetStickyAllBinTag()
555 void omUnSetStickyAllBinTag(unsigned long sticky) in omUnSetStickyAllBinTag()
570 void omDeleteStickyAllBinTag(unsigned long sticky) in omDeleteStickyAllBinTag()
700 omBin sticky; in omPrintBinStats() local
[all …]
/dports/devel/compiler-rt/compiler-rt-0.r131639/lib/
H A Dadddf3.c93 const bool sticky = bSignificand << (typeWidth - align); in __adddf3() local
121 const bool sticky = aSignificand & 1; in __adddf3() local
134 const bool sticky = aSignificand << (typeWidth - shift); in __adddf3() local
H A Daddsf3.c92 const bool sticky = bSignificand << (typeWidth - align); in __addsf3() local
120 const bool sticky = aSignificand & 1; in __addsf3() local
133 const bool sticky = aSignificand << (typeWidth - shift); in __addsf3() local
/dports/games/xoct/xoct/
H A Dxmoct.c317 Boolean orient, sticky, practice; in Initialize() local
353 Boolean orient, sticky, practice, start; in CallbackOct() local
491 Boolean orient, sticky, practice; in OctaSlider() local
516 Boolean orient, sticky, practice; in ModeToggle() local
537 Boolean orient = cbs->set, sticky, practice; in OrientToggle() local
556 Boolean orient, sticky = cbs->set, practice; in StickyToggle() local
585 Boolean orient, sticky, practice = cbs->set; in PracticeToggle() local
604 PrintRecord(int size, int mode, Boolean orient, Boolean sticky, Boolean practice) in PrintRecord()
625 HandleSolved(int counter, int size, int mode, Boolean orient, Boolean sticky) in HandleSolved()
H A Dxoct.c196 Boolean orient, sticky, practice; in Initialize() local
228 Boolean orient, sticky, practice, start; in CallbackOct() local
359 PrintRecord(int size, int mode, Boolean orient, Boolean sticky, Boolean practice, char *record) in PrintRecord()
377 HandleSolved(int counter, int size, int mode, Boolean orient, Boolean sticky) in HandleSolved()
399 PrintState(Widget w, char *prog, int mode, int size, Boolean sticky, int moves, char *record, char … in PrintState()
/dports/games/xpyraminx/xpyraminx/
H A Dxmpyraminx.c312 Boolean orient, sticky, practice; in Initialize() local
348 Boolean orient, sticky, practice, start; in CallbackPyraminx() local
486 Boolean orient, sticky, practice; in TetraSlider() local
511 Boolean orient, sticky, practice; in ModeToggle() local
532 Boolean orient = cbs->set, sticky, practice; in OrientToggle() local
551 Boolean orient, sticky = cbs->set, practice; in StickyToggle() local
580 Boolean orient, sticky, practice = cbs->set; in PracticeToggle() local
599 PrintRecord(int size, int mode, Boolean orient, Boolean sticky, Boolean practice) in PrintRecord()
620 HandleSolved(int counter, int size, int mode, Boolean orient, Boolean sticky) in HandleSolved()
H A Dxpyraminx.c192 Boolean orient, sticky, practice; in Initialize() local
224 Boolean orient, sticky, practice, start; in CallbackPyraminx() local
355 PrintRecord(int size, int mode, Boolean orient, Boolean sticky, Boolean practice, char *record) in PrintRecord()
373 HandleSolved(int counter, int size, int mode, Boolean orient, Boolean sticky) in HandleSolved()
396 PrintState(Widget w, char *prog, int mode, int size, Boolean sticky, int moves, char *record, char … in PrintState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_box_model_object_test.cc45 LayoutBoxModelObject* sticky = in TEST_F() local
88 LayoutBoxModelObject* sticky = in TEST_F() local
138 LayoutBoxModelObject* sticky = in TEST_F() local
197 LayoutBoxModelObject* sticky = in TEST_F() local
241 LayoutBoxModelObject* sticky = in TEST_F() local
279 LayoutBoxModelObject* sticky = in TEST_F() local
314 LayoutBoxModelObject* sticky = in TEST_F() local
350 LayoutBoxModelObject* sticky = in TEST_F() local
381 LayoutBoxModelObject* sticky = in TEST_F() local
416 LayoutBoxModelObject* sticky = in TEST_F() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/src/float/
H A Dadd.rs118 let sticky = in add() localVariable
147 let sticky = F::Int::from_bool(a_significand & one != Int::ZERO); in add() localVariable
162 let sticky = in add() localVariable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_box_model_object_test.cc44 auto* sticky = GetLayoutBoxModelObjectByElementId("sticky"); in TEST_F() local
85 auto* sticky = GetLayoutBoxModelObjectByElementId("sticky"); in TEST_F() local
133 auto* sticky = GetLayoutBoxModelObjectByElementId("sticky"); in TEST_F() local
190 auto* sticky = GetLayoutBoxModelObjectByElementId("sticky"); in TEST_F() local
232 auto* sticky = GetLayoutBoxModelObjectByElementId("sticky"); in TEST_F() local
268 auto* sticky = GetLayoutBoxModelObjectByElementId("sticky"); in TEST_F() local
301 auto* sticky = GetLayoutBoxModelObjectByElementId("sticky"); in TEST_F() local
335 auto* sticky = GetLayoutBoxModelObjectByElementId("sticky"); in TEST_F() local
364 auto* sticky = GetLayoutBoxModelObjectByElementId("sticky"); in TEST_F() local
397 auto* sticky = GetLayoutBoxModelObjectByElementId("sticky"); in TEST_F() local
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/library/Monitoring/Command/Object/
H A DAcknowledgeProblemCommand.php28 protected $sticky = false; variable in Icinga\\Module\\Monitoring\\Command\\Object\\AcknowledgeProblemCommand
60 public function setSticky($sticky = true)
/dports/science/py-paida/paida-3.2.1_2.10.1/paida/paida_core/
H A DIAnnotation.py13 def addItem(self, key, value, sticky = False): argument
20 def _addItem(self, key, value, sticky): argument
64 def setSticky(self, key, sticky): argument
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/zenpage/
H A Dclass-zenpagecategory.php421 …LL, $ignorepagination = false, $sortorder = NULL, $sortdirection = NULL, $sticky = NULL, $author =…
432 …tArticle($index, $published = NULL, $sortorder = 'date', $sortdirection = 'desc', $sticky = true) {
445 function getIndex($sortorder, $sortdirection, $sticky) {
464 function getPrevArticle($sortorder = 'date', $sortdirection = 'desc', $sticky = true) {
476 function getNextArticle($sortorder = 'date', $sortdirection = 'desc', $sticky = true) {
H A Dadmin-news-articles.php281 $sticky = ' <small>[' . gettext('sticky') . ']</small>'; variable
284 $sticky = ' <small><strong>[' . gettext('sticky') . ']</strong></small>'; variable
287 $sticky = ''; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/carousel/
H A DAssistantChip.java94 boolean sticky, boolean visible) { in AssistantChip()
104 boolean sticky, boolean visible, Runnable selectedListener) { in AssistantChip()
181 int icon, String text, boolean disabled, boolean sticky, boolean visible) { in createHairlineAssistantChip()
192 int icon, String text, boolean disabled, boolean sticky, boolean visible) { in createHighlightedAssistantChip()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dbookmarkdbentry.cc29 bool sticky ) : _category( category ), in BookmarkDBEntry()
70 void BookmarkDBEntry::setSticky( bool sticky ) in setSticky()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/library/Monitoring/Object/
H A DAcknowledgement.php50 protected $sticky = false; variable in Icinga\\Module\\Monitoring\\Object\\Acknowledgement
178 public function setSticky($sticky = true)
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/
H A DFpMulTruncate.cpp67 const bool sticky = *lo << (typeWidth - count); in wideRightShiftWithSticky() local
73 const bool sticky = *hi << (2 * typeWidth - count) | *lo; in wideRightShiftWithSticky() local
79 const bool sticky = *hi | *lo; in wideRightShiftWithSticky() local
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/fragile-1.0.0/src/
H A Dlib.rs51 mod sticky; module
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/arch/sparc64/gen/
H A Dfpsetsticky.c27 fpsetsticky(fp_except sticky) in fpsetsticky()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/fragile-0.3.0/src/
H A Dlib.rs51 mod sticky; module
/dports/net-im/fractal/fractal-4.4.0/vendor/fragile/src/
H A Dlib.rs51 mod sticky; module
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dbridge_sticky_fdb.sh49 sticky() function
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/forwarding/
H A Dbridge_sticky_fdb.sh49 sticky() function
/dports/devel/compiler-rt/compiler-rt-0.r131639/lib/i386/
H A Dfloatundisf.S62 sticky: .quad 0x0000000000000000 label

12345678910>>...45