| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | i915_gem_tiling.c | 226 if (stride / 128 > I965_FENCE_MAX_PITCH_VAL) in i915_tiling_ok() 229 if (stride > 8192) in i915_tiling_ok() 243 if (stride & (tile_width - 1)) in i915_tiling_ok() 249 if (stride < tile_width) in i915_tiling_ok() 252 if (stride & (stride - 1)) in i915_tiling_ok() 317 args->stride, obj->base.size, args->tiling_mode)) { in i915_gem_set_tiling() 329 args->stride = 0; in i915_gem_set_tiling() 352 args->stride = 0; in i915_gem_set_tiling() 358 args->stride != obj->stride) { in i915_gem_set_tiling() 393 obj->stride = args->stride; in i915_gem_set_tiling() [all …]
|
| /freebsd-12.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() 946 stride = picache_stride; in mipsNN_icache_sync_range_index_128() [all …]
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_gsupport.cpp | 523 long stride; \ 539 (kmp_int *)p_ub, (kmp_int *)&stride); \ 541 KMP_DEBUG_ASSERT(stride == str); \ 559 long stride; \ 574 (kmp_int *)p_ub, (kmp_int *)&stride); \ 1254 kmp_int lb, ub, stride; in KMP_EXPAND_NAME() local 1261 status = KMP_DISPATCH_NEXT(&loc, gtid, NULL, &lb, &ub, &stride); in KMP_EXPAND_NAME() 1263 KMP_DEBUG_ASSERT(stride == 1); in KMP_EXPAND_NAME() 1277 kmp_int lb, ub, stride; in KMP_EXPAND_NAME() local 1286 status = KMP_DISPATCH_NEXT(&loc, gtid, NULL, &lb, &ub, &stride); in KMP_EXPAND_NAME() [all …]
|
| H A D | kmp_affinity.cpp | 2953 stride = 1; in __kmp_affinity_process_proclist() 2971 stride *= sign; in __kmp_affinity_process_proclist() 2976 if (stride > 0) { in __kmp_affinity_process_proclist() 2984 if (stride > 0) { in __kmp_affinity_process_proclist() 2987 start += stride; in __kmp_affinity_process_proclist() 2992 start += stride; in __kmp_affinity_process_proclist() 3142 stride *= sign; in __kmp_process_subplace_list() 3158 start += stride; in __kmp_process_subplace_list() 3268 stride = +1; in __kmp_affinity_process_placelist() 3295 stride *= sign; in __kmp_affinity_process_placelist() [all …]
|
| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | bcrypt_pbkdf.c | 119 size_t i, j, amt, stride; in bcrypt_pbkdf() local 131 stride = (keylen + sizeof(out) - 1) / sizeof(out); in bcrypt_pbkdf() 132 amt = (keylen + stride - 1) / stride; in bcrypt_pbkdf() 165 size_t dest = i * stride + (count - 1); in bcrypt_pbkdf()
|
| /freebsd-12.1/sys/sys/ |
| H A D | gtaskqueue.h | 66 int taskqgroup_adjust(struct taskqgroup *qgroup, int cnt, int stride); 91 #define TASKQGROUP_DEFINE(name, cnt, stride) \ argument 107 taskqgroup_adjust(qgroup_##name, (cnt), (stride)); \
|
| /freebsd-12.1/sys/arm/freescale/imx/ |
| H A D | imx51_ipuv3.c | 109 unsigned int stride; member 234 va_sc->stride = ((w1sh96 >> 6) & 0x3fff) + 1; in ipu3_fb_init() 236 printf("%dx%d [%d]\n", va_sc->width, va_sc->height, va_sc->stride); in ipu3_fb_init() 237 va_sc->fb_size = va_sc->height * va_sc->stride; in ipu3_fb_init() 250 va_sc->bpp = va_sc->stride / va_sc->width; in ipu3_fb_init() 531 sc->stride = sc->width * sc->bpp; in ipu3fb_configure() 577 adp->va_line_width = sc->stride; in ipu3fb_init() 718 if (offset < sc->stride * sc->height) { in ipu3fb_mmap() 832 + (row + sc->ymargin) * (sc->stride) in ipu3fb_putc() 857 addr += (sc->stride); in ipu3fb_putc()
|
| /freebsd-12.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-12.1/contrib/gcc/ |
| H A D | ggc-common.c | 113 memset (rti->base, 0, rti->stride); in ggc_mark_roots() 118 (*rti->cb)(*(void **)((char *)rti->base + rti->stride * i)); in ggc_mark_roots() 398 void *ptr = *(void **)((char *)rti->base + rti->stride * i); in write_pch_globals() 447 (*rti->pchw)(*(void **)((char *)rti->base + rti->stride * i)); in gt_pch_save() 452 (*rti->pchw)(*(void **)((char *)rti->base + rti->stride * i)); in gt_pch_save() 479 if (fwrite (rti->base, rti->stride, 1, f) != 1) in gt_pch_save() 551 memset (rti->base, 0, rti->stride); in gt_pch_restore() 556 if (fread (rti->base, rti->stride, 1, f) != 1) in gt_pch_restore() 563 if (fread ((char *)rti->base + rti->stride * i, in gt_pch_restore() 570 if (fread ((char *)rti->base + rti->stride * i, in gt_pch_restore()
|
| H A D | ggc.h | 72 size_t stride; member 88 size_t stride; member
|
| H A D | mips-tdump.c | 433 int stride; in type_to_string() member 448 qualifiers[i].stride = 0; in type_to_string() 646 qualifiers[i].stride = aux_ptr[index+4].width; in type_to_string() 707 (long) qualifiers[j].stride); in type_to_string() 713 (long) (qualifiers[j].stride)); in type_to_string() 716 sprintf (p2, " {%ld bits}", (long) (qualifiers[j].stride)); in type_to_string()
|
| /freebsd-12.1/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 360 uint32_t depth, height, width, stride; in ofwfb_init() local 420 if (OF_getprop(node, "linebytes", &stride, sizeof(stride)) != in ofwfb_init() 421 sizeof(stride)) in ofwfb_init() 422 stride = width*depth/8; in ofwfb_init() 426 sc->fb.fb_stride = stride; in ofwfb_init()
|
| /freebsd-12.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() 578 if (offset < sc->stride*sc->height) { in am335x_syscons_mmap() 692 + (row + sc->ymargin)*(sc->stride) in am335x_syscons_putc() 729 addr += (sc->stride); in am335x_syscons_putc() 763 va_sc->stride = panel->bpp*panel->panel_width/8; in am335x_lcd_syscons_setup()
|
| /freebsd-12.1/sys/dev/vt/ |
| H A D | vt_font.c | 91 size_t stride; in vtfont_lookup() local 119 stride = howmany(vf->vf_width, 8) * vf->vf_height; in vtfont_lookup() 120 return (&vf->vf_bytes[dst * stride]); in vtfont_lookup()
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | slice_array.h | 78 size_t stride() const; in _GLIBCXX_BEGIN_NAMESPACE() 104 slice::stride() const in stride() function 200 : _M_sz(__s.size()), _M_stride(__s.stride()), in slice_array()
|
| H A D | gslice.h | 101 valarray<size_t> stride() const; in _GLIBCXX_BEGIN_NAMESPACE() 136 gslice::stride () const in stride() function
|
| /freebsd-12.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() 546 addr += sc->stride; in clcdr_draw_cursor() 777 if (offset < sc->stride*sc->height) { in versatilefb_mmap() 873 + (row + sc->ymargin)*(sc->stride) in versatilefb_putc() 899 addr += (sc->stride); in versatilefb_putc()
|
| /freebsd-12.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() 373 + (row + sc->ymargin)*(sc->stride) in bcmrend_draw_cursor() 394 addr += sc->stride; in bcmrend_draw_cursor() 670 if (offset < sc->stride*sc->height) { in bcmfb_mmap() 781 + (row + sc->ymargin)*(sc->stride) in bcmfb_putc() 829 addr += (sc->stride); in bcmfb_putc()
|
| /freebsd-12.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-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 47 size_t stride = 1) 49 m_stride(stride) {} in m_element_count()
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_gtaskqueue.c | 934 _taskqgroup_adjust(struct taskqgroup *qgroup, int cnt, int stride) in _taskqgroup_adjust() argument 942 if (cnt < 1 || cnt * stride > mp_ncpus || !tqg_smp_started) { in _taskqgroup_adjust() 945 __func__, cnt, stride, mp_ncpus, tqg_smp_started); in _taskqgroup_adjust() 974 for (k = 0; k < stride; k++) in _taskqgroup_adjust() 979 qgroup->tqg_stride = stride; in _taskqgroup_adjust() 1025 taskqgroup_adjust(struct taskqgroup *qgroup, int cnt, int stride) in taskqgroup_adjust() argument 1030 error = _taskqgroup_adjust(qgroup, cnt, stride); in taskqgroup_adjust()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | remote-e7000.c | 1121 int stride; in write_large() local 1128 for (i = 0; i < len; i += stride) in write_large() 1137 stride = len - i; in write_large() 1138 if (stride > maxstride) in write_large() 1139 stride = maxstride; in write_large() 1152 check_sum += stickbyte (compose + where, alen + stride + 1); in write_large() 1161 for (j = 0; j < stride; j++) in write_large()
|
| /freebsd-12.1/crypto/openssl/crypto/bn/ |
| H A D | bn_exp.c | 819 int stride = 5 * (6 - (top / 16 - 1)); /* multiple of 5, but less in BN_mod_exp_mont_consttime() local 868 if (bits < stride) in BN_mod_exp_mont_consttime() 869 stride = bits; in BN_mod_exp_mont_consttime() 870 bits -= stride; in BN_mod_exp_mont_consttime() 873 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride)) in BN_mod_exp_mont_consttime() 876 if ((*pwr5_worker) (tmp.d, np, n0, powerbuf, wvalue, stride)) in BN_mod_exp_mont_consttime() 879 bits += stride - 5; in BN_mod_exp_mont_consttime() 880 wvalue >>= stride - 5; in BN_mod_exp_mont_consttime()
|
| /freebsd-12.1/stand/efi/loader/ |
| H A D | framebuffer.c | 312 uint32_t horiz, vert, stride; in efifb_from_uga() local 357 stride = 1728; in efifb_from_uga() 365 stride = 2048; in efifb_from_uga() 377 efifb->fb_stride = stride; in efifb_from_uga()
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | arm-dis.c | 2277 int stride = (enc[type] >> 4) + 1; in print_insn_neon() local 2281 if (stride > 1) in print_insn_neon() 2283 func (stream, "%sd%d", ix ? "," : "", rd + ix * stride); in print_insn_neon() 2309 int stride = 1; in print_insn_neon() local 2313 stride = (idx_align & (1 << size)) ? 2 : 1; in print_insn_neon() 2362 rd + i * stride, idx); in print_insn_neon() 2383 int stride = ((given >> 5) & 0x1); in print_insn_neon() local 2386 if (stride && (n == 1)) in print_insn_neon() 2389 stride++; in print_insn_neon() 2392 if (stride > 1) in print_insn_neon() [all …]
|