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/sfntly/cpp/src/test/
byte_array_test.cc
59
bool ReadComparison(ByteArray* ba1, ByteArray*
ba2
) {
62
EXPECT_EQ(ba1->Get(i),
ba2
->Get(i));
72
ReadByteArrayWithBuffer(
ba2
, &buffer, &b2);
84
ReadByteArrayWithSlidingWindow(
ba2
, window_size, &b2);
/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 2647 milliseconds