Searched refs:sect (Results 26 - 33 of 33) sorted by relevance

12

/external/iputils/doc/
H A Ddocbook2man-spec.pl1071 my ($title, $sect) = ($manref =~ /(.*)(\(.*\))/);
1075 output $sect;
/external/e2fsprogs/misc/
H A Dmke2fs.c556 static void zap_sector(ext2_filsys fs, int sect, int nsect) argument
565 sect, sect + nsect - 1);
569 if (sect == 0) {
586 retval = io_channel_write_blk64(fs->io, sect, -512*nsect, buf);
591 sect, error_message(retval));
/external/elfutils/tests/
H A DMakefile.am46 dwfl-addr-sect dwfl-bug-report early-offscn \
99 run-dwfl-bug-offline-rel.sh run-dwfl-addr-sect.sh \
178 run-dwfl-addr-sect.sh run-early-offscn.sh \
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMAsmPrinter.cpp554 const MCSection *sect = local
558 OutStreamer.SwitchSection(sect);
560 const MCSection *sect = local
564 OutStreamer.SwitchSection(sect);
/external/syslinux/com32/chain/
H A Dchain.c528 if (opt.sect) {
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h140 #define AS_BEGIN .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
322 #define SEG_DATA CHOICE(.data, .data, .sect .data)
323 #define SEG_TEXT CHOICE(.text, .text, .sect .text)
324 #define SEG_BSS CHOICE(.bss, .bss, .sect .bss)
/external/syslinux/extlinux/
H A Dmain.c180 geo->sectors = fd_str.sect;
293 dprintf("heads = %u, sect = %u\n", geo.heads, geo.sectors);
/external/skia/src/pathops/
H A DSkPathOpsTSect.h972 // so that each quad sect has a pointer to the largest, and can update it as spans
2141 int oppSect, sect = sect1->intersects(span1, sect2, span2, &oppSect); local
2142 // SkASSERT(between(0, sect, 2));
2143 if (!sect) {
2146 if (sect == 2 && oppSect == 2) {
2271 SkASSERT(sect2->fCoincident); // courtesy check : coincidence only looks at sect 1

Completed in 1115 milliseconds

12