OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ba2
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/lib/bluetooth/
bluetooth.h
139
static inline int bacmp(const bdaddr_t *ba1, const bdaddr_t *
ba2
)
141
return memcmp(ba1,
ba2
, sizeof(bdaddr_t));
/external/elfutils/tests/
run-strings-test.sh
215
testfile4: 5
ba2
[^_]
/external/qemu/hw/
bt.h
36
static inline int bacmp(const bdaddr_t *ba1, const bdaddr_t *
ba2
)
38
return memcmp(ba1,
ba2
, sizeof(bdaddr_t));
[
all
...]
Completed in 2807 milliseconds