Home
last modified time | relevance | path

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

123

/third_party/backends/backend/
H A Dbh.c1369 section_parse(const char *val, BH_Section *sect, SANE_Int res, SANE_Int comp) in section_parse() argument
1407 sect->left = mm * 1000.0 / MM_PER_INCH; in section_parse()
1411 sect->top = mm * 1000.0 / MM_PER_INCH; in section_parse()
1415 sect->width = mm * 1000.0 / MM_PER_INCH; in section_parse()
1417 fpixels = sect->width * res / 1000.0; in section_parse()
1419 sect->width = pixels * 16 * 1000 / res; in section_parse()
1423 sect->length = mm * 1000.0 / MM_PER_INCH; in section_parse()
1430 sect->flags |= BH_SECTION_FRONT_IMAGE; in section_parse()
1432 sect->flags |= BH_SECTION_FRONT_BAR; in section_parse()
1434 sect in section_parse()
[all...]
/third_party/skia/tests/
H A DPathOpsDebug.cpp416 const SkTSpan* DebugSpan(const SkTSect* sect, int id) { in DebugSpan() argument
417 return sect->debugSpan(id); in DebugSpan()
420 const SkTSpan* DebugT(const SkTSect* sect, double t) { in DebugT() argument
421 return sect->debugT(t); in DebugT()
425 void Dump(const SkTSect* sect) { in Dump() argument
426 sect->dump(); in Dump()
449 void DumpCurves(const SkTSect* sect) { in DumpCurves() argument
450 sect->dumpCurves(); in DumpCurves()
553 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd); in dumpOne()
1222 SkDebugf("<div id=\"sect in dumpBoth()
[all...]
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-c64xplus.pl178 .sect ".text:rc4_options.const"
180 .sect ".const:rc4_options"
/third_party/openssl/crypto/rc4/asm/
H A Drc4-c64xplus.pl178 .sect ".text:rc4_options.const"
180 .sect ".const:rc4_options"
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py609 sect: str
623 :param: sect: section to calculate from `size` tool. This could be
630 new_attr = new_size.__dict__[sect]
631 old_attr = old_size.__dict__[sect]
636 old_attr = old_size.__dict__[sect]
640 new_attr = new_size.__dict__[sect]
/third_party/node/deps/cares/src/lib/
H A Dares_dns_parse.c992 ares_dns_section_t sect, in ares_dns_parse_rr()
1070 if (sect == ARES_SECTION_ANSWER && in ares_dns_parse_rr()
1075 if (sect == ARES_SECTION_AUTHORITY && in ares_dns_parse_rr()
1080 if (sect == ARES_SECTION_ADDITIONAL && in ares_dns_parse_rr()
1094 ares_dns_record_rr_add(&rr, dnsrec, sect, name, type, in ares_dns_parse_rr()
991 ares_dns_parse_rr(ares__buf_t *buf, unsigned int flags, ares_dns_section_t sect, ares_dns_record_t *dnsrec) ares_dns_parse_rr() argument
H A Dares_dns_mapping.c151 ares_bool_t ares_dns_section_isvalid(ares_dns_section_t sect) in ares_dns_section_isvalid() argument
153 switch (sect) { in ares_dns_section_isvalid()
/third_party/skia/src/core/
H A DSkRegion.cpp501 SkIRect sect; in intersects() local
502 if (!sect.intersect(fBounds, r)) { in intersects()
510 const RunType* scanline = fRunHead->findScanline(sect.fTop); in intersects()
512 if (scanline_intersects(scanline, sect.fLeft, sect.fRight)) { in intersects()
515 if (sect.fBottom <= scanline_bottom(scanline)) { in intersects()
/third_party/exfatprogs/fsck/
H A Dfsck.c302 void *sect; in boot_region_checksum() local
307 sect = malloc(sect_size); in boot_region_checksum()
308 if (!sect) in boot_region_checksum()
313 if (exfat_read(dev_fd, sect, sect_size, in boot_region_checksum()
320 boot_calc_checksum(sect, sect_size, i == 0, &checksum); in boot_region_checksum()
323 if (exfat_read(dev_fd, sect, sect_size, in boot_region_checksum()
332 if (le32_to_cpu(((__le32 *)sect)[i]) != checksum) { in boot_region_checksum()
334 le32_to_cpu(((__le32 *)sect)[i]), checksum); in boot_region_checksum()
340 free(sect); in boot_region_checksum()
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump.c281 void *sect; in next_sect() local
289 sect = malloc(ALIGN(*sect_size, 4)); in next_sect()
290 memcpy(sect, state->buf, *sect_size); in next_sect()
295 return sect; in next_sect()
/third_party/FatFs/source/
H A Dff.h294 LBA_t sect; /* Sector number appearing in buf[] (0:invalid) */ member
318 LBA_t sect; /* Current sector (0:Read operation has terminated) */ member
492 UINT check_fs(FATFS *fs, QWORD sect);
/third_party/python/Lib/
H A Dconfigparser.py493 sect = section
500 sect = path[0]
502 v = parser.get(sect, opt, raw=True)
511 self._interpolate_some(parser, opt, accum, v, sect,
512 dict(parser.items(sect, raw=True)),
/third_party/elfio/elfio/
H A Delfio.hpp770 const auto& sect = sections_[seg->get_section_index_at( i )]; variable
771 if ( sect->get_addr_align() > seg->get_align() ) {
772 seg->set_align( sect->get_addr_align() );
/third_party/exfatprogs/include/
H A Dlibexfat.h166 off_t exfat_s2o(struct exfat *exfat, off_t sect);
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl291 .sect ".text:sha_asm.const"
293 .sect ".const:sha_asm"
H A Dsha512-c64xplus.pl386 .sect ".text:sha_asm.const"
388 .sect ".const:sha_asm"
H A Dsha1-c64xplus.pl330 .sect .const
/third_party/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl291 .sect ".text:sha_asm.const"
293 .sect ".const:sha_asm"
H A Dsha512-c64xplus.pl386 .sect ".text:sha_asm.const"
388 .sect ".const:sha_asm"
/third_party/exfatprogs/lib/
H A Dlibexfat.c744 off_t exfat_s2o(struct exfat *exfat, off_t sect) in exfat_s2o() argument
746 return sect << exfat->bs->bsx.sect_size_bits; in exfat_s2o()
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl241 .sect .const
/third_party/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl241 .sect .const
/third_party/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)
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl325 .sect .const
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl325 .sect .const

Completed in 29 milliseconds

123