Home
last modified time | relevance | path

Searched refs:bpos (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtruehd_core_bsf.c98 int bpos = 0, reduce = end - have_header * 28 - substream_bytes; in truehd_core_filter() local
134 AV_WB16(pkt->data + have_header * 28 + 4 + bpos, substr_hdr); in truehd_core_filter()
137 bpos += 2; in truehd_core_filter()
140 AV_WB16(pkt->data + have_header * 28 + 4 + bpos, units[i].optional); in truehd_core_filter()
143 bpos += 2; in truehd_core_filter()
Dtscc2.c126 int prev_dc, dc, nc, ac, bpos, val; in tscc2_decode_mb() local
162 bpos = 1; in tscc2_decode_mb()
168 bpos += ac & 0xF; in tscc2_decode_mb()
169 if (bpos >= 16) in tscc2_decode_mb()
172 c->block[ff_zigzag_scan[bpos++]] = val; in tscc2_decode_mb()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c2695 int bpos = bpstart; in dStrHexFp() local
2709 bpos = bpstart; in dStrHexFp()
2712 if (bpos == (bpstart + (8 * 3))) in dStrHexFp()
2713 bpos++; in dStrHexFp()
2714 scnpr(&buff[bpos], blen - bpos, "%.2x", (int)(unsigned char)c); in dStrHexFp()
2715 buff[bpos + 2] = ' '; in dStrHexFp()
2719 bpos = bpstart; in dStrHexFp()
2722 bpos += 3; in dStrHexFp()
2724 if (bpos > bpstart) { in dStrHexFp()
2725 buff[bpos + 2] = '\0'; in dStrHexFp()
[all …]
/third_party/pulseaudio/src/modules/raop/
Draop-client.c280 uint8_t *bp, bpos; in write_ALAC_data() local
285 size = bpos = 0; in write_ALAC_data()
287 bit_writer(&bp, &bpos, &size, 1, 3); /* channel=1, stereo */ in write_ALAC_data()
288 bit_writer(&bp, &bpos, &size, 0, 4); /* Unknown */ in write_ALAC_data()
289 bit_writer(&bp, &bpos, &size, 0, 8); /* Unknown */ in write_ALAC_data()
290 bit_writer(&bp, &bpos, &size, 0, 4); /* Unknown */ in write_ALAC_data()
291 bit_writer(&bp, &bpos, &size, 1, 1); /* Hassize */ in write_ALAC_data()
292 bit_writer(&bp, &bpos, &size, 0, 2); /* Unused */ in write_ALAC_data()
293 bit_writer(&bp, &bpos, &size, 1, 1); /* Is-not-compressed */ in write_ALAC_data()
295 bit_writer(&bp, &bpos, &size, (nbs >> 24) & 0xff, 8); in write_ALAC_data()
[all …]
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c364 size_t bpos, n; in mmap_sink_get_latency() local
375bpos = ((u->out_mmap_current + (unsigned) u->out_mmap_saved_nfrags) * u->out_fragment_size) % u->o… in mmap_sink_get_latency()
377 if (bpos <= (size_t) info.ptr) in mmap_sink_get_latency()
378 n = u->out_hwbuf_size - ((size_t) info.ptr - bpos); in mmap_sink_get_latency()
380 n = bpos - (size_t) info.ptr; in mmap_sink_get_latency()
389 size_t bpos, n; in mmap_source_get_latency() local
399bpos = ((u->in_mmap_current + (unsigned) u->in_mmap_saved_nfrags) * u->in_fragment_size) % u->in_h… in mmap_source_get_latency()
401 if (bpos <= (size_t) info.ptr) in mmap_source_get_latency()
402 n = (size_t) info.ptr - bpos; in mmap_source_get_latency()
404 n = u->in_hwbuf_size - bpos + (size_t) info.ptr; in mmap_source_get_latency()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dpostprocessor.c589 const char *bpos; in try_get_value() local
596 bpos = buf; in try_get_value()
598 while (NULL != (spos = strstr (bpos, key))) in try_get_value()
603 bpos = spos + 1; in try_get_value()
/third_party/mesa3d/include/drm-uapi/
Dvc4_drm.h310 __u32 bpoa, bpos; member
/third_party/libdrm/include/drm/
Dvc4_drm.h310 __u32 bpoa, bpos; member
/third_party/ntfs-3g/libntfs-3g/
Dindex.c1001 u32 bpos = pos / 8; in ntfs_ibm_modify() local
1015 if (na->data_size < bpos + 1) { in ntfs_ibm_modify()
1023 if (ntfs_attr_pread(na, bpos, 1, &byte) != 1) { in ntfs_ibm_modify()
1033 if (ntfs_attr_pwrite(na, bpos, 1, &byte) != 1) { in ntfs_ibm_modify()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c945 int bpos = bpstart; in dStrHex() local
954 if (bpos >= ((bpstart + (9 * 3)))) in dStrHex()
955 bpos++; in dStrHex()
959 bpos += 3; in dStrHex()
960 if (bpos == (bpstart + (9 * 3))) in dStrHex()
961 bpos++; in dStrHex()
962 sprintf(&buff[bpos], "%.2x", (int)(unsigned char)c); in dStrHex()
963 buff[bpos + 2] = ' '; in dStrHex()
973 bpos = bpstart; in dStrHex()
/third_party/node/deps/openssl/openssl/crypto/des/asm/
Ddes_enc.m41468 bpos .ncbc.enc.next.block
1671 bpos .ede3.enc.next.block
/third_party/openssl/crypto/des/asm/
Ddes_enc.m41468 bpos .ncbc.enc.next.block
1671 bpos .ede3.enc.next.block
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
DDiagBigDecimalTest.java130 private static final byte bpos = 1; field in DiagBigDecimalTest
2751 …TestFmwk.assertTrue("byv014", ((bpos))==((new ohos.global.icu.math.BigDecimal(bpos)).byteValue())); in diagbyteValue()
2764 …TestFmwk.assertTrue("byv030", ((bpos))==((new ohos.global.icu.math.BigDecimal(bpos)).byteValueExac… in diagbyteValue()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java127 private static final byte bpos = 1; field in DiagBigDecimalTest
2748 … TestFmwk.assertTrue("byv014", ((bpos))==((new com.ibm.icu.math.BigDecimal(bpos)).byteValue())); in diagbyteValue()
2761 …TestFmwk.assertTrue("byv030", ((bpos))==((new com.ibm.icu.math.BigDecimal(bpos)).byteValueExact())… in diagbyteValue()