Home
last modified time | relevance | path

Searched refs:stride (Results 1 – 25 of 143) sorted by relevance

123456

/freebsd-14-stable/contrib/pnglite/
HDpnglite.c382 png_filter_sub(unsigned stride, uint8_t *in, uint8_t *out, unsigned len) in png_filter_sub() argument
388 if (i >= stride) in png_filter_sub()
389 a = out[i - stride]; in png_filter_sub()
396 png_filter_up(unsigned stride __unused, uint8_t *in, uint8_t *out, in png_filter_up()
409 png_filter_average(unsigned stride, uint8_t *in, uint8_t *out, in png_filter_average() argument
421 if (i >= stride) in png_filter_average()
422 a = out[i - stride]; in png_filter_average()
452 png_filter_paeth(unsigned stride, uint8_t *in, uint8_t *out, uint8_t *prev_line, in png_filter_paeth() argument
461 if (prev_line && i >= stride) { in png_filter_paeth()
462 a = out[i - stride]; in png_filter_paeth()
[all …]
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HDamxintrin.h86 #define _tile_loadd(dst, base, stride) \ argument
88 (__SIZE_TYPE__)(stride))
106 #define _tile_stream_loadd(dst, base, stride) \ argument
108 (__SIZE_TYPE__)(stride))
124 #define _tile_stored(dst, base, stride) \ argument
125 __builtin_ia32_tilestored64((dst), ((void *)(base)), (__SIZE_TYPE__)(stride))
239 __SIZE_TYPE__ stride) { in _tile_loadd_internal() argument
241 (__SIZE_TYPE__)(stride)); in _tile_loadd_internal()
247 __SIZE_TYPE__ stride) { in _tile_loaddt1_internal() argument
249 (__SIZE_TYPE__)(stride)); in _tile_loaddt1_internal()
[all …]
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/
HDstride_dd.c28 static off_t stride = 0; variable
88 stride = atoi(optarg); in parse_options()
114 if (bsize <= 0 || count <= 0 || stride <= 0 || ifile == NULL || in parse_options()
197 if (stride > 1) { in main()
198 if (lseek(ifd, (stride - 1) * bsize, SEEK_CUR) == -1) { in main()
202 if (lseek(ofd, (stride - 1) * bsize, SEEK_CUR) == -1) { in main()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibCxxSliceArray.cpp36 const size_t stride = ptr_sp->GetValueAsUnsigned(0); in LibcxxStdSliceArraySummaryProvider() local
38 stream.Printf("stride=%zu size=%zu", stride, size); in LibcxxStdSliceArraySummaryProvider()
136 ValueObjectSP stride = m_backend.GetChildMemberWithName("__stride_"); in Update() local
138 if (!start || !size || !stride) in Update()
143 m_stride = stride->GetValueAsUnsigned(0); in Update()
/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDbcrypt_pbkdf.c122 size_t i, j, amt, stride; in bcrypt_pbkdf() local
134 stride = (keylen + sizeof(out) - 1) / sizeof(out); in bcrypt_pbkdf()
135 amt = (keylen + stride - 1) / stride; in bcrypt_pbkdf()
168 size_t dest = i * stride + (count - 1); in bcrypt_pbkdf()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVVPInstrPatternsVec.td23 // Unmasked (imm stride).
26 (i64 simm7:$stride), (MaskVT true_mask), i32:$avl),
28 (LO7 $stride), $addr, $val, $avl)>;
32 i64:$stride, (MaskVT true_mask), i32:$avl),
34 $stride, $addr, $val, $avl)>;
35 // Masked (imm stride).
38 (i64 simm7:$stride), MaskVT:$mask, i32:$avl),
40 (LO7 $stride), $addr, $val, $mask, $avl)>;
44 i64:$stride, MaskVT:$mask, i32:$avl),
46 $stride, $addr, $val, $mask, $avl)>;
[all …]
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_gsupport.cpp605 long stride; \
624 (kmp_int *)p_ub, (kmp_int *)&stride); \
627 KMP_DEBUG_ASSERT(stride == str); \
645 long stride; \
664 (kmp_int *)p_ub, (kmp_int *)&stride); \
667 KMP_DEBUG_ASSERT(stride == str); \
690 long stride; \
697 (kmp_int *)p_ub, (kmp_int *)&stride); \
699 *p_ub += (stride > 0) ? 1 : -1; \
707 gtid, *p_lb, *p_ub, stride, status)); \
[all …]
/freebsd-14-stable/sys/dev/vt/hw/simplefb/
HDsimplefb.c165 pcell_t height, width, stride; in vt_simplefb_init() local
179 OF_getencprop(node, "stride", &stride, sizeof(stride)) == -1 || in vt_simplefb_init()
186 sc->fb_stride = stride; in vt_simplefb_init()
/freebsd-14-stable/sys/sys/
HDgtaskqueue.h78 struct taskqgroup *taskqgroup_create(const char *name, int cnt, int stride);
99 #define TASKQGROUP_DEFINE(name, cnt, stride) \ argument
106 qgroup_##name = taskqgroup_create(#name, (cnt), (stride)); \
/freebsd-14-stable/sys/arm/freescale/imx/
HDimx51_ipuv3.c107 unsigned int stride; member
231 va_sc->stride = ((w1sh96 >> 6) & 0x3fff) + 1; in ipu3_fb_init()
233 printf("%dx%d [%d]\n", va_sc->width, va_sc->height, va_sc->stride); in ipu3_fb_init()
234 va_sc->fb_size = va_sc->height * va_sc->stride; in ipu3_fb_init()
247 va_sc->bpp = va_sc->stride / va_sc->width; in ipu3_fb_init()
525 sc->stride = sc->width * sc->bpp; in ipu3fb_configure()
571 adp->va_line_width = sc->stride; in ipu3fb_init()
712 if (offset < sc->stride * sc->height) { in ipu3fb_mmap()
824 + (row + sc->ymargin) * (sc->stride) in ipu3fb_putc()
849 addr += (sc->stride); in ipu3fb_putc()
/freebsd-14-stable/sys/dev/mlx4/mlx4_en/
HDmlx4_en_resources.c41 void mlx4_en_fill_qp_context(struct mlx4_en_priv *priv, int size, int stride, in mlx4_en_fill_qp_context() argument
53 context->rq_size_stride = ilog2(size) << 3 | (ilog2(stride) - 4); in mlx4_en_fill_qp_context()
55 context->sq_size_stride = ilog2(size) << 3 | (ilog2(stride) - 4); in mlx4_en_fill_qp_context()
/freebsd-14-stable/sys/dev/bnxt/bnxt_re/
HDqplib_res.c224 u32 npages = 0, depth, stride, aux_pages = 0; in bnxt_qplib_alloc_init_hwq() local
241 stride = roundup_pow_of_two(hwq_attr->stride); in bnxt_qplib_alloc_init_hwq()
252 npages = (depth * stride) / pg_size + aux_pages; in bnxt_qplib_alloc_init_hwq()
253 if ((depth * stride) % pg_size) in bnxt_qplib_alloc_init_hwq()
388 hwq->element_size = stride; in bnxt_qplib_alloc_init_hwq()
389 hwq->qe_ppg = (pg_size/stride); in bnxt_qplib_alloc_init_hwq()
443 hwq_attr.stride = sizeof(u64); in bnxt_qplib_alloc_tqm_rings()
451 hwq_attr.stride = 1; in bnxt_qplib_alloc_tqm_rings()
558 hwq_attr.stride = BNXT_QPLIB_MAX_QP_CTX_ENTRY_SIZE; in bnxt_qplib_alloc_hwctx()
567 hwq_attr.stride = BNXT_QPLIB_MAX_MRW_CTX_ENTRY_SIZE; in bnxt_qplib_alloc_hwctx()
[all …]
/freebsd-14-stable/sys/arm/ti/am335x/
HDam335x_lcd_syscons.c70 unsigned int stride; member
285 + (row + sc->ymargin)*(sc->stride) in am335x_rend_draw_cursor()
307 addr += sc->stride; in am335x_rend_draw_cursor()
575 if (offset < sc->stride*sc->height) { in am335x_syscons_mmap()
689 + (row + sc->ymargin)*(sc->stride) in am335x_syscons_putc()
726 addr += (sc->stride); in am335x_syscons_putc()
760 va_sc->stride = panel->bpp*panel->panel_width/8; in am335x_lcd_syscons_setup()
/freebsd-14-stable/sys/dev/vt/
HDvt_font.c88 size_t stride; in vtfont_lookup() local
111 stride = howmany(vf->vf_width, 8) * vf->vf_height; in vtfont_lookup()
112 return (&vf->vf_bytes[dst * stride]); in vtfont_lookup()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__mdspan/
HDlayout_stride.h232 static_cast<index_type>(__other.stride(_Pos))...}; in requires()
241 …return ((static_cast<index_type>(__other.stride(_Pos)) > static_cast<index_type>(0)) && ... && tru…
332 _LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const noexcept { in stride() function
349 …return ((static_cast<_CommonType>(__lhs.stride(_Pos)) == static_cast<_CommonType>(__rhs.stride(_Po…
HDlayout_left.h123 … if (static_cast<_CommonType>(stride(__r)) != static_cast<_CommonType>(__other.stride(__r))) in requires()
174 _LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const noexcept in stride() function
HDlayout_right.h122 … if (static_cast<_CommonType>(stride(__r)) != static_cast<_CommonType>(__other.stride(__r))) in requires()
171 _LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const noexcept in stride() function
/freebsd-14-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_fb.c101 unsigned int stride; member
168 sc->stride = fb.pitch; in bcm_fb_attach()
368 + (row + sc->ymargin)*(sc->stride) in bcmrend_draw_cursor()
389 addr += sc->stride; in bcmrend_draw_cursor()
665 if (offset < sc->stride*sc->height) { in bcmfb_mmap()
776 + (row + sc->ymargin)*(sc->stride) in bcmfb_putc()
824 addr += (sc->stride); in bcmfb_putc()
/freebsd-14-stable/sys/dev/vt/hw/ofwfb/
HDofwfb.c496 pcell_t depth, height, width, stride; in ofwfb_init() local
564 if (OF_getencprop(node, "linebytes", &stride, sizeof(stride)) != in ofwfb_init()
565 sizeof(stride)) in ofwfb_init()
566 stride = width*depth/8; in ofwfb_init()
571 sc->fb.fb_stride = stride; in ofwfb_init()
/freebsd-14-stable/contrib/ofed/libmlx5/
HDmlx5dv.h114 uint32_t stride; member
119 uint32_t stride; member
141 uint32_t stride; member
151 uint32_t stride; member
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDDumpValueObjectOptions.h45 size_t stride = 1)
47 m_stride(stride) {} in m_element_count()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDmdspan133 constexpr index_type stride(rank_type) const noexcept;
187 constexpr index_type stride(rank_type) const noexcept;
213 // [mdspan.layout.stride.cons], constructors
226 // [mdspan.layout.stride.obs], observers
243 constexpr index_type stride(rank_type i) const noexcept { return strides_[i]; }
355 constexpr index_type stride(rank_type r) const
356 { return map_.stride(r); }
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsRISCV.td161 // For unit stride mask load
170 // For unit stride load
179 // For unit stride fault-only-first load
191 // For unit stride load with mask
203 // For unit stride fault-only-first load with mask
217 // Input: (passthru, pointer, stride, vl)
226 // Input: (maskedoff, pointer, stride, mask, vl, policy)
256 // For unit stride store
265 // For unit stride store with mask
277 // Input: (vector_in, pointer, stride, vl)
[all …]
/freebsd-14-stable/sys/contrib/device-tree/src/arm64/qcom/
HDsm8150-sony-xperia-kumano-bahamut.dts19 stride = <(1080 * 4)>;
HDsm8350-sony-xperia-sagami-pdx214.dts18 stride = <(1080 * 4)>;

123456