/external/llvm/lib/Support/ |
H A D | ARMWinEH.cpp | 16 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF) { argument 17 uint8_t NumRegisters = RF.Reg(); 18 uint8_t RegistersVFP = RF.R(); 19 uint8_t LinkRegister = RF.L(); 20 uint8_t ChainedFrame = RF.C(); 30 if (PrologueFolding(RF)) 31 GPRMask |= (((1 << (NumRegisters + 1)) - 1) << (~RF.StackAdjust() & 0x3));
|
/external/llvm/include/llvm/Support/ |
H A D | ARMWinEH.h | 186 inline bool PrologueFolding(const RuntimeFunction &RF) { argument 187 return RF.StackAdjust() >= 0x3f4 && (RF.StackAdjust() & 0x4); 191 inline bool EpilogueFolding(const RuntimeFunction &RF) { argument 192 return RF.StackAdjust() >= 0x3f4 && (RF.StackAdjust() & 0x8); 197 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { argument 198 uint16_t Adjustment = RF.StackAdjust(); 206 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF);
|
/external/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 453 const RuntimeFunction &RF) { 454 if (!RF.StartAddress) 458 static_cast<uint32_t>(RF.StartAddress)) 460 static_cast<uint32_t>(RF.EndAddress)) 462 static_cast<uint32_t>(RF.UnwindInfoOffset)); 464 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr)) 476 const RuntimeFunction &RF, 484 RF.StartAddress); 491 RF.EndAddress); 498 RF 452 printRuntimeFunction(const COFFObjectFile *Obj, const RuntimeFunction &RF) argument 475 printRuntimeFunctionRels(const COFFObjectFile *Obj, const RuntimeFunction &RF, uint64_t SectionOffset, const std::vector<RelocationRef> &Rels) argument [all...] |
/external/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.h | 47 const RuntimeFunction &RF); 53 uint64_t SectionOffset, const RuntimeFunction &RF);
|
H A D | Win64EHDumper.cpp | 163 const RuntimeFunction &RF) { 165 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); 167 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress)); 169 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset)); 279 const RuntimeFunction &RF) { 281 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); 292 Offset = Offset + RF.UnwindInfoOffset; 320 for (const auto &RF : RuntimeFunctions) { 322 Index * sizeof(RuntimeFunction), RF); 160 printRuntimeFunctionEntry(const Context &Ctx, const coff_section *Section, uint64_t Offset, const RuntimeFunction &RF) argument 276 printRuntimeFunction(const Context &Ctx, const coff_section *Section, uint64_t SectionOffset, const RuntimeFunction &RF) argument
|
H A D | ARMWinEHPrinter.cpp | 599 unsigned Index, const RuntimeFunction &RF) { 600 assert(RF.Flag() == RuntimeFunctionFlag::RFF_Unpacked && 605 Function = getSymbol(COFF, RF.BeginAddress, /*FunctionOnly=*/true); 609 XDataRecord = getSymbol(COFF, RF.ExceptionInformationRVA()); 611 if (!RF.BeginAddress && !Function) 613 if (!RF.UnwindData && !XDataRecord) 625 FunctionAddress = PEHeader->ImageBase + RF.BeginAddress; 649 uint64_t Address = PEHeader->ImageBase + RF.ExceptionInformationRVA(); 653 getSectionContaining(COFF, RF.ExceptionInformationRVA()); 658 RF 662 dumpPackedEntry(const object::COFFObjectFile &COFF, const SectionRef Section, uint64_t Offset, unsigned Index, const RuntimeFunction &RF) argument [all...] |
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfFileSpecificationDictionary_autogen.cpp | 119 SkPdfDictionary* SkPdfFileSpecificationDictionary::RF(SkPdfNativeDoc* doc) { function in class:SkPdfFileSpecificationDictionary 120 SkPdfNativeObject* ret = get("RF", ""); 128 return get("RF", "") != NULL;
|
H A D | SkPdfFileSpecificationDictionary_autogen.h | 539 SkPdfDictionary* RF(SkPdfNativeDoc* doc);
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
H A D | SkPdfFileSpecificationDictionary_autogen.cpp | 119 SkPdfDictionary* SkPdfFileSpecificationDictionary::RF(SkPdfNativeDoc* doc) { function in class:SkPdfFileSpecificationDictionary 120 SkPdfNativeObject* ret = get("RF", ""); 128 return get("RF", "") != NULL;
|
H A D | SkPdfFileSpecificationDictionary_autogen.h | 539 SkPdfDictionary* RF(SkPdfNativeDoc* doc);
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 263 std::map<const Function *, RawFunc>::iterator RF = RawFunctions->find(F); local 265 if (RF == RawFunctions->end()) { 273 RawFn = RF->second;
|
/external/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 262 for (const auto &RF : InitOpts.RemappedFiles) { 264 const FileEntry *ToFile = FileMgr.getFile(RF.second); 266 Diags.Report(diag::err_fe_remap_missing_to_file) << RF.first << RF.second; 272 FileMgr.getVirtualFile(RF.first, ToFile->getSize(), 0); 274 Diags.Report(diag::err_fe_remap_missing_from_file) << RF.first;
|
H A D | ASTUnit.cpp | 1212 for (const auto &RF : PreprocessorOpts.RemappedFiles) { 1213 std::string MPath(RF.first); 1223 Buffer = getBufferForFile(RF.second);
|
/external/openfst/src/test/ |
H A D | algo_test.h | 679 VectorFst<Arc> RF(T); 686 Reweight(&RF, potential, REWEIGHT_TO_FINAL); 687 CHECK(Equiv(T, RF));
|
/external/clang/lib/AST/ |
H A D | ExprConstant.cpp | 6829 const FieldDecl *RF = getAsField(RHSDesignator.Entries[Mismatch]); 6830 if (!LF && !RF) 6835 << RF->getParent() << RF; 6836 else if (!RF) 6841 LF->getAccess() != RF->getAccess()) 6843 << LF << LF->getAccess() << RF << RF->getAccess()
|
/external/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 2040 llvm::Value *RF = Builder.CreateExtractValue(R, I); local 2041 llvm::Value *Cmp = Builder.CreateICmp(Eq, LF, RF, "memptr.cmp.rest");
|
/external/chromium_org/third_party/usb_ids/ |
H A D | usb.ids | 1688 16a6 BM-USBD1 BlueRobin RF heart rate sensor receiver 2164 4d75 Rocketfish RF-FLBTAD Bluetooth Adapter 2597 060e RF Dongle 2600 0617 IEEE802.15.4 RF Dongle 2739 1071 ValueOpt RF TX 7370 3509 P3000 RF GamePad 9701 024f RF Receiver and G6-20D Wireless Optical Mouse 10847 0002 RF Technology Receiver 10848 0003 RF Technology Receiver 10849 0008 RF Technolog [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
H A D | chromeVoxChromePageScript.js | 386 "LSL","LSL"],LYD:[3,"din","LD"],MAD:[2,"dh","MAD"],MDL:[2,"MDL","MDL"],MGA:[0,"Ar","MGA"],MKD:[2,"din","MKD"],MMK:[0,"K","MMK"],MOP:[2,"MOP","MOP$"],MRO:[0,"MRO","MRO"],MUR:[0,"MURs","MURs"],MWK:[2,"MWK","MWK"],MZN:[2,"MTn","MTn"],NAD:[2,"$","N$"],NGN:[2,"\u20a6","NG\u20a6"],NIO:[2,"C$","C$"],NPR:[2,"Rs","NPRs"],NZD:[2,"$","NZ$"],OMR:[3,"Rial","OMR"],PGK:[2,"PGK","PGK"],PYG:[0,"Gs","PYG"],QAR:[2,"Rial","QR"],RWF:[0,"RF","RF"],SBD:[2,"$","SI$"],SCR:[2,"SCR","SCR"],SDG:[2,"SDG","SDG"],SHP:[2,"\u00a3",
|
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
H A D | h264-svc-99-640x360.rtpdump | 243 ��3�;�8(a��w6��q���?��M��t�M3�u�GQ��J_��.�ץ��a%��7�.n+������۳K,�%1H��� 8�w&�A�(T��RF�<��39���YZ�n���2�5�3���s
��En$G=@�yJդҀ�� 287 �,�e6��Jv=�~\��!�i�7���q���6S|��mr"�F�R剗�8���+�4�v��X`�~߈�E�[��5��7g��#�80\S�`'=E�}M��"��XԽ��o�b?�:���� =��?�l�gAF?O�@����h<�R�&�]~�m�.��Q�t� .k�^!'(*X5z b������CG�8<���Wi�*�f䣘x�RZf:�c�����hY�e���[�&�� @3�h�����CQF��k|��v^ �
�!�Rg\n/)���|�2��)�3��Ҩ��2_NI�nJ���!�?���:dd��*�Y����0��,�f
{)�E,?�j0�:�VlY�0��|�@�|���(�K������ 8�c%a��'��f�� f �̐r 8 >��� � .�� �%v� ��;1�:��� ��LLp[�?;�����Q�#�`@| ���\�GE��N������'��En�\��C�m �gL�> |