Searched refs:btype (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-current/external/zlib/pigz/dist/zopfli/
H A Ddeflate.h37 btype: the deflate block type. Use 2 for best compression.
53 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final,
62 void ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final,
76 size_t lstart, size_t lend, int btype);
H A Ddeflate.c323 size_t lstart, size_t lend, int btype) {
330 double result = 3; /*bfinal and btype bits*/
332 assert(btype == 1 || btype == 2); /* This is not for uncompressed blocks. */
334 if(btype == 1) {
353 btype: the block type, must be 1 or 2
367 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, argument
385 AddBit(btype & 1, bp, out, outsize);
386 AddBit((btype & 2) >> 1, bp, out, outsize);
388 if (btype
321 ZopfliCalculateBlockSize(const unsigned short* litlens, const unsigned short* dists, size_t lstart, size_t lend, int btype) argument
440 int btype = 2; local
546 DeflateBlock(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
567 DeflateSplittingFirst(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
601 DeflateSplittingLast(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
672 ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t instart, size_t inend, unsigned char* bp, unsigned char** out, size_t* outsize) argument
689 ZopfliDeflate(const ZopfliOptions* options, int btype, int final, const unsigned char* in, size_t insize, unsigned char* bp, unsigned char** out, size_t* outsize) argument
[all...]
/netbsd-current/external/bsd/nvi/dist/common/
H A Dsearch.c152 busy_t btype; local
205 btype = BUSY_ON;
211 search_busy(sp, btype);
212 btype = BUSY_UPDATE;
297 busy_t btype; local
337 btype = BUSY_ON;
343 search_busy(sp, btype);
344 btype = BUSY_UPDATE;
489 search_busy(SCR *sp, busy_t btype) argument
491 sp->gp->scr_busy(sp, "078|Searching...", btype);
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_sbag.c67 int btype = PKCS12_SAFEBAG_get_nid(bag); local
69 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-v2-abi.c195 struct type *btype;
228 btype = known_type_vptr_basetype;
229 btype = check_typedef (btype);
230 if (btype != known_type )
232 v = value_cast (btype, v);
194 struct type *btype; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-v2-abi.c195 struct type *btype;
228 btype = known_type_vptr_basetype;
229 btype = check_typedef (btype);
230 if (btype != known_type )
232 v = value_cast (btype, v);
194 struct type *btype; local
/netbsd-current/sys/arch/sun2/sun2/
H A Dobmem.c138 _obmem_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, argument
148 obmem_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, argument
H A Dmbmem.c157 _mbmem_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, argument
170 mbmem_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, argument
H A Dobio.c148 _obio_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, argument
158 obio_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, argument
H A Dmbio.c143 _mbio_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, argument
156 mbio_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, argument
/netbsd-current/sys/arch/sun3/sun3/
H A Dobmem.c126 obmem_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, argument
136 obmem_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, argument
H A Dobio.c394 obio_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, argument
404 obio_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, argument
H A Dvme.c161 vme_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, argument
179 vme_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, argument
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_global.c76 busy_t btype; local
199 btype = BUSY_ON;
210 search_busy(sp, btype);
211 btype = BUSY_UPDATE;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_sbag.c67 int btype = PKCS12_SAFEBAG_get_nid(bag); local
69 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag)
/netbsd-current/tests/lib/libc/stdio/
H A Dh_intr.c59 int btype; /* buffering type: _IONBF, ... */ member in struct:options
158 setvbuf(ofp, NULL, opts.btype, opts.asize);
159 setvbuf(ifp, NULL, opts.btype, opts.asize);
329 return opts.btype;
440 fprintf(fp, " -p TYPE Buffering type (%s)\n", btype2str(opts.btype));
463 opts.btype = _IONBF;
513 opts.btype = i;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-parse.y126 bfd_reloc_code_real_type btype;
133 btype = BFD_RELOC_LARCH_B26;
136 btype = loongarch_larch_reloc_name_lookup (NULL, op_c_str);
137 if (btype == BFD_RELOC_NONE)
153 top->type = btype;
H A Dloongarch-parse.c178 bfd_reloc_code_real_type btype; local
185 btype = BFD_RELOC_LARCH_B26;
188 btype = loongarch_larch_reloc_name_lookup (NULL, op_c_str);
189 if (btype == BFD_RELOC_NONE)
205 top->type = btype;
/netbsd-current/sys/arch/sun3/sun3x/
H A Dobio.c389 obio_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, argument
399 obio_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, argument
H A Dvme.c161 vme_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, argument
179 vme_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, argument
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dsrconv.c615 dbt.btype = BTYPE_VOID;
621 dbt.btype = BTYPE_CHAR;
629 dbt.btype = BTYPE_INT;
635 dbt.btype = BTYPE_FLOAT;
640 dbt.btype = BTYPE_FLOAT;
645 dbt.btype = BTYPE_FLOAT;
650 dbt.btype = BTYPE_CHAR;
658 dbt.btype = BTYPE_INT;
712 dbt.btype = BTYPE_STRUCT;
738 dbt.btype
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c616 dbt.btype = BTYPE_VOID;
622 dbt.btype = BTYPE_CHAR;
630 dbt.btype = BTYPE_INT;
636 dbt.btype = BTYPE_FLOAT;
641 dbt.btype = BTYPE_FLOAT;
646 dbt.btype = BTYPE_FLOAT;
651 dbt.btype = BTYPE_CHAR;
659 dbt.btype = BTYPE_INT;
713 dbt.btype = BTYPE_STRUCT;
739 dbt.btype
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c616 dbt.btype = BTYPE_VOID;
622 dbt.btype = BTYPE_CHAR;
630 dbt.btype = BTYPE_INT;
636 dbt.btype = BTYPE_FLOAT;
641 dbt.btype = BTYPE_FLOAT;
646 dbt.btype = BTYPE_FLOAT;
651 dbt.btype = BTYPE_CHAR;
659 dbt.btype = BTYPE_INT;
713 dbt.btype = BTYPE_STRUCT;
739 dbt.btype
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-loongarch.c46 name, inplace, src_mask, dst_mask, pcrel_off, btype, afunc) \
48 inplace, src_mask, dst_mask, pcrel_off), btype, afunc }
/netbsd-current/external/bsd/file/dist/src/
H A Dreadelf.c562 const char *btype; local
567 btype = "xxHash";
570 btype = "md5/uuid";
573 btype = "sha1";
576 btype = "unknown";
579 if (file_printf(ms, ", BuildID[%s]=", btype) == -1)

Completed in 339 milliseconds

12