/external/fio/tools/ |
fio_generate_plots | 99 PT=$(echo $x | sed s/_"$FILETYPE".log//g) 105 DEPTH=$(echo $PT | cut -d "-" -f 4)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
crange2-1.d | 4 #name: PT to SHcompact
|
crange2-noexp-1.d | 4 #name: PT to SHcompact with -no-expand.
|
pt-noexp-1.d | 3 #source: pt-1.s 4 #name: Basic SHmedia PT and PTA instructions with -no-expand.
|
pt64-32-1.d | 3 #source: pt-1.s 4 #name: Basic SHmedia PT and PTA instructions with -expand-pt32.
|
relax-1.d | 4 #name: Assembler PT relaxation limit, from first to second state.
|
pt32-1.d | 3 #source: pt-2.s 4 #name: Inter-segment PT, 32-bit.
|
pt32-noexp-2.d | 3 #source: pt-2.s 4 #name: Inter-segment PT, 32-bit with -no-expand.
|
pt64-32-2.d | 3 #source: pt-2.s 4 #name: Inter-segment PT, 64-bit with -expand-pt32.
|
pt64-noexp-2.d | 3 #source: pt-2.s 4 #name: Inter-segment PT, 64-bit with -no-expand.
|
ptext32-noexp-1.d | 4 #name: PT, PTA, PTB non-expansion for external symbols, 32-bit ABI.
|
ptext64-noexp-1.d | 4 #name: PT, PTA, PTB non-expansion for external symbols, 64-bit ABI.
|
pt64-1.d | 3 #source: pt-2.s 4 #name: Inter-segment PT, 64-bit.
|
ptext32-1.d | 4 #name: PT, PTA, PTB expansion for external symbols, 32-bit ABI.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckSecuritySyntaxOnly.cpp | 319 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); 320 if (!PT) 323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) 359 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); 360 if (!PT) 363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) 399 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); 400 if (!PT) 404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) 571 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>() [all...] |
/external/opencv3/modules/cudalegacy/src/cuda/ |
fgd.cu | 87 template <typename PT, typename CT> 88 __global__ void calcPartialHistogram(const PtrStepSz<PT> prevFrame, const PtrStep<CT> curFrame, unsigned int* partialBuf0, unsigned int* partialBuf1, unsigned int* partialBuf2) 126 PT prevVal = prevFrame(y, x); 197 template <typename PT, typename CT> 206 calcPartialHistogram<PT, CT><<<PARTIAL_HISTOGRAM_COUNT, HISTOGRAM_THREADBLOCK_SIZE, 0, stream>>>( 207 (PtrStepSz<PT>)prevFrame, (PtrStepSz<CT>)curFrame, partialBuf0, partialBuf1, partialBuf2); 225 template <typename PT, typename CT> 226 __global__ void calcDiffThreshMask(const PtrStepSz<PT> prevFrame, const PtrStep<CT> curFrame, uchar3 bestThres, PtrStepb changeMask) 234 PT prevVal = prevFrame(y, x); 247 template <typename PT, typename CT [all...] |
fgd.hpp | 166 template <typename PT, typename CT> 172 template <typename PT, typename CT> 177 template <typename PT, typename CT, typename OT> 182 template <typename PT, typename CT, typename OT>
|
/frameworks/av/media/libstagefright/rtsp/ |
ASessionDescription.cpp | 200 size_t index, unsigned long *PT, 213 *PT = x; 229 size_t index, unsigned long PT, 235 snprintf(key, sizeof(key), "a=framesize:%lu", PT); 236 if (PT > 9999999) {
|
/external/clang/lib/Analysis/ |
FormatString.cpp | 263 const PointerType *PT = argTy->getAs<PointerType>(); 264 if (!PT) 268 if (PT->getPointeeType().isConstQualified()) 271 argTy = PT->getPointeeType(); 337 const PointerType *PT = argTy->getAs<PointerType>(); 338 if (!PT) 340 QualType pointeeTy = PT->getPointeeType(); 357 const PointerType *PT = argTy->getAs<PointerType>(); 358 if (!PT) 361 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType() [all...] |
ScanfFormatString.cpp | 413 QualType PT = QT->getPointeeType(); 416 if (const EnumType *ETy = PT->getAs<EnumType>()) 417 PT = ETy->getDecl()->getIntegerType(); 419 const BuiltinType *BT = PT->getAs<BuiltinType>(); 424 if (PT->isAnyCharacterType()) { 426 if (PT->isWideCharType()) 489 if (isa<TypedefType>(PT) && (LangOpt.C99 || LangOpt.CPlusPlus11)) 490 namedTypeToLengthModifier(PT, LM); 500 if (PT->isRealFloatingType()) 502 else if (PT->isSignedIntegerType() [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-myanmar-machine.rl | 54 PT = 25; 74 pwo_tone_group = PT A* DB? As?;
|
/external/llvm/include/llvm/IR/ |
Instruction.h | 542 typedef Instruction* PT; 544 static inline void *getAsVoidPointer(PT P) { return P; } 545 static inline PT getFromVoidPointer(void *P) { 546 return static_cast<PT>(P);
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_utility.cc | 169 const uint8_t PT = _ptrRTPDataBegin[1]; 176 header->payloadType = PT; 199 const uint8_t PT = _ptrRTPDataBegin[1] & 0x7f; 223 header->payloadType = PT;
|
/art/runtime/base/ |
allocator.h | 140 template <typename PT> 141 void deallocate(PT p, size_type n) {
|
/external/llvm/lib/Support/ |
Host.cpp | 920 Triple PT(Triple::normalize(LLVM_HOST_TRIPLE)); 922 if (sizeof(void *) == 8 && PT.isArch32Bit()) 923 PT = PT.get64BitArchVariant(); 924 if (sizeof(void *) == 4 && PT.isArch64Bit()) 925 PT = PT.get32BitArchVariant(); 927 return PT.str();
|