Home
last modified time | relevance | path

Searched refs:sect (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/tools/llvm-c-test/
Dobject.c23 LLVMSectionIteratorRef sect; in llvm_object_list_sections() local
37 sect = LLVMGetSections(O); in llvm_object_list_sections()
38 while (!LLVMIsSectionIteratorAtEnd(O, sect)) { in llvm_object_list_sections()
39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect), in llvm_object_list_sections()
40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in llvm_object_list_sections()
42 LLVMMoveToNextSection(sect); in llvm_object_list_sections()
45 LLVMDisposeSectionIterator(sect); in llvm_object_list_sections()
55 LLVMSectionIteratorRef sect; in llvm_object_list_symbols() local
70 sect = LLVMGetSections(O); in llvm_object_list_symbols()
74 LLVMMoveToContainingSection(sect, sym); in llvm_object_list_symbols()
[all …]
/external/openssh/
Dkrl.c553 struct sshbuf *sect; in revoked_certs_generate() local
556 if ((sect = sshbuf_new()) == NULL) in revoked_certs_generate()
600 if ((r = put_bitmap(sect, bitmap)) != 0) in revoked_certs_generate()
607 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
609 sshbuf_reset(sect); in revoked_certs_generate()
617 sshbuf_reset(sect); in revoked_certs_generate()
628 if ((r = sshbuf_put_u64(sect, in revoked_certs_generate()
639 if ((r = sshbuf_put_u64(sect, rs->lo + i)) != 0) in revoked_certs_generate()
644 if ((r = sshbuf_put_u64(sect, rs->lo)) != 0 || in revoked_certs_generate()
645 (r = sshbuf_put_u64(sect, rs->hi)) != 0) in revoked_certs_generate()
[all …]
/external/syslinux/com32/chain/
Doptions.c173 opt.sect = true; /* by def. load sector */ in opt_set_defs()
206 opt.sect = false; in opt_parse_args()
212 opt.sect = false; in opt_parse_args()
277 opt.sect = false; in opt_parse_args()
284 opt.sect = false; in opt_parse_args()
333 opt.sect = true; in opt_parse_args()
335 opt.sect = false; in opt_parse_args()
416 if (opt.save && !opt.sect) { in opt_parse_args()
421 if (opt.setbpb && !opt.sect) { in opt_parse_args()
426 if (opt.maps && !opt.sect) { in opt_parse_args()
Dmangle.c335 if (!(opt.sect && opt.setbpb)) in mangles_bpb()
350 if (!(opt.sect && opt.file && opt.bss)) in manglesf_bss()
397 if (!(opt.sect && opt.save)) in mangles_save()
421 if (!(opt.sect && opt.cmldr)) in mangles_cmldr()
Doptions.h63 bool sect; member
/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp163 SkDPoint sect = cubic.ptAtT(cubicT); in testOne() local
164 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY); in testOne()
165 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY); in testOne()
171 sect.distance(i.pt(0)), cubic[3].distance(prevL)); in testOne()
DPathOpsDebug.cpp408 const SkTSpan<TCurve, OppCurve>* DebugSpan(const SkTSect<TCurve, OppCurve>* sect, int id) { in DebugSpan() argument
409 return sect->debugSpan(id); in DebugSpan()
438 const SkTSpan<TCurve, OppCurve>* DebugT(const SkTSect<TCurve, OppCurve>* sect, double t) { in DebugT() argument
439 return sect->debugT(t); in DebugT()
468 void Dump(const SkTSect<TCurve, OppCurve>* sect) { in Dump() argument
469 sect->dump(); in Dump()
648 void DumpCurves(const SkTSect<TCurve, OppCurve>* sect) { in DumpCurves() argument
649 sect->dumpCurves(); in DumpCurves()
/external/boringssl/src/crypto/x509v3/
Dv3_pci.c216 STACK_OF(CONF_VALUE) *sect; in r2i_pci()
219 sect = X509V3_get_section(ctx, cnf->name + 1); in r2i_pci()
220 if (!sect) { in r2i_pci()
225 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++) { in r2i_pci()
227 process_pci_value(sk_CONF_VALUE_value(sect, j), in r2i_pci()
230 X509V3_section_free(ctx, sect); in r2i_pci()
Dv3_crld.c95 char *sect) in STACK_OF()
99 if (*sect == '@') in STACK_OF()
100 gnsect = X509V3_get_section(ctx, sect + 1); in STACK_OF()
102 gnsect = X509V3_parse_list(sect); in STACK_OF()
108 if (*sect == '@') in STACK_OF()
/external/syslinux/libinstaller/
Dsyslxmod.c40 sector_t sect, lba; in generate_extents() local
49 sect = *sectp++; in generate_extents()
54 if (sect == lba + len && xbytes < 65536 && in generate_extents()
67 lba = sect; in generate_extents()
/external/llvm/include/llvm/Support/
DMachO.h1046 inline void swapStruct(section_64 &sect) { in swapStruct() argument
1047 sys::swapByteOrder(sect.addr); in swapStruct()
1048 sys::swapByteOrder(sect.size); in swapStruct()
1049 sys::swapByteOrder(sect.offset); in swapStruct()
1050 sys::swapByteOrder(sect.align); in swapStruct()
1051 sys::swapByteOrder(sect.reloff); in swapStruct()
1052 sys::swapByteOrder(sect.nreloc); in swapStruct()
1053 sys::swapByteOrder(sect.flags); in swapStruct()
1054 sys::swapByteOrder(sect.reserved1); in swapStruct()
1055 sys::swapByteOrder(sect.reserved2); in swapStruct()
[all …]
/external/elfutils/tests/
Drun-dwfl-addr-sect.sh22 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1054 inline void swapStruct(section_64 &sect) { in swapStruct() argument
1055 sys::swapByteOrder(sect.addr); in swapStruct()
1056 sys::swapByteOrder(sect.size); in swapStruct()
1057 sys::swapByteOrder(sect.offset); in swapStruct()
1058 sys::swapByteOrder(sect.align); in swapStruct()
1059 sys::swapByteOrder(sect.reloff); in swapStruct()
1060 sys::swapByteOrder(sect.nreloc); in swapStruct()
1061 sys::swapByteOrder(sect.flags); in swapStruct()
1062 sys::swapByteOrder(sect.reserved1); in swapStruct()
1063 sys::swapByteOrder(sect.reserved2); in swapStruct()
[all …]
/external/skia/src/effects/
DSkArithmeticImageFilter.cpp128 SkIRect sect; in intersect() local
129 if (!sect.intersect(dstR, srcR)) { in intersect()
132 *dst = SkPixmap(dst->info().makeWH(sect.width(), sect.height()), in intersect()
133 dst->addr(sect.fLeft, sect.fTop), in intersect()
135 *src = SkPixmap(src->info().makeWH(sect.width(), sect.height()), in intersect()
/external/boringssl/src/crypto/x509/
Dasn1_gen.c473 STACK_OF(CONF_VALUE) *sect = NULL; in asn1_multi()
483 sect = X509V3_get_section(cnf, (char *)section); in asn1_multi()
484 if (!sect) in asn1_multi()
486 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) { in asn1_multi()
488 generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf, in asn1_multi()
529 if (sect) in asn1_multi()
530 X509V3_section_free(cnf, sect); in asn1_multi()
/external/aac/libAACenc/src/
Dqc_main.cpp1490 INT sect, statBitsNew ; in FDKaacEnc_crashRecovery() local
1500 for (sect = 0; sect < qcChannel[ch]->sectionData.noOfSections; sect++) in FDKaacEnc_crashRecovery()
1503 INT codeBook = qcChannel[ch]->sectionData.huffsection[sect].codeBook ; in FDKaacEnc_crashRecovery()
1505 for (sfb = qcChannel[ch]->sectionData.huffsection[sect].sfbStart; in FDKaacEnc_crashRecovery()
1506 sfb < qcChannel[ch]->sectionData.huffsection[sect].sfbStart + in FDKaacEnc_crashRecovery()
1507 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt; in FDKaacEnc_crashRecovery()
1518 sectionToScf[ch][sfb] = sect ; in FDKaacEnc_crashRecovery()
1533 int sect = sectionToScf[ch][sfbGrp+sfb]; in FDKaacEnc_crashRecovery() local
1534 qcChannel[ch]->sectionData.huffsection[sect].sfbCnt-- ; in FDKaacEnc_crashRecovery()
1537 if (qcChannel[ch]->sectionData.huffsection[sect].sfbCnt == 0) { in FDKaacEnc_crashRecovery()
/external/openssh/regress/unittests/sshkey/
Dtest_sshkey.c42 struct sshbuf *sect; in put_opt() local
44 sect = sshbuf_new(); in put_opt()
45 ASSERT_PTR_NE(sect, NULL); in put_opt()
48 ASSERT_INT_EQ(sshbuf_put_cstring(sect, value), 0); in put_opt()
49 ASSERT_INT_EQ(sshbuf_put_stringb(b, sect), 0); in put_opt()
50 sshbuf_free(sect); in put_opt()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c617 struct SECTION sect; in getsectdata() local
618 ML_(cur_step_get)(&sect, &sects_cur, sizeof(sect)); in getsectdata()
619 if (0 == VG_(strncmp)(sect.sectname, sectname, in getsectdata()
620 sizeof(sect.sectname))) { in getsectdata()
622 res.ioff = sect.offset; in getsectdata()
623 res.szB = sect.size; in getsectdata()
624 if (svma) *svma = (Addr)sect.addr; in getsectdata()
/external/syslinux/doc/
Dchain.txt99 options 'sect=' and 'seg='), the file will cause sector to not be loaded at all
112 sect=<segment>:<offset>:<ip>
113 *sect=0:0x7c00:0x7c00
294 sets: file=<file> seg=0x60 sect=0x1FE0 setbpb nohand
306 sets: file=<file> seg=0x70 sect=0x8000 setbpb nohand
312 sets: file=<file> seg=0x70::0x200 sect=0x8000 setbpb nohand
318 sets: file=<file> seg=0x70 sect=0x2000:0:0 setbpb nohand
/external/valgrind/coregrind/
Dm_addrinfo.c91 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/llvm/tools/llvm-objdump/
DMachODump.cpp665 static void DumpCstringSection(MachOObjectFile *O, const char *sect, in DumpCstringSection() argument
675 for (; i < sect_size && sect[i] != '\0'; i++) in DumpCstringSection()
676 DumpCstringChar(sect[i]); in DumpCstringSection()
677 if (i < sect_size && sect[i] == '\0') in DumpCstringSection()
698 static void DumpLiteral4Section(MachOObjectFile *O, const char *sect, in DumpLiteral4Section() argument
709 memcpy(&f, sect + i, sizeof(float)); in DumpLiteral4Section()
713 memcpy(&l, sect + i, sizeof(uint32_t)); in DumpLiteral4Section()
742 static void DumpLiteral8Section(MachOObjectFile *O, const char *sect, in DumpLiteral8Section() argument
753 memcpy(&d, sect + i, sizeof(double)); in DumpLiteral8Section()
757 memcpy(&l0, sect + i, sizeof(uint32_t)); in DumpLiteral8Section()
[all …]
/external/skia/src/core/
DSkRegion.cpp457 SkIRect sect; in intersects() local
458 if (!sect.intersect(fBounds, r)) { in intersects()
466 const RunType* scanline = fRunHead->findScanline(sect.fTop); in intersects()
468 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) { in intersects()
471 if (sect.fBottom <= scanline_bottom(scanline)) { in intersects()
/external/aac/libSYS/include/
DgenericStds.h216 #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/
Dfd.h15 sect, /* sectors per track */ member
/external/iputils/doc/
Ddocbook2man-spec.pl1071 my ($title, $sect) = ($manref =~ /(.*)(\(.*\))/);
1075 output $sect;

12