Home
last modified time | relevance | path

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

12

/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Ddeflate.c323 size_t lstart, size_t lend, int btype) { in ZopfliCalculateBlockSize() argument
332 assert(btype == 1 || btype == 2); /* This is not for uncompressed blocks. */ in ZopfliCalculateBlockSize()
334 if(btype == 1) { in ZopfliCalculateBlockSize()
367 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, in AddLZ77Block() argument
385 AddBit(btype & 1, bp, out, outsize); in AddLZ77Block()
386 AddBit((btype & 2) >> 1, bp, out, outsize); in AddLZ77Block()
388 if (btype == 1) { in AddLZ77Block()
394 assert(btype == 2); in AddLZ77Block()
440 int btype = 2; in DeflateDynamicBlock() local
466 btype = 1; in DeflateDynamicBlock()
[all …]
H A Ddeflate.h53 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);
/netbsd-src/external/bsd/nvi/dist/common/
H A Dsearch.c152 busy_t btype; in f_search() local
205 btype = BUSY_ON; in f_search()
211 search_busy(sp, btype); in f_search()
212 btype = BUSY_UPDATE; in f_search()
297 busy_t btype; in b_search() local
337 btype = BUSY_ON; in b_search()
343 search_busy(sp, btype); in b_search()
344 btype = BUSY_UPDATE; in b_search()
489 search_busy(SCR *sp, busy_t btype) in search_busy() argument
491 sp->gp->scr_busy(sp, "078|Searching...", btype); in search_busy()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_sbag.c67 int btype = PKCS12_SAFEBAG_get_nid(bag); in PKCS12_SAFEBAG_get_bag_nid() local
69 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag) in PKCS12_SAFEBAG_get_bag_nid()
/netbsd-src/tests/lib/libc/stdio/
H A Dh_intr.c59 int btype; /* buffering type: _IONBF, ... */ member
158 setvbuf(ofp, NULL, opts.btype, opts.asize); in process()
159 setvbuf(ifp, NULL, opts.btype, opts.asize); in process()
329 return opts.btype; in rndmode()
440 fprintf(fp, " -p TYPE Buffering type (%s)\n", btype2str(opts.btype)); in usage()
463 opts.btype = _IONBF; in do_opts()
513 opts.btype = i; in do_opts()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dloongarch-parse.y126 bfd_reloc_code_real_type btype; in reloc() local
133 btype = BFD_RELOC_LARCH_B26; in reloc()
136 btype = loongarch_larch_reloc_name_lookup (NULL, op_c_str); in reloc()
137 if (btype == BFD_RELOC_NONE) in reloc()
153 top->type = btype; in reloc()
H A Dloongarch-parse.c178 bfd_reloc_code_real_type btype; in reloc() local
185 btype = BFD_RELOC_LARCH_B26; in reloc()
188 btype = loongarch_larch_reloc_name_lookup (NULL, op_c_str); in reloc()
189 if (btype == BFD_RELOC_NONE) in reloc()
205 top->type = btype; in reloc()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_sbag.c67 int btype = PKCS12_SAFEBAG_get_nid(bag); in PKCS12_SAFEBAG_get_bag_nid() local
69 if (btype != NID_certBag && btype != NID_crlBag && btype != NID_secretBag) in PKCS12_SAFEBAG_get_bag_nid()
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_global.c76 busy_t btype; in ex_g_setup() local
199 btype = BUSY_ON; in ex_g_setup()
210 search_busy(sp, btype); in ex_g_setup()
211 btype = BUSY_UPDATE; in ex_g_setup()
/netbsd-src/sys/arch/sun3/sun3/
H A Dobmem.c126 obmem_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, in obmem_bus_map() argument
136 obmem_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, in obmem_bus_mmap() argument
H A Dvme.c161 vme_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, in vme_bus_map() argument
179 vme_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, in vme_bus_mmap() argument
H A Dobio.c394 obio_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, in obio_bus_map() argument
404 obio_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, in obio_bus_mmap() argument
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c616 dbt.btype = BTYPE_VOID; in walk_tree_type_1()
622 dbt.btype = BTYPE_CHAR; in walk_tree_type_1()
630 dbt.btype = BTYPE_INT; in walk_tree_type_1()
636 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1()
641 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1()
646 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1()
651 dbt.btype = BTYPE_CHAR; in walk_tree_type_1()
659 dbt.btype = BTYPE_INT; in walk_tree_type_1()
713 dbt.btype = BTYPE_STRUCT; in walk_tree_type_1()
739 dbt.btype = BTYPE_TAG; in walk_tree_type_1()
[all …]
H A Dsysroff.info285 (("basic type") (1 byte) ("btype"))
319 (("basic type") (1 byte) ("btype")
343 (cond "ptr->btype==BTYPE_TAG || ptr->btype == BTYPE_TYPE"
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c616 dbt.btype = BTYPE_VOID; in walk_tree_type_1()
622 dbt.btype = BTYPE_CHAR; in walk_tree_type_1()
630 dbt.btype = BTYPE_INT; in walk_tree_type_1()
636 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1()
641 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1()
646 dbt.btype = BTYPE_FLOAT; in walk_tree_type_1()
651 dbt.btype = BTYPE_CHAR; in walk_tree_type_1()
659 dbt.btype = BTYPE_INT; in walk_tree_type_1()
713 dbt.btype = BTYPE_STRUCT; in walk_tree_type_1()
739 dbt.btype = BTYPE_TAG; in walk_tree_type_1()
[all …]
H A Dsysroff.info285 (("basic type") (1 byte) ("btype"))
319 (("basic type") (1 byte) ("btype")
343 (cond "ptr->btype==BTYPE_TAG || ptr->btype == BTYPE_TYPE"
/netbsd-src/sys/arch/sun2/sun2/
H A Dobmem.c138 _obmem_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, in _obmem_bus_map() argument
148 obmem_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, in obmem_bus_mmap() argument
H A Dmbio.c143 _mbio_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, in _mbio_bus_map() argument
156 mbio_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, in mbio_bus_mmap() argument
H A Dmbmem.c157 _mbmem_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, in _mbmem_bus_map() argument
170 mbmem_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, in mbmem_bus_mmap() argument
H A Dobio.c148 _obio_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, in _obio_bus_map() argument
158 obio_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, in obio_bus_mmap() argument
/netbsd-src/sys/arch/sun3/sun3x/
H A Dvme.c161 vme_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, in vme_bus_map() argument
179 vme_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, in vme_bus_mmap() argument
H A Dobio.c389 obio_bus_map(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, in obio_bus_map() argument
399 obio_bus_mmap(bus_space_tag_t t, bus_type_t btype, bus_addr_t paddr, off_t off, in obio_bus_mmap() argument
/netbsd-src/sys/arch/sparc64/dev/
H A Dffb.c198 int btype; in ffb_attach() local
209 btype = prom_getpropint(sc->sc_node, "board_type", 0); in ffb_attach()
210 if ((btype & 7) == 3) in ffb_attach()
216 btype = 0; in ffb_attach()
315 &(sc->sc_edid_info.edid_modes[i]), btype, in ffb_attach()
1448 ffb_set_vmode(struct ffb_softc *sc, struct videomode *mode, int btype, in ffb_set_vmode() argument
1475 if(((sc->sc_type == FFB_CREATOR && !((btype & 7) == 3)) || in ffb_set_vmode()
1507 if ((sc->sc_type == FFB_CREATOR && !((btype & 7) == 3))) in ffb_set_vmode()
/netbsd-src/external/bsd/file/dist/src/
H A Dreadelf.c562 const char *btype; in do_bid_note() local
567 btype = "xxHash"; in do_bid_note()
570 btype = "md5/uuid"; in do_bid_note()
573 btype = "sha1"; in do_bid_note()
576 btype = "unknown"; in do_bid_note()
579 if (file_printf(ms, ", BuildID[%s]=", btype) == -1) in do_bid_note()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-loongarch.c46 name, inplace, src_mask, dst_mask, pcrel_off, btype, afunc) \ argument
48 inplace, src_mask, dst_mask, pcrel_off), btype, afunc }

12