Home
last modified time | relevance | path

Searched refs:dpit (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A Ddecode.c157 integer *dpit; in decode_() local
297 dpit = &(st->dpit[0]); in decode_()
328 dpit[0] = i4; in decode_()
333 dpit[0] = *iavgp; in decode_()
420 dpit[1] = dpit[2]; in decode_()
423 dpit[1] = dpit[0]; in decode_()
425 *pitch = dpit[1]; in decode_()
445 if ((i__1 = dpit[1] - dpit[0], (real) abs(i__1)) >= corth[ixcor - 1] in decode_()
446 && (i__2 = dpit[1] - dpit[2], (real) abs(i__2)) >= corth[ in decode_()
448 *pitch = median_(&dpit[2], &dpit[1], dpit); in decode_()
[all …]
H A Dlpc10.h180 integer dpit[3]; member
H A Dlpcini.c283 st->dpit[i] = 0; in init_lpc10_decoder_state()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c748 int bnxt_qplib_alloc_dpi(struct bnxt_qplib_dpi_tbl *dpit, in bnxt_qplib_alloc_dpi() argument
754 bit_num = find_first_bit(dpit->tbl, dpit->max); in bnxt_qplib_alloc_dpi()
755 if (bit_num == dpit->max) in bnxt_qplib_alloc_dpi()
759 clear_bit(bit_num, dpit->tbl); in bnxt_qplib_alloc_dpi()
760 dpit->app_tbl[bit_num] = app; in bnxt_qplib_alloc_dpi()
763 dpi->dbr = dpit->dbr_bar_reg_iomem + (bit_num * PAGE_SIZE); in bnxt_qplib_alloc_dpi()
764 dpi->umdbr = dpit->unmapped_dbr + (bit_num * PAGE_SIZE); in bnxt_qplib_alloc_dpi()
770 struct bnxt_qplib_dpi_tbl *dpit, in bnxt_qplib_dealloc_dpi() argument
773 if (dpi->dpi >= dpit->max) { in bnxt_qplib_dealloc_dpi()
777 if (test_and_set_bit(dpi->dpi, dpit->tbl)) { in bnxt_qplib_dealloc_dpi()
[all …]
H A Dqplib_res.h360 int bnxt_qplib_alloc_dpi(struct bnxt_qplib_dpi_tbl *dpit,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.cpp121 QJsonObject::const_iterator dpit = loc.constFind(QLatin1String("DisplayPosition")); in checkLocation() local
122 if (dpit == loc.constEnd()) { in checkLocation()
125 } else if (!dpit.value().isObject()) { in checkLocation()
129 QJsonObject displayPosition = dpit.value().toObject(); in checkLocation()