| /freebsd-13.1/contrib/pnglite/ |
| H A D | pnglite.c | 388 if (i >= stride) in png_filter_sub() 389 a = out[i - stride]; in png_filter_sub() 421 if (i >= stride) in png_filter_average() 422 a = out[i - stride]; in png_filter_average() 462 a = out[i - stride]; in png_filter_paeth() 471 if (i >= stride) in png_filter_paeth() 472 a = out[i - stride]; in png_filter_paeth() 490 unsigned stride = png->bpp; in png_unfilter() local 516 png->width*stride); in png_unfilter() 527 png->width*stride); in png_unfilter() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | amxintrin.h | 86 (__SIZE_TYPE__)(stride)) 106 (__SIZE_TYPE__)(stride)) 237 __SIZE_TYPE__ stride) { in _tile_loadd_internal() argument 239 (__SIZE_TYPE__)(stride)); in _tile_loadd_internal() 245 __SIZE_TYPE__ stride) { in _tile_loaddt1_internal() argument 281 __SIZE_TYPE__ stride, _tile1024i tile) { in _tile_stored_internal() argument 318 __SIZE_TYPE__ stride) { in __tile_loadd() argument 319 dst->tile = _tile_loadd_internal(dst->row, dst->col, base, stride); in __tile_loadd() 339 __SIZE_TYPE__ stride) { in __tile_stream_loadd() argument 340 dst->tile = _tile_loaddt1_internal(dst->row, dst->col, base, stride); in __tile_stream_loadd() [all …]
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | cache_mipsNN.c | 323 int i, stride, loopcount; in mipsNN_icache_sync_range_index_16() local 340 stride = picache_stride; in mipsNN_icache_sync_range_index_16() 366 int i, stride, loopcount; in mipsNN_icache_sync_range_index_32() local 383 stride = picache_stride; in mipsNN_icache_sync_range_index_32() 409 int i, stride, loopcount; in mipsNN_icache_sync_range_index_64() local 426 stride = picache_stride; in mipsNN_icache_sync_range_index_64() 601 stride = pdcache_stride; in mipsNN_pdcache_wbinv_range_index_16() 642 stride = pdcache_stride; in mipsNN_pdcache_wbinv_range_index_32() 683 stride = pdcache_stride; in mipsNN_pdcache_wbinv_range_index_64() 944 stride = picache_stride; in mipsNN_icache_sync_range_index_128() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/stride_dd/ |
| H A D | stride_dd.c | 28 static int 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-13.1/crypto/openssh/openbsd-compat/ |
| H A D | bcrypt_pbkdf.c | 121 size_t i, j, amt, stride; in bcrypt_pbkdf() local 133 stride = (keylen + sizeof(out) - 1) / sizeof(out); in bcrypt_pbkdf() 134 amt = (keylen + stride - 1) / stride; in bcrypt_pbkdf() 167 size_t dest = i * stride + (count - 1); in bcrypt_pbkdf()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_gsupport.cpp | 575 long stride; \ 594 (kmp_int *)p_ub, (kmp_int *)&stride); \ 597 KMP_DEBUG_ASSERT(stride == str); \ 615 long stride; \ 634 (kmp_int *)p_ub, (kmp_int *)&stride); \ 1336 kmp_int lb, ub, stride; in KMP_EXPAND_NAME() local 1343 status = KMP_DISPATCH_NEXT(&loc, gtid, NULL, &lb, &ub, &stride); in KMP_EXPAND_NAME() 1345 KMP_DEBUG_ASSERT(stride == 1); in KMP_EXPAND_NAME() 1359 kmp_int lb, ub, stride; in KMP_EXPAND_NAME() local 1368 status = KMP_DISPATCH_NEXT(&loc, gtid, NULL, &lb, &ub, &stride); in KMP_EXPAND_NAME() [all …]
|
| H A D | kmp_affinity.cpp | 2977 stride = 1; in __kmp_affinity_process_proclist() 2995 stride *= sign; in __kmp_affinity_process_proclist() 3000 if (stride > 0) { in __kmp_affinity_process_proclist() 3008 if (stride > 0) { in __kmp_affinity_process_proclist() 3011 start += stride; in __kmp_affinity_process_proclist() 3016 start += stride; in __kmp_affinity_process_proclist() 3163 stride *= sign; in __kmp_process_subplace_list() 3179 start += stride; in __kmp_process_subplace_list() 3289 stride = +1; in __kmp_affinity_process_placelist() 3316 stride *= sign; in __kmp_affinity_process_placelist() [all …]
|
| /freebsd-13.1/sys/sys/ |
| H A D | gtaskqueue.h | 80 struct taskqgroup *taskqgroup_create(const char *name, int cnt, int stride); 101 #define TASKQGROUP_DEFINE(name, cnt, stride) \ argument 108 qgroup_##name = taskqgroup_create(#name, (cnt), (stride)); \
|
| /freebsd-13.1/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_resources.c | 41 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-13.1/sys/arm/freescale/imx/ |
| H A D | imx51_ipuv3.c | 109 unsigned int stride; member 233 va_sc->stride = ((w1sh96 >> 6) & 0x3fff) + 1; in ipu3_fb_init() 235 printf("%dx%d [%d]\n", va_sc->width, va_sc->height, va_sc->stride); in ipu3_fb_init() 236 va_sc->fb_size = va_sc->height * va_sc->stride; in ipu3_fb_init() 249 va_sc->bpp = va_sc->stride / va_sc->width; in ipu3_fb_init() 529 sc->stride = sc->width * sc->bpp; in ipu3fb_configure() 575 adp->va_line_width = sc->stride; in ipu3fb_init() 716 if (offset < sc->stride * sc->height) { in ipu3fb_mmap() 828 + (row + sc->ymargin) * (sc->stride) in ipu3fb_putc() 853 addr += (sc->stride); in ipu3fb_putc()
|
| /freebsd-13.1/sys/arm/ti/am335x/ |
| H A D | am335x_lcd_syscons.c | 72 unsigned int stride; member 287 + (row + sc->ymargin)*(sc->stride) in am335x_rend_draw_cursor() 309 addr += sc->stride; in am335x_rend_draw_cursor() 577 if (offset < sc->stride*sc->height) { in am335x_syscons_mmap() 691 + (row + sc->ymargin)*(sc->stride) in am335x_syscons_putc() 728 addr += (sc->stride); in am335x_syscons_putc() 762 va_sc->stride = panel->bpp*panel->panel_width/8; in am335x_lcd_syscons_setup()
|
| /freebsd-13.1/sys/dev/vt/ |
| H A D | vt_font.c | 90 size_t stride; in vtfont_lookup() local 113 stride = howmany(vf->vf_width, 8) * vf->vf_height; in vtfont_lookup() 114 return (&vf->vf_bytes[dst * stride]); in vtfont_lookup()
|
| /freebsd-13.1/sys/arm/versatile/ |
| H A D | versatile_clcd.c | 146 unsigned int stride; member 341 va_sc->stride = sc->width * 2; in versatile_clcdc_attach() 535 + (row + sc->ymargin)*(sc->stride) in clcdr_draw_cursor() 545 addr += sc->stride; in clcdr_draw_cursor() 776 if (offset < sc->stride*sc->height) { in versatilefb_mmap() 872 + (row + sc->ymargin)*(sc->stride) in versatilefb_putc() 898 addr += (sc->stride); in versatilefb_putc()
|
| /freebsd-13.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fb.c | 103 unsigned int stride; member 170 sc->stride = fb.pitch; in bcm_fb_attach() 372 + (row + sc->ymargin)*(sc->stride) in bcmrend_draw_cursor() 393 addr += sc->stride; in bcmrend_draw_cursor() 669 if (offset < sc->stride*sc->height) { in bcmfb_mmap() 780 + (row + sc->ymargin)*(sc->stride) in bcmfb_putc() 828 addr += (sc->stride); in bcmfb_putc()
|
| /freebsd-13.1/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 488 pcell_t depth, height, width, stride; in ofwfb_init() local 556 if (OF_getencprop(node, "linebytes", &stride, sizeof(stride)) != in ofwfb_init() 557 sizeof(stride)) in ofwfb_init() 558 stride = width*depth/8; in ofwfb_init() 563 sc->fb.fb_stride = stride; in ofwfb_init()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsRISCV.td | 144 // For unit stride load 161 // For unit stride load with mask 183 // Input: (pointer, stride, vl) 212 // For unit stride store 220 // For unit stride store with mask 237 // For stride store with mask 638 // For unit stride segment load 680 // For stride segment load 687 // For stride segment load with mask 718 // For unit stride segment store [all …]
|
| /freebsd-13.1/contrib/ofed/libmlx5/ |
| H A D | mlx5dv.h | 114 uint32_t stride; member 119 uint32_t stride; member 141 uint32_t stride; member 151 uint32_t stride; member
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 45 size_t stride = 1) 47 m_stride(stride) {} in m_element_count()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | arm,gic-v3.yaml | 90 redistributor-stride: 92 If using padding pages, specifies the stride of consecutive 236 redistributor-stride = <0x0 0x40000>; // 256kB stride
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/ |
| H A D | simple-framebuffer.yaml | 78 stride: 125 # The binding requires also reg, width, height, stride and format, 170 stride = <3200>;
|
| /freebsd-13.1/crypto/openssl/crypto/bn/ |
| H A D | bn_exp.c | 820 int stride = 5 * (6 - (top / 16 - 1)); /* multiple of 5, but less in BN_mod_exp_mont_consttime() local 869 if (bits < stride) in BN_mod_exp_mont_consttime() 870 stride = bits; in BN_mod_exp_mont_consttime() 871 bits -= stride; in BN_mod_exp_mont_consttime() 874 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride)) in BN_mod_exp_mont_consttime() 877 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride)) in BN_mod_exp_mont_consttime() 880 bits += stride - 5; in BN_mod_exp_mont_consttime() 881 wvalue >>= stride - 5; in BN_mod_exp_mont_consttime()
|
| /freebsd-13.1/sys/xen/interface/io/ |
| H A D | fbif.h | 64 int32_t stride; /* stride in bytes */ member
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/hwlock/ |
| H A D | qcom-hwspinlock.txt | 19 stride of the hwmutex registers
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.td | 89 class RegSeqNames<int last_reg, int stride, int size, string prefix, 91 int next = !add(start, stride); 96 RegSeqNames<last_reg, stride, size, prefix, next>.ret), 101 class RegSeqDags<RegisterClass RC, int last_reg, int stride, int size, 104 !if(!and(!eq(stride, 1), !eq(start, 0)), 109 !listconcat([(add (decimate (shl trunc_rc, start), stride))], 110 RegSeqDags<RC, last_reg, stride, size, !add(start, 1)>.ret), 115 int last_reg, int stride, int size, string prefix> : 117 RegSeqDags<RC, last_reg, stride, size>.ret, 118 RegSeqNames<last_reg, stride, size, prefix>.ret>;
|
| /freebsd-13.1/stand/efi/loader/ |
| H A D | framebuffer.c | 326 uint32_t horiz, vert, stride; in efifb_from_uga() local 371 stride = 1728; in efifb_from_uga() 379 stride = 2048; in efifb_from_uga() 391 efifb->fb_stride = stride; in efifb_from_uga()
|