Searched defs:GO (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.h22 #define GO(__NR_xxx, s) \ macro
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.h19 #define GO(__NR_xxx, N, s) \ macro
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp703 const deUint8 GO = extend7To8((GO1 << 6) | GO2); local
719 const int unclampedG = (x * ((int)GH-(int)GO) + y * ((int)GV-(int)GO) + 4*(int)GO + 2) >> 2;
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp232 if (auto *GO = dyn_cast<llvm::GlobalObject>(C))
233 return GO;
776 llvm::GlobalObject *GO) {
777 SetCommonAttributes(D, GO);
780 GO->setSection(SA->getName());
782 getTargetCodeGenInfo().SetTargetAttributes(D, GO, *this);
775 setNonAliasAttributes(const Decl *D, llvm::GlobalObject *GO) argument

Completed in 1033 milliseconds