HomeSort by relevance Sort by last modified time
    Searched refs:bds (Results 1 - 3 of 3) sorted by null

  /external/qemu/hw/i386/
pc.c 238 int nbds, bds[3] = { 0, }; local
247 bds[i] = boot_device2nibble(boot_device[i]);
248 if (bds[i] == 0) {
254 rtc_set_memory(s, 0x3d, (bds[1] << 4) | bds[0]);
255 rtc_set_memory(s, 0x38, (bds[2] << 4));
264 int nbds, bds[3] = { 0, }; local
312 bds[i] = boot_device2nibble(boot_device[i]);
313 if (bds[i] == 0) {
319 rtc_set_memory(s, 0x3d, (bds[1] << 4) | bds[0])
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 596 bdstr_t bds; local
597 bd2str((bt_bdaddr_t*)p_data->opening.bd_addr, &bds);
598 BTIF_TRACE_DEBUG("BTA_PAN_OPENING_EVT handle %d, addr: %s", p_data->opening.handle, bds);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 371 milliseconds