/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Object.cpp | 23 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() 27 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() 150 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySectionIterator() local 159 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSectionIteratorAtEnd() local 164 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySymbolIterator() local 173 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSymbolIteratorAtEnd() local 198 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections() 208 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd() 232 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols() 242 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | Object.cpp | 24 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() 28 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() 153 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySectionIterator() local 162 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSectionIteratorAtEnd() local 167 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileCopySymbolIterator() local 176 auto OF = cast<ObjectFile>(unwrap(BR)); in LLVMObjectFileIsSymbolIteratorAtEnd() local 201 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections() 211 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd() 234 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols() 244 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | Object.cpp | 22 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() 26 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() 82 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections() 92 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd() 116 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols() 126 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
|
/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | MemoryBufferTest.cpp | 74 raw_fd_ostream OF(TestFD, true, /*unbuffered=*/true); in TEST_F() local 139 raw_fd_ostream OF(TestFD, true, !Reopen); in testGetOpenFileSlice() local 185 raw_fd_ostream OF(FD, true, /*unbuffered=*/true); in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCFragment.cpp | 442 const auto *OF = cast<MCOrgFragment>(this); in dump() local 449 const auto *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local 498 const auto *OF = cast<MCPseudoProbeAddrFragment>(this); in dump() local
|
H A D | MCAssembler.cpp | 354 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local 690 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local 699 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local 709 const auto &OF = cast<MCCVInlineLineTableFragment>(F); in writeFragment() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 471 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark() 503 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark() 591 OutlinedFunction OF = in findCandidates() local 610 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 279 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local 527 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local 536 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local 546 const auto &OF = cast<MCCVInlineLineTableFragment>(F); in writeFragment() local
|
H A D | MCFragment.cpp | 405 const MCOrgFragment *OF = cast<MCOrgFragment>(this); in dump() local 411 const MCDwarfLineAddrFragment *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 346 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in computeFragmentSize() local 632 const MCOrgFragment &OF = cast<MCOrgFragment>(F); in writeFragment() local 641 const MCDwarfLineAddrFragment &OF = cast<MCDwarfLineAddrFragment>(F); in writeFragment() local 651 const auto &OF = cast<MCCVInlineLineTableFragment>(F); in writeFragment() local
|
H A D | MCFragment.cpp | 400 const auto *OF = cast<MCOrgFragment>(this); in dump() local 407 const auto *OF = cast<MCDwarfLineAddrFragment>(this); in dump() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineOutliner.cpp | 955 OutlinedFunction &OF) { in emitNotOutliningCheaperRemark() 987 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark() 1077 OutlinedFunction OF = in findCandidates() local 1096 Module &M, OutlinedFunction &OF, InstructionMapper &Mapper, unsigned Name) { in createOutlinedFunction()
|
/aosp_15_r20/external/libopus/silk/x86/ |
H A D | NSQ_del_dec_avx2.c | 143 …__m128i OF = _mm_and_si128(_mm_xor_si128(a, r), _mm_xor_si128(b, r)); /* OF = (sum ^ a) … in silk_mm_add_sat_epi32() local 150 …__m128i OF = _mm_andnot_si128(_mm_xor_si128(b, r), _mm_xor_si128(a, r)); /* OF = (sum ^ a) … in silk_mm_sub_sat_epi32() local 157 …__m256i OF = _mm256_andnot_si256(_mm256_xor_si256(b, r), _mm256_xor_si256(a, r)); /* OF = (… in silk_mm256_sub_sat_epi32() local
|
/aosp_15_r20/external/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 241 # define OF(args) args macro 243 # define OF(args) () macro
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/ |
D | zconf.h | 264 # define OF(args) args macro 266 # define OF(args) () macro
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/ |
D | zconf.h | 264 # define OF(args) args macro 266 # define OF(args) () macro
|
/aosp_15_r20/external/llvm/tools/llvm-cov/ |
H A D | TestingSupport.cpp | 41 ObjectFile *OF = ObjErr.get().getBinary(); in convertForTestingMain() local
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/external/zlib/ |
D | zconf.h | 306 # define OF(args) args macro 308 # define OF(args) () macro
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/zlib/ |
D | zconf.h | 309 # define OF(args) args macro 311 # define OF(args) () macro
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/zlib/ |
D | zconf.h | 306 # define OF(args) args macro 308 # define OF(args) () macro
|
/aosp_15_r20/external/zlib/ |
H A D | zconf.h.in | 297 # define OF(args) args macro 299 # define OF(args) () macro
|
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | zconf.h | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
D | zconf.h.in | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/ |
D | zconf.h | 290 # define OF(args) args macro 292 # define OF(args) () macro
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/ |
D | zconf.h | 313 # define OF(args) args macro 315 # define OF(args) () macro
|