/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_warp.c | 120 unsigned int src_size, dst_size; local in function:mga_warp_install_microcode 125 dst_size = WARP_UCODE_SIZE(src_size); 127 pcbase += dst_size; 128 vcbase += dst_size;
|
/src/sys/arch/arm/xscale/ |
pxa2x0_dmac.c | 1037 bus_size_t src_size, dst_size, this_size; local in function:dmac_continue_xfer 1065 dst_size = dxs->dxs_loop_notify; 1067 dst_size = dst_seg->ds_len - dst_ds->ds_offset; 1073 while (src_size && dst_size && 1083 this_size = dst_size; 1088 this_size = uimin(dst_size, src_size); 1132 dst_size -= this_size; 1135 KDASSERT(dst_size == 0);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 6630 SIZE_T dst_size = REAL(wcslen)(dst); 6632 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t)); 6633 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size, 6642 SIZE_T dst_size = REAL(wcslen)(dst); 6645 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t)); 6646 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,
|