Home
last modified time | relevance | path

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

/external/compiler-rt/lib/
Daddsf3.c90 const bool sticky = bSignificand << (typeWidth - align); in ARM_EABI_FNALIAS() local
118 const bool sticky = aSignificand & 1; in ARM_EABI_FNALIAS() local
131 const bool sticky = aSignificand << (typeWidth - shift); in ARM_EABI_FNALIAS() local
Dadddf3.c91 const bool sticky = bSignificand << (typeWidth - align); in ARM_EABI_FNALIAS() local
119 const bool sticky = aSignificand & 1; in ARM_EABI_FNALIAS() local
132 const bool sticky = aSignificand << (typeWidth - shift); in ARM_EABI_FNALIAS() local
Dfp_lib.h129 const bool sticky = *lo << (typeWidth - count); in wideRightShiftWithSticky() local
134 const bool sticky = *hi << (2*typeWidth - count) | *lo; in wideRightShiftWithSticky() local
138 const bool sticky = *hi | *lo; in wideRightShiftWithSticky() local
Dtruncdfsf2.c151 const bool sticky = significand << (srcBits - shift); in ARM_EABI_FNALIAS() local
/external/chromium/chrome/browser/chromeos/notifications/
Dsystem_notification.cc56 bool sticky) { in Show()
64 bool sticky) { in Show()
Dballoon_view.h67 bool sticky() const { return sticky_; } in sticky() function
Dballoon_collection_impl.cc69 bool sticky, in AddSystemNotification()
Dballoon_view.cc187 BalloonViewImpl::BalloonViewImpl(bool sticky, bool controls, bool web_ui) in BalloonViewImpl()
Dnotification_panel.cc275 gfx::Rect sticky = sticky_container_->bounds(); in GetStickyNewSize() local
/external/compiler-rt/lib/i386/
Dfloatundisf.S62 sticky: .quad 0x0000000000000000 label
/external/chromium/chrome/browser/resources/options/
Dsearch_page.js183 get sticky() { getter in SearchPage
Doptions_page.js964 get sticky() { getter in OptionsPage