OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addr_index
(Results
1 - 4
of
4
) sorted by null
/development/scripts/
symbol.py
283
addr_index
= 0 # The address that we are currently looking for.
309
target_addr = addrs[
addr_index
]
314
addr_index
+= 1
315
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
263
int
addr_index
;
local
271
addr_index
= i;
284
(const char *)properties[
addr_index
].val);
286
remote_device_properties_callback(BT_STATUS_SUCCESS, (bt_bdaddr_t *)properties[
addr_index
].val,
[
all
...]
/libcore/ojluni/src/main/native/
NetworkInterface.c
498
jint
addr_index
, addr_count, bind_index;
local
552
addr_index
= 0;
611
(*env)->SetObjectArrayElement(env, addrArr,
addr_index
++, iaObj);
Completed in 86 milliseconds