Searched refs:hoff (Results 1 – 5 of 5) sorted by relevance
/third_party/iowow/src/fs/tests/ |
D | iwfs_test2.c | 617 const int hoff = (2 * psize); in test_block_allocation1_impl() local 626 CU_ASSERT_EQUAL(oaddr, hoff + 0); in test_block_allocation1_impl() 631 CU_ASSERT_EQUAL(oaddr, hoff + 3 * bsize); in test_block_allocation1_impl() 640 rc = fsm.deallocate(&fsm, hoff + 1 * bsize, 1 * bsize); in test_block_allocation1_impl() 647 CU_ASSERT_EQUAL(oaddr, hoff + 1 * bsize); in test_block_allocation1_impl() 657 rc = fsm.deallocate(&fsm, hoff + 4 * bsize, 2 * bsize); in test_block_allocation1_impl() 660 oaddr = hoff + 5 * bsize; /* Test a free block location suggestion */ in test_block_allocation1_impl() 663 CU_ASSERT_EQUAL(oaddr, hoff + 4 * bsize); in test_block_allocation1_impl() 668 rc = fsm.deallocate(&fsm, hoff + 4 * bsize, 2 * bsize); in test_block_allocation1_impl() 674 rc = fsm.deallocate(&fsm, hoff + 3 * bsize, 1 * bsize); in test_block_allocation1_impl() [all …]
|
/third_party/libnl/lib/route/cls/ |
D | u32.c | 233 if (sel->hmask || sel->hoff) { in print_selector() 238 nl_dump(p, " hash at %u & 0x%x", sel->hoff, sel->hmask); in print_selector() 483 sel->hoff = offset; in rtnl_u32_set_hashmask()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fftdnoiz.c | 339 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/ |
D | on2avc.c | 421 int hoff; in combine_fft() local 434 hoff = 2 * step * (len4 >> 1); in combine_fft() 446 CMUL0(dst, len4, s0, s1, s2, s3, t0, t1, t2, t3, 1, hoff); in combine_fft() 447 CMUL0(dst, len4 + len2, s0, s1, s2, s3, h0, h1, h2, h3, 1, hoff); in combine_fft() 450 k = hoff + 2 * step * len4; in combine_fft()
|
/third_party/libnl/include/linux-private/linux/ |
D | pkt_cls.h | 181 short hoff; member
|