Searched refs:PV (Results 1 - 20 of 20) sorted by relevance

/external/minijail/
H A Dget_googletest.sh3 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"
H A Dcommon.mk405 # 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) ?
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp189 static std::string swapFPIntParams(FPParamVariant PV, Module *M, bool LE, argument
194 switch (PV) {
286 FPParamVariant PV = whichFPParamVariantNeeded(F); local
290 AsmText += swapFPIntParams(PV, M, LE, true);
454 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, argument
483 AsmText += swapFPIntParams(PV, M, LE, false);
H A DMipsAsmPrinter.cpp813 Mips16HardFloatInfo::FPParamVariant PV,
817 switch (PV) {
812 EmitSwapFPIntParams(const MCSubtargetInfo &STI, Mips16HardFloatInfo::FPParamVariant PV, bool LE, bool ToFP) argument
/external/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp69 /// \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 = variable
302 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) {
314 substitutePV(MI, PV);
229 isBundlableWithCurrentPMI(MachineInstr &MI, const DenseMap<unsigned, unsigned> &PV, std::vector<R600InstrInfo::BankSwizzle> &BS, bool &isTransSlot) argument
H A DR600InstrInfo.h35 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,
H A DR600InstrInfo.cpp350 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));
/external/clang/lib/Analysis/
H A DBodyFarm.cpp254 const ParmVarDecl *PV = D->getParamDecl(1); local
255 QualType Ty = PV->getType();
267 DeclRefExpr *DR = M.makeDeclRefExpr(PV);
H A DThreadSafetyCommon.cpp271 if (const ParmVarDecl *PV = dyn_cast_or_null<ParmVarDecl>(VD)) {
273 cast<FunctionDecl>(PV->getDeclContext())->getCanonicalDecl();
274 unsigned I = PV->getFunctionScopeIndex();
/external/llvm/lib/IR/
H A DDIBuilder.cpp72 auto PV = PreservedVariables.find(SP);
73 if (PV != PreservedVariables.end())
74 Variables.append(PV->second.begin(), PV->second.end());
/external/modp_b64/
H A Dcommon.mk405 # 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) ?
/external/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp78 raw_ostream &operator<< (raw_ostream &OS, const printv &PV) { argument
79 if (PV.R)
80 OS << 'v' << TargetRegisterInfo::virtReg2Index(PV.R);
/external/clang/tools/c-index-test/
H A Dc-index-test.c1549 PostVisitTU PV,
1585 if (PV)
1586 PV(TU);
1600 PostVisitTU PV) {
1613 result = perform_test_load(Idx, TU, filter, prefix, Visitor, PV, NULL);
1620 PostVisitTU PV) {
1678 result = perform_test_load(Idx, TU, filter, NULL, Visitor, PV,
1687 PostVisitTU PV) {
1766 result = perform_test_load(Idx, TU, filter, NULL, Visitor, PV, NULL);
1546 perform_test_load(CXIndex Idx, CXTranslationUnit TU, const char *filter, const char *prefix, CXCursorVisitor Visitor, PostVisitTU PV, const char *CommentSchemaFile) argument
1598 perform_test_load_tu(const char *file, const char *filter, const char *prefix, CXCursorVisitor Visitor, PostVisitTU PV) argument
1618 perform_test_load_source(int argc, const char **argv, const char *filter, CXCursorVisitor Visitor, PostVisitTU PV) argument
1685 perform_test_reparse_source(int argc, const char **argv, int trials, const char *filter, CXCursorVisitor Visitor, PostVisitTU PV) argument
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2751 if (const ParmVarDecl *PV = dyn_cast<ParmVarDecl>(D)) {
2752 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(PV->getDeclContext())) {
2753 unsigned i = PV->getFunctionScopeIndex();
2756 if (FD->getParamDecl(i) == PV)
H A DSemaChecking.cpp3165 if (const ParmVarDecl *PV = dyn_cast<ParmVarDecl>(DR->getDecl())) {
3175 SecondArgIsLastNamedArgument = PV == LastArg;
3177 Type = PV->getType();
3178 ParamLoc = PV->getLocation();
3180 PV->getStorageClass() == SC_Register && !getLangOpts().CPlusPlus;
3934 if (const ParmVarDecl *PV = dyn_cast<ParmVarDecl>(VD)) {
3935 if (const NamedDecl *ND = dyn_cast<NamedDecl>(PV->getDeclContext())) {
3936 int PVIndex = PV->getFunctionScopeIndex() + 1;
8720 if (const auto* PV = dyn_cast<ParmVarDecl>(D)) {
8722 !getCurFunction()->ModifiedNonNullParams.count(PV)) {
[all...]
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp286 {"PV", CXFA_FM2JSContext::PV},
2659 void CXFA_FM2JSContext::PV(CFXJSE_Value* pThis, function in class:CXFA_FM2JSContext
2664 pContext->ThrowParamCountMismatchException(L"PV");
H A Dxfa_fm2jscontext.h193 static void PV(CFXJSE_Value* pThis,
/external/abi-compliance-checker/modules/Internals/
H A DSysCheck.pm1437 elsif(my $PV = parse_libname($LName, "version", $OStarget))
1439 $SysLibVersion{$LName} = $PV;
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp373 void vectorizeBlockInLoop(BasicBlock *BB, PhiVector *PV);
379 unsigned VF, PhiVector *PV);
3960 unsigned VF, PhiVector *PV) {
3971 PV->push_back(P);
4060 void InnerLoopVectorizer::vectorizeBlockInLoop(BasicBlock *BB, PhiVector *PV) { argument
4072 widenPHIInstruction(&I, Entry, UF, VF, PV);
3958 widenPHIInstruction( Instruction *PN, InnerLoopVectorizer::VectorParts &Entry, unsigned UF, unsigned VF, PhiVector *PV) argument
/external/webrtc/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump582 M�*BQ��q}�j�K]{�B�kiߴ�C] U�sY�Ps|4��B H�j�ό����$kYR�PV�=�v�CN���PJ�@��������43����+]��{b��%-�"U - P{�Fbg�R�D �� s�R��:-01n� Bsv�zBI�h��lIe�XR�}f�Ӡ��{���)��������u�!��k~�!�<;���O$��Tot�u9Re-�&�ReM�v6��}�±lueW��ī�@rS��p���l�@ %���/5
943 +�l��%�n��/T�����F���.�иYQd�c%���i��f��f7���rS��g����g �_h�����g}�����#��Ԑqid�c%���!��f��f7����rT8>��G��.��G !�_h�� wèT��.��G "!����A\ܴh&ß�4�XS��|����Hc[d��%���!��f��f7����rU8>�G��4�G�� �ya���P4�G��� �ya�5PV�K˒3�Q��WOd�c%������f��f7����rV��g����g�f�@p��gA�?!���c�0���s�c%�����f��f���rW8>����.�� �!ᝢJς6Bx ����L~���Z�@��J�T}w����-��_kk���|°���vG]�5���l���o�l�ȃg�O�����IptO}��m����r��٠_=�+������ܲ���`}q�]&�~�Qy�2e�b����y�B͛Te.�:[}?—���}�N�]X^3��Y��K�o�T���O��zO�z�k�o� �� ��=���:�C4ƴ�J���=��.m�C�M�΅�l ٰ��3㬬q�Ȩ�dt��}S�[��}���\l2�K����L��*��~��Mg-���W��"�-��GM>_
1619 #���L��AX:)���-���oᾄZp*ѥ�����[H�O �={��<��`�چ�T ;������p��J[�@~x�q<�W.�<7J�< � p6� �I�=k���@4(����J��@��"���?��A���˵`�Dd=�d� ��2�¨�W�ҋ�߼n%��\!a��V� ��B�&��k����l�v�d7�8V �7l�hU0MʦU������`v�7���D �����^o�rĠ���u�.:���)�� �+:Ƀ����� ��A�ݴ�Cc��m��$��F ��+�ܕ��~�x)B����MY1�K�`���zvˁe� �ʟh�+A�J�6�� X�Q%VP��Z� ���?*��^mj����[��t^�iv�vQJ�L��`H�|g�p��A�c%�����f��f���6r�8>�� ��4�^61�$���+��h��0@��v�e�I+U.8PV���� �B����\a�
1897 �W�ڗ.+w��!�Ȭ�_�7@�d��0����˶�HΨk񭌊�}��ݾG�$�=V �֔�MN360�0�嶳���PV����]
2298 �%-�3a�R6��~��)4`�v��a�)�k,ibL\�3��� �e����X�:��!�PV����Qc;۟����������� )����0���j&�V�g��J�O�bM7�S]������\o ]�#�w1YFT�,2&R����޶�l�H���S�-|߯鬑k� #������O�w��/��㲗���,��i9�9��٭�j��R3��=r��WԚQ���m�d�1�Qn�w�o�O:�g�#��W Z�ԋ�D�`LU�C/�.����N�߿� �T�@}-xc�\�C[[���PMsu7g��h�%�|�?]#����<� �� %h����?�����7���@�ڒ �����qw2�2�wCY���z�_���o��?g��^�P�!�^�0�{�Cɍ!Ib�k�a����{����=֘7�7\�eN�_�r�d���˺G�4���
2848 �x�ef?�"K�?���#Q�'��$0,�?��?�V�J�=𸟅~4y�6S��x1�2@.8)r��s;���C��1��[���b {��� V�����ہh����]���8PV�2 ?=W�.z`*1>U�9$SD|����m�F�?�&��OSL�H)��1��5߈?jUIa[� M����(�<��}~���O�_ڭc.�s�]�`U�l��P_��'��@tNX�����?�����9��&�
4090 sT� h$�~7U'�rzm/�=O�m|��8�|�Uk/�45��/�p���iE=v�䬴�E(�ci_]���� �����xgZL䢚v��k��A�r�� h�pұ!* ���wӐy�����m���J�8���ρ���Xe�t�ݝ�~��9�_ �se<�PV��3I���و+�d�8d"�3iX�M�$�\q�l,76՝�(^�}��kd:p`�<�LJc���
6011 �7u`u�5X:Ս�GS�{m�{:��m��!#���x�[�u�1�o�1�͐L8��Z� R�P�2w��o�ݪ���1��\ma���w( �L������~6��[��W����PV�X~��,�;;��œ�{7��u���BC���=���ϋ��w�ik�����6��}�+�y�-o���) =;�k��F��`��e��c���Rڛ9r�>�]ɚ��{�tml�5��h���g��;[����n�P=��4iLC�;t�X#���)-�[c-|/��V�{�z�o� ?���Np�,��=G_���`~��C��4`}.����X=Ic^&,�E׵�o|���H�u��q:�
13276 ~�?l~Z�+�K�c��^�ZI$\+r T�o���5�O��/�=v��x'���O�[�)�UW}�s�^"u�t�E��94��]wrJΡ$2���ӷ�ww����['�7^������ff_����CN~W��}u6<�c)���q��f��fҦ���r���g�W���g��h���^lp��A` ����WP%�s4�ò����~PV�}{���+1��ꪅ4n�$Cߨ���)QBS���!�z�Q�'=�ՙ�m ��}������׏/�0:2�8�b���T�/��X��wQ5U.�1�Y@i�Q�#'2�w��_�\���H�D��xDK.��Nw��9K�=���U�2\��t��E���ܯ����ǮpN�'���6�QG���l����ʞ�ľJϰlܵ�w}*�;���� �!�U�\f�-L����H ���|���{��r;���|3�E%y�.���M6��g����4�ܧ����F�aP��|ן���W�(�jq[��>�7ρy���X��bW��p� ���`�
14323 ���/�@����[ ���Ik�������>�M�~~ξ�í� ���k�����H:9���٠� ![�cA�6���݃A`��8/^ t}��˒B1*_k ��4��`�]�Vx?�PV
[all...]

Completed in 830 milliseconds