HomeSort by relevance Sort by last modified time
    Searched refs:PV (Results 1 - 25 of 26) sorted by null

1 2

  /external/minijail/
get_googletest.sh 3 PV="1.8.0"
5 wget -q -nc --secure-protocol=TLSv1 "https://github.com/google/googletest/archive/release-${PV}.tar.gz" -O "googletest-release-${PV}.tar.gz"
6 tar zxvf "googletest-release-${PV}.tar.gz"
common.mk 405 # TODO: add version support extracted from PV environment variable
406 #ifeq ($(PV),9999)
407 #$(warning PV=$(PV). If shared object versions matter, please force PV=.)
409 # Then add -Wl,-soname,$@.$(PV) ?
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 189 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE,
194 switch (PV) {
286 FPParamVariant PV = whichFPParamVariantNeeded(F);
290 AsmText += swapFPIntParams(PV, M, LE, true);
454 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV,
483 AsmText += swapFPIntParams(PV, M, LE, false);
MipsAsmPrinter.cpp 813 Mips16HardFloatInfo::FPParamVariant PV,
817 switch (PV) {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 69 /// \returns register to PV chan mapping for bundle/single instructions that
230 const DenseMap<unsigned, unsigned> &PV,
271 PV, BS, isTransSlot)) {
297 const DenseMap<unsigned, unsigned> &PV =
302 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) {
314 substitutePV(MI, PV);
R600InstrInfo.h 35 ExtractSrcs(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PV,
138 /// PV holds GPR to PV registers in the Instruction Group MIs.
140 const DenseMap<unsigned, unsigned> &PV,
R600InstrInfo.cpp 350 const DenseMap<unsigned, unsigned> &PV,
363 if (PV.find(Reg) != PV.end()) {
364 // 255 is used to tells its a PS/PV reg
545 const DenseMap<unsigned, unsigned> &PV,
556 IGSrcs.push_back(ExtractSrcs(*IG[i], PV, ConstCount));
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 254 const ParmVarDecl *PV = D->getParamDecl(1);
255 QualType Ty = PV->getType();
267 DeclRefExpr *DR = M.makeDeclRefExpr(PV);
ThreadSafetyCommon.cpp 271 if (const ParmVarDecl *PV = dyn_cast_or_null<ParmVarDecl>(VD)) {
273 cast<FunctionDecl>(PV->getDeclContext())->getCanonicalDecl();
274 unsigned I = PV->getFunctionScopeIndex();
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/errors/
ptr.go 129 c: `typedef void* PV; void f(PV p) {}`,
132 body: `i := 0; p := &S{p:&i}; C.f(C.PV(unsafe.Pointer(&p.a[0])))`,
  /prebuilts/go/linux-x86/misc/cgo/errors/
ptr.go 129 c: `typedef void* PV; void f(PV p) {}`,
132 body: `i := 0; p := &S{p:&i}; C.f(C.PV(unsafe.Pointer(&p.a[0])))`,
  /external/llvm/lib/IR/
DIBuilder.cpp 72 auto PV = PreservedVariables.find(SP);
73 if (PV != PreservedVariables.end())
74 Variables.append(PV->second.begin(), PV->second.end());
    [all...]
  /external/modp_b64/
common.mk 405 # TODO: add version support extracted from PV environment variable
406 #ifeq ($(PV),9999)
407 #$(warning PV=$(PV). If shared object versions matter, please force PV=.)
409 # Then add -Wl,-soname,$@.$(PV) ?
    [all...]
  /external/llvm/lib/Target/Hexagon/
BitTracker.cpp 78 raw_ostream &operator<< (raw_ostream &OS, const printv &PV) {
79 if (PV.R)
80 OS << 'v' << TargetRegisterInfo::virtReg2Index(PV.R);
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
IFWIStitch.bat 108 if /i "%%j"=="PV" set Source_Prefix=PV_
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp 286 {"PV", CXFA_FM2JSContext::PV},
    [all...]
xfa_fm2jscontext.h 193 static void PV(CFXJSE_Value* pThis,
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 373 void vectorizeBlockInLoop(BasicBlock *BB, PhiVector *PV);
379 unsigned VF, PhiVector *PV);
    [all...]
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 1099 milliseconds

1 2