/external/llvm/tools/llvm-c-test/ |
D | object.c | 23 LLVMSectionIteratorRef sect; in object_list_sections() local 37 sect = LLVMGetSections(O); in object_list_sections() 38 while (!LLVMIsSectionIteratorAtEnd(O, sect)) { in object_list_sections() 39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect), in object_list_sections() 40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in object_list_sections() 42 LLVMMoveToNextSection(sect); in object_list_sections() 45 LLVMDisposeSectionIterator(sect); in object_list_sections() 55 LLVMSectionIteratorRef sect; in object_list_symbols() local 70 sect = LLVMGetSections(O); in object_list_symbols() 74 LLVMMoveToContainingSection(sect, sym); in object_list_symbols() [all …]
|
/external/openssh/ |
D | krl.c | 554 struct sshbuf *sect; in revoked_certs_generate() local 557 if ((sect = sshbuf_new()) == NULL) in revoked_certs_generate() 601 if ((r = put_bitmap(sect, bitmap)) != 0) in revoked_certs_generate() 608 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate() 610 sshbuf_reset(sect); in revoked_certs_generate() 618 sshbuf_reset(sect); in revoked_certs_generate() 629 if ((r = sshbuf_put_u64(sect, in revoked_certs_generate() 640 if ((r = sshbuf_put_u64(sect, rs->lo + i)) != 0) in revoked_certs_generate() 645 if ((r = sshbuf_put_u64(sect, rs->lo)) != 0 || in revoked_certs_generate() 646 (r = sshbuf_put_u64(sect, rs->hi)) != 0) in revoked_certs_generate() [all …]
|
/external/skia/tests/ |
D | PathOpsCubicLineIntersectionTest.cpp | 159 SkDPoint sect = cubic.ptAtT(cubicT); in testOne() local 160 double left[3] = { line.isLeft(prev), line.isLeft(sect), line.isLeft(cubic[3]) }; in testOne() 162 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY); in testOne() 163 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY); in testOne() 169 sect.distance(i.pt(0)), cubic[3].distance(prevL)); in testOne()
|
D | PathOpsDebug.cpp | 358 const SkTSpan<TCurve, OppCurve>* DebugSpan(const SkTSect<TCurve, OppCurve>* sect, int id) { in DebugSpan() argument 359 return sect->debugSpan(id); in DebugSpan() 388 const SkTSpan<TCurve, OppCurve>* DebugT(const SkTSect<TCurve, OppCurve>* sect, double t) { in DebugT() argument 389 return sect->debugT(t); in DebugT() 418 void Dump(const SkTSect<TCurve, OppCurve>* sect) { in Dump() argument 419 sect->dump(); in Dump() 598 void DumpCurves(const SkTSect<TCurve, OppCurve>* sect) { in DumpCurves() argument 599 sect->dumpCurves(); in DumpCurves()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_pci.c | 271 STACK_OF(CONF_VALUE) *sect; in r2i_pci() 274 sect = X509V3_get_section(ctx, cnf->name + 1); in r2i_pci() 275 if (!sect) in r2i_pci() 281 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++) in r2i_pci() 284 process_pci_value(sk_CONF_VALUE_value(sect, j), in r2i_pci() 287 X509V3_section_free(ctx, sect); in r2i_pci()
|
D | v3_crld.c | 96 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, char *sect) in STACK_OF() 100 if (*sect == '@') in STACK_OF() 101 gnsect = X509V3_get_section(ctx, sect + 1); in STACK_OF() 103 gnsect = X509V3_parse_list(sect); in STACK_OF() 110 if (*sect == '@') in STACK_OF()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 1062 inline void swapStruct(section_64 §) { in swapStruct() argument 1063 sys::swapByteOrder(sect.addr); in swapStruct() 1064 sys::swapByteOrder(sect.size); in swapStruct() 1065 sys::swapByteOrder(sect.offset); in swapStruct() 1066 sys::swapByteOrder(sect.align); in swapStruct() 1067 sys::swapByteOrder(sect.reloff); in swapStruct() 1068 sys::swapByteOrder(sect.nreloc); in swapStruct() 1069 sys::swapByteOrder(sect.flags); in swapStruct() 1070 sys::swapByteOrder(sect.reserved1); in swapStruct() 1071 sys::swapByteOrder(sect.reserved2); in swapStruct() [all …]
|
/external/elfutils/src/tests/ |
D | run-dwfl-addr-sect.sh | 22 testrun_compare ${abs_builddir}/dwfl-addr-sect -e testfile43 0x64 0x8 0x98 <<\EOF 28 testrun_compare ${abs_builddir}/dwfl-addr-sect -e testfile50 0x1 <<\EOF
|
/external/lldb/source/Symbol/ |
D | UnwindTable.cpp | 50 SectionSP sect = sl->FindSectionByType (eSectionTypeEHFrame, true); in Initialize() local 51 if (sect.get()) in Initialize() 53 m_eh_frame = new DWARFCallFrameInfo(m_object_file, sect, eRegisterKindGCC, true); in Initialize()
|
/external/lldb/source/Core/ |
D | Section.cpp | 334 SectionList::FindSectionIndex (const Section* sect) in FindSectionIndex() argument 341 if (sect_iter->get() == sect) in FindSectionIndex() 486 Section *sect = sect_iter->get(); in FindSectionContainingFileAddress() local 487 if (sect->ContainsFileAddress (vm_addr)) in FindSectionContainingFileAddress() 493 sect_sp = sect->GetChildren().FindSectionContainingFileAddress(vm_addr, depth - 1); in FindSectionContainingFileAddress() 495 if (sect_sp.get() == NULL && !sect->IsFake()) in FindSectionContainingFileAddress()
|
/external/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 471 STACK_OF(CONF_VALUE) *sect = NULL; in asn1_multi() 482 sect = X509V3_get_section(cnf, (char *)section); in asn1_multi() 483 if (!sect) in asn1_multi() 485 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) in asn1_multi() 487 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); in asn1_multi() 525 if (sect) in asn1_multi() 526 X509V3_section_free(cnf, sect); in asn1_multi()
|
/external/aac/libAACenc/src/ |
D | qc_main.cpp | 1487 INT sect, statBitsNew ; in FDKaacEnc_crashRecovery() local 1497 for (sect = 0; sect < qcChannel[ch]->sectionData.noOfSections; sect++) in FDKaacEnc_crashRecovery() 1500 INT codeBook = qcChannel[ch]->sectionData.huffsection[sect].codeBook ; in FDKaacEnc_crashRecovery() 1502 for (sfb = qcChannel[ch]->sectionData.huffsection[sect].sfbStart; in FDKaacEnc_crashRecovery() 1503 sfb < qcChannel[ch]->sectionData.huffsection[sect].sfbStart + in FDKaacEnc_crashRecovery() 1504 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt; in FDKaacEnc_crashRecovery() 1515 sectionToScf[ch][sfb] = sect ; in FDKaacEnc_crashRecovery() 1530 int sect = sectionToScf[ch][sfbGrp+sfb]; in FDKaacEnc_crashRecovery() local 1531 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt-- ; in FDKaacEnc_crashRecovery() 1534 if (qcChannel[ch]->sectionData.huffsection[sect].sfbCnt == 0) { in FDKaacEnc_crashRecovery()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 616 struct SECTION sect; in getsectdata() local 617 ML_(cur_step_get)(§, §s_cur, sizeof(sect)); in getsectdata() 618 if (0 == VG_(strncmp(sect.sectname, sectname, in getsectdata() 619 sizeof(sect.sectname)))) { in getsectdata() 621 res.ioff = sect.offset; in getsectdata() 622 res.szB = sect.size; in getsectdata() 623 if (svma) *svma = (Addr)sect.addr; in getsectdata()
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 491 ObjectFilePECOFF::GetSectionName(std::string& sect_name, const section_header_t& sect) in GetSectionName() argument 493 if (sect.name[0] == '/') in GetSectionName() 495 lldb::offset_t stroff = strtoul(§.name[1], NULL, 10); in GetSectionName() 506 sect_name = sect.name; in GetSectionName() 575 symbol.sect = symtab_data.GetU16 (&offset); in GetSymtab() 580 if ((int16_t)symbol.sect >= 1) in GetSymtab() 582 … Address symbol_addr(sect_list->GetSectionAtIndex(symbol.sect-1), symbol.value); in GetSymtab()
|
D | ObjectFilePECOFF.h | 219 uint16_t sect; member 235 bool GetSectionName(std::string& sect_name, const section_header_t& sect);
|
/external/valgrind/coregrind/ |
D | m_addrinfo.c | 91 VgSectKind sect; in VG_() local 207 sect = VG_(DebugInfo_sect_kind)( &name, a); in VG_() 208 if (sect != Vg_SectUnknown) { in VG_() 211 ai->Addr.SectKind.kind = sect; in VG_()
|
/external/skia/src/core/ |
D | SkRegion.cpp | 456 SkIRect sect; in intersects() local 457 if (!sect.intersect(fBounds, r)) { in intersects() 465 const RunType* scanline = fRunHead->findScanline(sect.fTop); in intersects() 467 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) { in intersects() 470 if (sect.fBottom <= scanline_bottom(scanline)) { in intersects()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 642 static void DumpCstringSection(MachOObjectFile *O, const char *sect, in DumpCstringSection() argument 652 for (; i < sect_size && sect[i] != '\0'; i++) in DumpCstringSection() 653 DumpCstringChar(sect[i]); in DumpCstringSection() 654 if (i < sect_size && sect[i] == '\0') in DumpCstringSection() 675 static void DumpLiteral4Section(MachOObjectFile *O, const char *sect, in DumpLiteral4Section() argument 686 memcpy(&f, sect + i, sizeof(float)); in DumpLiteral4Section() 690 memcpy(&l, sect + i, sizeof(uint32_t)); in DumpLiteral4Section() 723 static void DumpLiteral8Section(MachOObjectFile *O, const char *sect, in DumpLiteral8Section() argument 734 memcpy(&d, sect + i, sizeof(double)); in DumpLiteral8Section() 738 memcpy(&l0, sect + i, sizeof(uint32_t)); in DumpLiteral8Section() [all …]
|
/external/aac/libSYS/include/ |
D | genericStds.h | 216 #define C_ALLOC_MEM_OVERLAY(name,type,num,sect,tag) C_AALLOC_MEM_L(name,type,num,sect) argument
|
/external/kernel-headers/original/uapi/linux/ |
D | fd.h | 15 sect, /* sectors per track */ member
|
/external/iputils/doc/ |
D | docbook2man-spec.pl | 1071 my ($title, $sect) = ($manref =~ /(.*)(\(.*\))/); 1075 output $sect;
|
/external/iproute2/doc/ |
D | ss.sgml | 18 <sect>Why? 35 <sect>Old news 105 <sect>Time to talk about new functionality. 248 <sect> Examples 302 <sect> Returning to ground: real manual 497 <sect>Some numbers
|
/external/clang/test/Rewriter/ |
D | rewrite-block-pointer.mm | 32 apply(^(int sect) {
|
/external/lldb/include/lldb/Core/ |
D | Section.h | 47 FindSectionIndex (const Section* sect);
|
/external/valgrind/helgrind/ |
D | hg_errors.c | 485 VgSectKind sect = VG_(DebugInfo_sect_kind)( NULL, data_addr ); in HG_() local 487 data_addr, VG_(pp_SectKind)(sect)); in HG_() 489 if (sect == Vg_SectGOTPLT) return; in HG_() 491 if (sect == Vg_SectPLT) return; in HG_() 493 if (sect == Vg_SectGOT) return; in HG_()
|