Searched refs:dtype (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h478 #define JAS_IMAGE_CDT_GETSGND(dtype) (((dtype) >> 7) & 1)
479 #define JAS_IMAGE_CDT_SETSGND(dtype) (((dtype) & 1) << 7)
480 #define JAS_IMAGE_CDT_GETPREC(dtype) ((dtype) & 0x7f)
481 #define JAS_IMAGE_CDT_SETPREC(dtype) ((dtype) & 0x7f)
487 int_fast32_t *lutents, int dtype, int newcmptno);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djp2_cod.h336 #define JP2_DTYPETOBPC(dtype) \
337 ((JAS_IMAGE_CDT_GETSGND(dtype) << 7) | (JAS_IMAGE_CDT_GETPREC(dtype) - 1))
H A Djp2_dec.c149 int dtype; local
284 dtype = jas_image_cmptdtype(dec->image, 0);
286 if (jas_image_cmptdtype(dec->image, i) != dtype) {
294 if ((samedtype && dec->ihdr->data.ihdr.bpc != JP2_DTYPETOBPC(dtype)) ||
H A Djas_image.c869 int_fast32_t *lutents, int dtype, int newcmptno)
884 cmptparms.prec = JAS_IMAGE_CDT_GETPREC(dtype);
885 cmptparms.sgnd = JAS_IMAGE_CDT_GETSGND(dtype);
868 jas_image_depalettize(jas_image_t *image, int cmptno, int numlutents, int_fast32_t *lutents, int dtype, int newcmptno) argument
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-escp2-data.c210 const char *dtype = stp_mxmlElementGetAttr(tmp, "duplex"); local
219 if (dtype && !strcmp(dtype, "duplex"))
/haiku-fatelf/src/bin/unzip/
H A Dlist.c114 static ZCONST char dtype[]="NXFS"; /* see zi_short() */ local
321 methbuf[5] = dtype[(G.crec.general_purpose_bit_flag>>1) & 3];
H A Dzipinfo.c1754 static ZCONST char dtype[5]="NXFS"; /* normal, maximum, fast, superfast */ local
1787 methbuf[3] = dtype[dnum];
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c2218 dn_bufp->dtype.type.dnttp.index < LNTT_SYMCOUNT (objfile))
2222 dn_bufp = hpread_get_lntt (dn_bufp->dtype.type.dnttp.index, objfile);
4727 struct type *structtype = hpread_type_lookup (dn_bufp->dtype.type,
4735 suffix = VT (objfile) + dn_bufp->dtype.name;
4774 struct type *structtype = hpread_type_lookup (dn_bufp->dtype.type,
4777 suffix = VT (objfile) + dn_bufp->dtype.name;
4783 if (dn_bufp->dtype.type.dnttp.index < LNTT_SYMCOUNT (objfile))
4784 dn_bufp = hpread_get_lntt (dn_bufp->dtype.type.dnttp.index, objfile);
5840 SYMBOL_TYPE (sym) = hpread_type_lookup (dn_bufp->dtype.type, objfile);
5841 if (dn_bufp->dtype
[all...]
/haiku-fatelf/src/bin/pcmcia-cs/
H A Ddump_cis.c208 static const char *dtype[] = { variable
218 printf("%s %s ", indent, dtype[dev->dev[i].type]);
/haiku-fatelf/src/bin/gdb/include/
H A Dhp-symtab.h1336 struct dntt_type_type dtype; member in union:dnttentry
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfts.c1171 set_stat_type (struct stat *st, unsigned int dtype) argument
1174 switch (dtype)

Completed in 223 milliseconds