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

  /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/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...]

Completed in 370 milliseconds