Home
last modified time | relevance | path

Searched refs:other_half (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp253 uint32_t other_half = 0; in recordScatteredRelocation() local
256 other_half = (FixedValue >> 16) & 0xffff; in recordScatteredRelocation()
265 other_half = FixedValue & 0xffff; in recordScatteredRelocation()
270 other_half = FixedValue & 0xffff; in recordScatteredRelocation()
279 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR, in recordScatteredRelocation()
/third_party/grpc/test/core/util/
Dpassthru_endpoint.cc78 static half* other_half(half* h) { in other_half() function
85 half* m = other_half(reinterpret_cast<half*>(ep)); in me_write()
126 m = other_half(m); in me_shutdown()