Home
last modified time | relevance | path

Searched refs:Ptr (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dreduce_general_bad_result.rscript254 typedef char *Ptr;
258 static void AccumPtr(Ptr *accum, char val) { }
259 static void CombPtr(Ptr *accum, const Ptr *other) { }
264 static void OutPtrFix(int *out, const Ptr *val) { }
268 static void OutPtrBreak(Ptr *out, const int *val) { }
272 typedef Ptr PtrArray7[7];
291 Ptr p;
296 Ptr p;
302 Ptr p;
328 Ptr p;
[all …]
/frameworks/base/core/jni/android/graphics/text/
DMeasuredText.cpp54 template<typename Ptr> static inline jlong toJLong(Ptr ptr) { in toJLong()
/frameworks/base/core/jni/android/graphics/
DTypeface.cpp37 template<typename Ptr> static inline jlong toJLong(Ptr ptr) { in toJLong()
DFontFamily.cpp62 template<typename Ptr> static inline jlong toJLong(Ptr ptr) { in toJLong()
/frameworks/av/media/codec2/core/include/
DC2ParamDef.h239 #define DEFINE_FLEXIBLE_ALLOC(_Type, S, ptr, Ptr) \
241 inline static std::ptr##_ptr<_Type> Alloc##Ptr(size_t flexCount, const Args(&... args)) { \
245 inline static std::ptr##_ptr<_Type> Alloc##Ptr( \
250 inline static std::ptr##_ptr<_Type> Alloc##Ptr( \
255 inline static std::ptr##_ptr<_Type> Alloc##Ptr(const U(&init)[N], const Args(&... args)) { \
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp3433 Value *Val, *Ptr; in ParseFunctionBody() local
3434 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) || in ParseFunctionBody()
3436 cast<PointerType>(Ptr->getType())->getElementType(), Val) || in ParseFunctionBody()
3440 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1); in ParseFunctionBody()
3447 Value *Val, *Ptr; in ParseFunctionBody() local
3448 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) || in ParseFunctionBody()
3450 cast<PointerType>(Ptr->getType())->getElementType(), Val) || in ParseFunctionBody()
3463 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1, in ParseFunctionBody()
3471 Value *Ptr, *Cmp, *New; in ParseFunctionBody() local
3472 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) || in ParseFunctionBody()
[all …]
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_api.h485 #define DVR_V1_API_ENTRY(name) Dvr##name##Ptr name
486 #define DVR_V1_API_ENTRY_DEPRECATED(name) Dvr##name##Ptr name
/frameworks/compile/slang/
Dslang_backend.cpp1012 llvm::Value *Ptr = NULL; in dumpExportFunctionInfo() local
1014 Ptr = IB->CreateInBoundsGEP(HelperFunctionParameter, Idx); in dumpExportFunctionInfo()
1018 Params.push_back(Ptr); in dumpExportFunctionInfo()
1020 llvm::Value *V = IB->CreateLoad(Ptr); in dumpExportFunctionInfo()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp3154 Value *Val, *Ptr; in ParseFunctionBody() local
3155 if (getValueTypePair(Record, OpNum, NextValueNo, Ptr) || in ParseFunctionBody()
3157 cast<PointerType>(Ptr->getType())->getElementType(), Val) || in ParseFunctionBody()
3161 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1); in ParseFunctionBody()
3167 Value *Val, *Ptr; in ParseFunctionBody() local
3170 PointerType::getUnqual(Val->getType()), Ptr)|| in ParseFunctionBody()
3174 I = new StoreInst(Val, Ptr, Record[OpNum+1], (1 << Record[OpNum]) >> 1); in ParseFunctionBody()