Home
last modified time | relevance | path

Searched refs:sticky (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwsgui.py96 self.url_label.grid(row=0, column=0, sticky='e')
98 self.url_entry.grid(row=0, column=1, sticky='we',
103 self.dir_label.grid(row=1, column=0, sticky='e')
105 self.dir_entry.grid(row=1, column=1, sticky='we',
108 self.go_button.grid(row=2, column=1, sticky='w')
112 self.cancel_button.grid(row=2, column=2, sticky='w')
115 self.auto_button.grid(row=2, column=3, sticky='w')
117 self.status_label.grid(row=2, column=4, sticky='w')
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
Dfp_lib.h266 const bool sticky = *lo << (typeWidth - count); in wideRightShiftWithSticky() local
267 *lo = *hi << (typeWidth - count) | *lo >> count | sticky; in wideRightShiftWithSticky()
271 const bool sticky = *hi << (2*typeWidth - count) | *lo; in wideRightShiftWithSticky() local
272 *lo = *hi >> (count - typeWidth) | sticky; in wideRightShiftWithSticky()
275 const bool sticky = *hi | *lo; in wideRightShiftWithSticky() local
276 *lo = sticky; in wideRightShiftWithSticky()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
DFlat32.asm313 ; Failed to config - store sticky bit debug
353 ; Failed to config - store sticky bit debug
DFlat32.S401 # Failed to config - store sticky bit debug
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DddDivide.decTest701 -- tests include simple rounding and also the tricky cases of sticky