Home
last modified time | relevance | path

Searched defs:stride (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Damxintrin.h86 #define _tile_loadd(dst, base, stride) \ argument
106 #define _tile_stream_loadd(dst, base, stride) \ argument
124 #define _tile_stored(dst, base, stride) \ argument
239 __SIZE_TYPE__ stride) { in _tile_loadd_internal()
247 __SIZE_TYPE__ stride) { in _tile_loaddt1_internal()
283 __SIZE_TYPE__ stride, _tile1024i tile) { in _tile_stored_internal()
327 __SIZE_TYPE__ stride) { in __tile_loadd()
348 __SIZE_TYPE__ stride) { in __tile_stream_loadd()
456 static __inline__ void __tile_stored(void *base, __SIZE_TYPE__ stride, in __tile_stored()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxSliceArray.cpp36 const size_t stride = ptr_sp->GetValueAsUnsigned(0); in LibcxxStdSliceArraySummaryProvider() local
136 ValueObjectSP stride = m_backend.GetChildMemberWithName("__stride_"); in Update() local
/freebsd/contrib/pnglite/
H A Dpnglite.c382 png_filter_sub(unsigned stride, uint8_t *in, uint8_t *out, unsigned len) in png_filter_sub()
409 png_filter_average(unsigned stride, uint8_t *in, uint8_t *out, in png_filter_average()
452 png_filter_paeth(unsigned stride, uint8_t *in, uint8_t *out, uint8_t *prev_line, in png_filter_paeth()
490 unsigned stride = png->bpp; in png_unfilter() local
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c41 void mlx4_en_fill_qp_context(struct mlx4_en_priv *priv, int size, int stride, in mlx4_en_fill_qp_context()
H A Dmlx4_en_tx.c57 u16 stride, int node, int queue_idx) in mlx4_en_create_tx_ring()
/freebsd/sys/sys/
H A Dgtaskqueue.h99 #define TASKQGROUP_DEFINE(name, cnt, stride) \ argument
/freebsd/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c122 size_t i, j, amt, stride; in bcrypt_pbkdf() local
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_left.h174 _LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const noexcept in stride() function
H A Dlayout_right.h171 _LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const noexcept in stride() function
H A Dlayout_stride.h332 _LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const noexcept { in stride() function
H A Dmdspan.h258 …_LIBCPP_HIDE_FROM_ABI constexpr index_type stride(rank_type __r) const { return __map_.stride(__r)… in stride() function
/freebsd/sys/dev/vt/
H A Dvt_font.c87 size_t stride; in vtfont_lookup() local
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dstride_dd.c29 static off_t stride = 1; variable
/freebsd/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c162 pcell_t height, width, stride; vt_simplefb_init() local
/freebsd/sys/vm/
H A Dvm_radix.h162 vm_radix_iter_stride(struct pctrie_iter *pages, int stride) in vm_radix_iter_stride()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5dv.h114 uint32_t stride; member
119 uint32_t stride; member
141 uint32_t stride; member
151 uint32_t stride; member
/freebsd/sys/contrib/xen/io/
H A Dfbif.h64 int32_t stride; /* stride in bytes */ member
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c483 pcell_t depth, height, width, stride; ofwfb_init() local
/freebsd/sys/kern/
H A Dsubr_pctrie.c636 _pctrie_iter_stride(struct pctrie_iter *it, int stride, smr_t smr, in _pctrie_iter_stride()
656 pctrie_iter_stride(struct pctrie_iter *it, int stride) in pctrie_iter_stride()
/freebsd/stand/efi/loader/
H A Dframebuffer.c336 uint32_t horiz, vert, stride; in efifb_from_uga() local
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp701 static constexpr size_t PhysicalIndexForLogicalIndex(size_t base, size_t stride, in PhysicalIndexForLogicalIndex()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_dma.c118 uint32_t stride; /* 2D Mode Stride */ member
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c844 int stride = 5 * (6 - (top / 16 - 1)); /* multiple of 5, but less in BN_mod_exp_mont_consttime() local
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c224 u32 npages = 0, depth, stride, aux_pages = 0; in bnxt_qplib_alloc_init_hwq() local
/freebsd/sys/contrib/ck/src/
H A Dck_ht.c239 size_t stride; in ck_ht_map_probe_next() local

123