Searched defs:bds (Results 1 - 2 of 2) sorted by relevance

/external/qemu/hw/
H A Dpc.c245 int nbds, bds[3] = { 0, }; local
254 bds[i] = boot_device2nibble(boot_device[i]);
255 if (bds[i] == 0) {
261 rtc_set_memory(s, 0x3d, (bds[1] << 4) | bds[0]);
262 rtc_set_memory(s, 0x38, (bds[2] << 4));
271 int nbds, bds[3] = { 0, }; local
319 bds[i] = boot_device2nibble(boot_device[i]);
320 if (bds[i] == 0) {
326 rtc_set_memory(s, 0x3d, (bds[
[all...]
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc1505 gfx::Rect bds = bounds(); local
1506 bds.set_origin(tabstrip_topleft);
1507 bds.set_height(bds.height() + kTabStripAnimationVSlop);
1515 return bds.Contains(cursor_point);
2021 gfx::Rect bds = bounds; local
2022 bds.set_x(gtk_util::MirroredLeftPointForRect(tabstrip_.get(), bounds));
2023 tab->SetBounds(bds);
2025 bds.x(), bds
[all...]

Completed in 62 milliseconds