Home
last modified time | relevance | path

Searched refs:hoff (Results 1 – 4 of 4) sorted by relevance

/third_party/iowow/src/fs/tests/
Diwfs_test2.c621 const int hoff = (2 * psize); in test_block_allocation1_impl() local
630 CU_ASSERT_EQUAL(oaddr, hoff + 0); in test_block_allocation1_impl()
635 CU_ASSERT_EQUAL(oaddr, hoff + 3 * bsize); in test_block_allocation1_impl()
644 rc = fsm.deallocate(&fsm, hoff + 1 * bsize, 1 * bsize); in test_block_allocation1_impl()
651 CU_ASSERT_EQUAL(oaddr, hoff + 1 * bsize); in test_block_allocation1_impl()
661 rc = fsm.deallocate(&fsm, hoff + 4 * bsize, 2 * bsize); in test_block_allocation1_impl()
664 oaddr = hoff + 5 * bsize; /* Test a free block location suggestion */ in test_block_allocation1_impl()
667 CU_ASSERT_EQUAL(oaddr, hoff + 4 * bsize); in test_block_allocation1_impl()
672 rc = fsm.deallocate(&fsm, hoff + 4 * bsize, 2 * bsize); in test_block_allocation1_impl()
678 rc = fsm.deallocate(&fsm, hoff + 3 * bsize, 1 * bsize); in test_block_allocation1_impl()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_fftdnoiz.c339 const int hoff = y == 0 ? 0 : hoverlap; in export_plane() local
341 const int rh = y == 0 ? block : FFMIN(size, height - y * size - hoff); in export_plane()
343 uint8_t *dst = dstp + dst_linesize * (y * size + hoff) + (x * size + woff) * bpp; in export_plane()
359 hdst = hdata + hoff * data_linesize; in export_plane()
/third_party/ffmpeg/libavcodec/
Don2avc.c423 int hoff; in combine_fft() local
436 hoff = 2 * step * (len4 >> 1); in combine_fft()
448 CMUL0(dst, len4, s0, s1, s2, s3, t0, t1, t2, t3, 1, hoff); in combine_fft()
449 CMUL0(dst, len4 + len2, s0, s1, s2, s3, h0, h1, h2, h3, 1, hoff); in combine_fft()
452 k = hoff + 2 * step * len4; in combine_fft()
/third_party/libbpf/include/uapi/linux/
Dpkt_cls.h181 short hoff; member