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

/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ich/
H A Dich.h65 ich_bd *bd[ICH_BD_COUNT]; member in struct:__anon1487
H A Dich.c80 LOG(("chan->bd[%d] = %#08x\n",i,chan->bd[i]));
81 LOG(("chan->bd[%d]->buffer = %#08x\n",i,chan->bd[i]->buffer));
82 LOG(("chan->bd[%d]->length = %#08x\n",i,chan->bd[i]->length));
83 LOG(("chan->bd[%d]->flags = %#08x\n",i,chan->bd[i]->flags));
104 chan->bd[i] = (ich_bd *) (((char *)chan->bd_log_base) + i * sizeof(ich_bd));
105 chan->bd[
[all...]
/haiku-fatelf/src/bin/unzip/
H A Dexplode.c134 struct huft *td, int bb, int bl, int bd,
137 int bl, int bd, unsigned bdl));
250 static int explode_lit(__G__ tb, tl, td, bb, bl, bd, bdl)
253 int bb, bl, bd; /* number of bits decoded by those */ variable
263 unsigned mb, ml, md; /* masks for bb, bl, and bd bits */
276 md = mask_bits[bd];
301 DECODEHUFT(td, bd, md) /* get coded distance high bits */
368 static int explode_nolit(__G__ tl, td, bl, bd, bdl)
371 int bl, bd; /* number of bits decoded by tl[] and td[] */ variable
381 unsigned ml, md; /* masks for bl and bd bit
503 int bd; /* bits for td */ local
[all...]
H A Dinflate.c492 int bl, int bd));
672 int inflate_codes(__G__ tl, td, bl, bd)
675 int bl, bd; /* number of bits decoded by tl[] and td[] */ variable
684 unsigned ml, md; /* masks for bl and bd bits */
698 md = mask_bits[bd];
725 NEEDBITS((unsigned)bd)
947 int bd; /* lookup bits for td */ local
1075 bd = dbits;
1077 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
1079 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
[all...]
H A Dinflatef.c250 int bl, int bd));
430 int inflate_codes(__G__ tl, td, bl, bd)
433 int bl, bd; /* number of bits decoded by tl[] and td[] */ variable
442 unsigned ml, md; /* masks for bl and bd bits */
456 md = mask_bits[bd];
483 NEEDBITS((unsigned)bd)
705 int bd; /* lookup bits for td */ local
833 bd = dbits;
835 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, G.cpdext, &td, &bd);
837 retval = huft_build(__G__ ll + nl, nd, 0, cpdist, cpdext, &td, &bd);
[all...]
/haiku-fatelf/src/bin/gzip/
H A Dmatch.S207 # define IndBase(bd,An) (bd,An)
208 # define IndBaseNdxl(bd,An,Xn) (bd,An,Xn.l)
209 # define IndBaseNdxw(bd,An,Xn) (bd,An,Xn.w)
232 # define IndBase(bd,An) An@(bd)
233 # define IndBaseNdxl(bd,An,Xn) An@(bd,X
[all...]
H A Dinflate.c490 int inflate_codes(tl, td, bl, bd)
492 int bl, bd; /* number of bits decoded by tl[] and td[] */
500 unsigned ml, md; /* masks for bl and bd bits */
512 md = mask_bits[bd];
547 NEEDBITS((unsigned)bd)
661 int bd; /* lookup bits for td */ local
682 bd = 5;
683 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
691 if (inflate_codes(tl, td, bl, bd))
714 int bd; /* looku local
[all...]
/haiku-fatelf/src/bin/zip/
H A Dmatch.S234 # define IndBase(bd,An) (bd,An)
235 # define IndBaseNdxl(bd,An,Xn) (bd,An,Xn.l)
236 # define IndBaseNdxw(bd,An,Xn) (bd,An,Xn.w)
259 # define IndBase(bd,An) An@(bd)
260 # define IndBaseNdxl(bd,An,Xn) An@(bd,X
[all...]
/haiku-fatelf/src/servers/app/
H A DSystemPalette.cpp45 int bd = (int)blue1 - (int)blue2; local
53 + (((767 - rmean) * bd * bd) >> 8);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/
H A Dichaudio.h8 ich_bd * bd[ICH_BD_COUNT]; member in struct:__anon1490
H A Dichaudio.c345 stream->bd[i] = (ich_bd *) ((char *)bd_virt_base + i * sizeof(ich_bd));
400 stream->bd[i]->buffer = (uint32)buffer_phys_base + (i % 2) * *buffer_size;
401 stream->bd[i]->length = *buffer_size / GET_HW_SAMPLE_SIZE(cookie);
402 stream->bd[i]->flags = ICH_BDC_FLAG_IOC;
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dstart.cpp37 struct board_data *bd; member in struct:uboot_gd
128 start_netbsd(struct board_info *bd, struct image_header *image, argument
244 dprintf("gd->bd @ %p\n", gUBootGlobalData->bd);
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dinfblock.c159 uInt bl, bd; local
162 inflate_trees_fixed(&bl, &bd, &tl, &td, z);
163 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
310 uInt bl, bd; local
315 bd = 6; /* must be <= 9 for lookahead assumptions */
318 s->sub.trees.blens, &bl, &bd, &tl, &td,
331 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
H A Dinftrees.c327 uIntf *bd, /* distance desired/actual bit depth */
357 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
358 if (r != Z_OK || (*bd == 0 && nl > 257))
402 uIntf *bd, /* distance desired/actual bit depth */
452 *bd = fixed_bd;
322 inflate_trees_dynamic( uInt nl, uInt nd, uIntf *c, uIntf *bl, uIntf *bd, inflate_huft * FAR *tl, inflate_huft * FAR *td, inflate_huft *hp, z_streamp z) argument
400 inflate_trees_fixed( uIntf *bl, uIntf *bd, inflate_huft * FAR *tl, inflate_huft * FAR *td, z_streamp z) argument
H A Dinffast.c31 uInt bl, uInt bd,
56 md = inflate_mask[bd];
30 inflate_fast( uInt bl, uInt bd, inflate_huft *tl, inflate_huft *td, inflate_blocks_statef *s, z_streamp z) argument
H A Dinfcodes.c61 uInt bl, uInt bd,
73 c->dbits = (Byte)bd;
60 inflate_codes_new( uInt bl, uInt bd, inflate_huft *tl, inflate_huft *td, z_streamp z) argument
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Darmdbg.h129 typedef void Dbg_BufferFullProc(Dbg_BufDesc *bd);
139 #define Dbg_InitBufDesc(bd, buf, bytes) \
140 ((bd).buffer = (buf), (bd).size = (bytes), (bd).filled = 0,\
141 (bd).p = NULL, (bd).arg = NULL)
143 #define Dbg_InitBufDesc_P(bd, buf, bytes, fn, a) \
144 ((bd).buffer = (buf), (bd)
[all...]
/haiku-fatelf/src/bin/diffutils/src/
H A Danalyze.c99 lin *const bd = bdiag; /* Additional help for the compiler. */ local
113 bd[bmid] = xlim;
138 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
148 bmin > dmin ? bd[--bmin - 1] = LIN_MAX : ++bmin; local
149 bmax < dmax ? bd[++bmax + 1] = LIN_MAX : --bmax; local
152 lin x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1];
164 bd[d] = x;
228 lin x = bd[d];
288 lin x = MAX (xoff, bd[
[all...]
/haiku-fatelf/src/add-ons/translators/gif/
H A DSavePalette.cpp390 int bd = (int)blue - (int)pal[i].blue; local
391 int distanceAtIndex = rd * rd + gd * gd + bd * bd;
400 int bd = (int)blue - (int)pal[i].blue; local
401 int distanceAtIndex = rd * rd + gd * gd + bd * bd;
411 int bd = (int)blue - (int)pal[i].blue; local
412 int distanceAtIndex = rd * rd + gd * gd + bd * bd;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwvar.h33 struct ipw_bd *bd; member in struct:ipw_soft_bd
H A Dif_ipw.c692 sbd->bd = &sc->tbd_list[i];
710 sbd->bd = &sc->rbd_list[i];
738 sbd->bd->physaddr = htole32(physaddr);
739 sbd->bd->len = htole32(MCLBYTES);
1243 sbd->bd->physaddr = htole32(physaddr);
1323 sbd->bd->flags = 0;
1554 sbd->bd->physaddr = htole32(physaddr);
1555 sbd->bd->len = htole32(sizeof (struct ipw_cmd));
1556 sbd->bd->nfrag = 1;
1557 sbd->bd
[all...]
/haiku-fatelf/src/bin/gdb/gdb/nlm/
H A Dppc.c114 signed bd : 14; member in struct:inst::__anon3758::__anon3759::__anon3761
163 target += inst.inst.variant.bc.bd;
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrtod.c1133 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
1368 /* Put digits into bd: true value = bd * 10^e */
1373 bd = Balloc(bd0->k);
1374 Bcopy(bd, bd0);
1422 bd = pow5mult(bd, bd5);
1424 bd = lshift(bd, bd2);
1427 delta = diff(bb, bd);
[all...]
/haiku-fatelf/src/kits/interface/
H A DColorConversion.cpp70 int bd = (int)blue1 - (int)blue2; local
71 //return rd * rd + gd * gd + bd * bd;
77 + (((767 - rmean) * bd * bd) >> 8);
/haiku-fatelf/src/build/libbe/interface/
H A DBitmap.cpp282 int bd = (int)blue1 - (int)blue2; local
283 // return rd * rd + gd * gd + bd * bd;
288 + (((767 - rmean) * bd * bd) >> 8);

Completed in 295 milliseconds