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

  /development/scripts/
symbol.py 407 addr_index = 0 # The address that we are currently looking for.
432 target_addr = addrs[addr_index]
438 addr_index += 1
439 if addr_index >= len(addrs):
  /toolchain/binutils/binutils-2.25/bfd/
libbfd.c 816 int addr_index = big_p ? bytes - i - 1 : i;
818 addr[addr_index] = data & 0xff;
838 int addr_index = big_p ? i : bytes - i - 1;
840 data = (data << 8) | addr[addr_index];
814 int addr_index = big_p ? bytes - i - 1 : i; local
836 int addr_index = big_p ? i : bytes - i - 1; local
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 220 int addr_index; local
230 addr_index = i;
239 (const char*)properties[addr_index].val);
242 (RawAddress*)properties[addr_index].val,
    [all...]

Completed in 296 milliseconds