/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/ |
labels.s | 8 .global addra, addrb, addrc 9 label1: ld addra,a 14 $1: ld addra,a
|
/hardware/interfaces/bluetooth/1.0/default/test/ |
bluetooth_address_test.cc | 92 uint8_t addrA[BluetoothAddress::kBytes]; 96 EXPECT_TRUE(BluetoothAddress::string_to_bytes(kTestAddr1, addrA)); 97 EXPECT_TRUE(memcmp(addrA, kTestAddr1_bytes, BluetoothAddress::kBytes) == 0); 104 EXPECT_FALSE(memcmp(addrA, addrB, BluetoothAddress::kBytes) == 0); 108 char addrA[BluetoothAddress::kStringLength + 1] = ""; 112 BluetoothAddress::bytes_to_string(kTestAddr1_bytes, addrA); 113 EXPECT_TRUE(memcmp(addrA, kTestAddr1, BluetoothAddress::kStringLength) == 0); 120 EXPECT_FALSE(memcmp(addrA, addrB, BluetoothAddress::kStringLength) == 0);
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldMachOI386.h | 165 uint32_t AddrA = Obj.getScatteredRelocationValue(RE); 166 section_iterator SAI = getSectionByAddress(Obj, AddrA); 169 uint64_t SectionAOffset = AddrA - SectionABase; 193 Addend -= AddrA - AddrB; 195 DEBUG(dbgs() << "Found SECTDIFF: AddrA: " << AddrA << ", AddrB: " << AddrB
|
RuntimeDyldMachOARM.h | 246 uint32_t AddrA = MachO.getScatteredRelocationValue(RE); 247 section_iterator SAI = getSectionByAddress(MachO, AddrA); 250 uint64_t SectionAOffset = AddrA - SectionABase; 276 int64_t Addend = FullImmVal - (AddrA - AddrB); 279 // = Encoded - (AddrA - AddrB) 281 DEBUG(dbgs() << "Found SECTDIFF: AddrA: " << AddrA << ", AddrB: " << AddrB
|
/external/valgrind/memcheck/ |
mc_malloc_wrappers.c | [all...] |
mc_include.h | 119 void MC_(mempool_change) ( Addr pool, Addr addrA, Addr addrB, SizeT size );
|
mc_main.c | [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 111 uint64_t addrA = textFragA->getParent()->getSection().addr() + 115 return (addrA < addrB); [all...] |
/external/tcpdump/ |
addrtoname.c | 291 } addra; member in union:__anon38526 298 p = &h6nametable[addr.addra.d & (HASHNAMESIZE-1)]; [all...] |
/external/valgrind/memcheck/docs/ |
mc-manual.xml | [all...] |
/external/libchrome/base/third_party/valgrind/ |
valgrind.h | [all...] |
/external/v8/src/third_party/valgrind/ |
valgrind.h | [all...] |
/external/valgrind/docs/html/ |
mc-manual.html | [all...] |
/external/valgrind/include/ |
valgrind.h | [all...] |