| /external/aac/libAACenc/src/ |
| D | dyn_bits.cpp | 390 SECTION_DATA* const RESTRICT sectionData, in FDKaacEnc_noiselessCounter() argument 419 sectionData->noOfSections = 0; in FDKaacEnc_noiselessCounter() 420 sectionData->huffmanBits = 0; in FDKaacEnc_noiselessCounter() 421 sectionData->sideInfoBits = 0; in FDKaacEnc_noiselessCounter() 424 if (sectionData->maxSfbPerGroup == 0) in FDKaacEnc_noiselessCounter() 428 for (grpNdx = 0; grpNdx < sectionData->sfbCnt; grpNdx += sectionData->sfbPerGroup) in FDKaacEnc_noiselessCounter() 430 huffsection = sectionData->huffsection + sectionData->noOfSections; in FDKaacEnc_noiselessCounter() 434 sectionData->maxSfbPerGroup, in FDKaacEnc_noiselessCounter() 441 …FDKaacEnc_gmStage0(huffsection, bitLookUp, sectionData->maxSfbPerGroup, noiseNrg+grpNdx, isBook+gr… in FDKaacEnc_noiselessCounter() 444 FDKaacEnc_gmStage1(huffsection, bitLookUp, sectionData->maxSfbPerGroup, sideInfoTab, useVCB11); in FDKaacEnc_noiselessCounter() [all …]
|
| D | bitenc.cpp | 117 SECTION_DATA *sectionData, in FDKaacEnc_encodeSpectralData() argument 124 for(i=0;i<sectionData->noOfSections;i++) in FDKaacEnc_encodeSpectralData() 126 if(sectionData->huffsection[i].codeBook != CODE_BOOK_PNS_NO) in FDKaacEnc_encodeSpectralData() 129 INT tmp = sectionData->huffsection[i].sfbStart+sectionData->huffsection[i].sfbCnt; in FDKaacEnc_encodeSpectralData() 130 for(sfb=sectionData->huffsection[i].sfbStart; sfb<tmp; sfb++) in FDKaacEnc_encodeSpectralData() 134 sectionData->huffsection[i].codeBook, in FDKaacEnc_encodeSpectralData() 235 static INT FDKaacEnc_encodeSectionData(SECTION_DATA *sectionData, in FDKaacEnc_encodeSectionData() argument 246 switch(sectionData->blockType) in FDKaacEnc_encodeSectionData() 261 for(i=0;i<sectionData->noOfSections;i++) in FDKaacEnc_encodeSectionData() 263 INT codeBook = sectionData->huffsection[i].codeBook; in FDKaacEnc_encodeSectionData() [all …]
|
| /external/llvm/test/MC/ARM/ |
| D | eh-directive-personalityindex.s | 21 @ CHECK: SectionData ( 50 @ CHECK: SectionData ( 76 @ CHECK: SectionData ( 83 @ CHECK: SectionData ( 113 @ CHECK: SectionData ( 120 @ CHECK: SectionData ( 147 @ CHECK: SectionData ( 154 @ CHECK: SectionData ( 182 @ CHECK: SectionData ( 189 @ CHECK: SectionData (
|
| D | eh-directive-personality.s | 25 @ CHECK: SectionData ( 31 @ CHECK: SectionData ( 40 @ CHECK: SectionData ( 67 @ CHECK: SectionData ( 73 @ CHECK: SectionData ( 82 @ CHECK: SectionData (
|
| D | eh-directive-handlerdata.s | 24 @ CHECK: SectionData ( 31 @ CHECK: SectionData ( 38 @ CHECK: SectionData ( 80 @ CHECK: SectionData ( 88 @ CHECK: SectionData ( 95 @ CHECK: SectionData (
|
| D | inst-directive.s | 21 @ CHECK: SectionData ( 40 @ CHECK: SectionData ( 59 @ CHECK: SectionData ( 78 @ CHECK: SectionData (
|
| D | eh-directive-multiple-offsets.s | 30 @ CHECK: SectionData ( 59 @ CHECK: SectionData ( 92 @ CHECK: SectionData ( 123 @ CHECK: SectionData ( 165 @ CHECK: SectionData (
|
| D | eh-directive-movsp.s | 21 @ CHECK: SectionData ( 41 @ CHECK: SectionData (
|
| D | directive-even.s | 26 @ CHECK: SectionData ( 65 @ CHECK: SectionData (
|
| /external/llvm/test/MC/ELF/ |
| D | relax-arith.s | 8 // CHECK: SectionData ( 24 // CHECK: SectionData ( 39 // CHECK: SectionData ( 54 // CHECK: SectionData ( 69 // CHECK: SectionData ( 84 // CHECK: SectionData ( 99 // CHECK: SectionData (
|
| D | comdat-reloc.s | 17 // CHECK-NOT: SectionData 18 // CHECK: SectionData
|
| D | uleb.s | 16 // ELF_32: SectionData ( 20 // ELF_64: SectionData (
|
| D | sleb.s | 23 // ELF_32: SectionData ( 27 // ELF_64: SectionData (
|
| D | align-nops.s | 32 // CHECK-NEXT: SectionData ( 51 // CHECK-NEXT: SectionData (
|
| /external/elfutils/0.153/libdw/ |
| D | dwarf_getpubnames.c | 71 unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf; in get_offsets() 73 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size; in get_offsets() 112 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size) in get_offsets() 133 = ((unsigned char *) dbg->sectiondata[IDX_debug_info]->d_buf in get_offsets() 176 if (unlikely (dbg->sectiondata[IDX_debug_pubnames] == NULL 178 >= dbg->sectiondata[IDX_debug_pubnames]->d_size))) 206 = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf; 246 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
|
| D | dwarf_getstring.c | 68 if (dbg->sectiondata[IDX_debug_str] == NULL 69 || offset >= dbg->sectiondata[IDX_debug_str]->d_size) 76 const char *result = ((const char *) dbg->sectiondata[IDX_debug_str]->d_buf 79 dbg->sectiondata[IDX_debug_str]->d_size - offset);
|
| D | dwarf_getaranges.c | 92 if (dbg->sectiondata[IDX_debug_aranges] == NULL) 101 if (dbg->sectiondata[IDX_debug_aranges]->d_buf == NULL) 107 const unsigned char *readp = dbg->sectiondata[IDX_debug_aranges]->d_buf; 109 = readp + dbg->sectiondata[IDX_debug_aranges]->d_size; 207 const char *cu_header = (dbg->sectiondata[IDX_debug_info]->d_buf 224 >= dbg->sectiondata[IDX_debug_info]->d_size))
|
| /external/llvm/test/MC/AsmParser/ |
| D | section.s | 62 # CHECK-NEXT: SectionData ( 78 # CHECK-NEXT: SectionData ( 94 # CHECK-NEXT: SectionData ( 110 # CHECK-NEXT: SectionData ( 126 # CHECK-NEXT: SectionData (
|
| /external/llvm/test/tools/llvm-readobj/ |
| D | sections-ext.test | 68 COFF-NEXT: SectionData ( 92 ELF-NEXT: SectionData ( 132 ELF-NEXT: SectionData ( 159 ELF-NEXT: SectionData ( 201 MACHO-I386-NEXT: SectionData ( 244 MACHO-X86-64-NEXT: SectionData ( 277 MACHO-X86-64-NEXT: SectionData ( 320 MACHO-PPC-NEXT: SectionData ( 352 MACHO-PPC-NEXT: SectionData ( 386 MACHO-PPC-NEXT: SectionData ( [all …]
|
| /external/llvm/test/Object/Inputs/COFF/ |
| D | x86-64.yaml | 9 …SectionData: !hex "4883EC28C744242400000000488D0D00000000E800000000E8000000008B4424244883C428C3" … 31 SectionData: !hex "48656C6C6F20576F726C642100" # |Hello World!.| 37 SectionData: !hex "0000000000000000"
|
| D | i386.yaml | 10 …SectionData: !hex "83EC0CC744240800000000C7042400000000E800000000E8000000008B44240883C40CC3" # |.… 32 SectionData: !hex "48656C6C6F20576F726C642100" # |Hello World!.|
|
| /external/llvm/lib/MC/ |
| D | WinCOFFStreamer.cpp | 202 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); in EmitLocalCommonSymbol() local 203 if (SectionData.getAlignment() < ByteAlignment) in EmitLocalCommonSymbol() 204 SectionData.setAlignment(ByteAlignment); in EmitLocalCommonSymbol() 213 ByteAlignment, &SectionData); in EmitLocalCommonSymbol() 216 new MCFillFragment(/*_Value=*/0, /*_ValueSize=*/0, Size, &SectionData); in EmitLocalCommonSymbol()
|
| /external/llvm/test/Object/ |
| D | yaml2obj-coff-multi-doc.test | 22 SectionData: "00000000" 62 SectionData: "00000000"
|
| /external/llvm/test/MC/COFF/ |
| D | align-nops.s | 33 //CHECK-NEXT: SectionData ( 52 //CHECK-NEXT: SectionData (
|
| /external/llvm/tools/obj2yaml/ |
| D | coff2yaml.cpp | 62 ArrayRef<uint8_t> sectionData; in dumpSections() local 63 Obj.getSectionContents(Sect, sectionData); in dumpSections() 64 Sec.SectionData = yaml::BinaryRef(sectionData); in dumpSections()
|