/third_party/skia/src/ports/ |
H A D | SkFontConfigInterface_direct.cpp | 118 size_t size0 = iden0.writeToMemory(nullptr); in test_writeToMemory() local 120 SkAutoMalloc storage(size0); in test_writeToMemory() 121 memset(storage.get(), initValue, size0); in test_writeToMemory() 124 SkASSERT(size0 == size1); in test_writeToMemory()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff1.cc | 405 unsigned int size0, size1; in plan_subset_encoding() local 457 size0 = Encoding0::min_size + HBUINT8::static_size * subset_enc_num_codes; in plan_subset_encoding() 460 if (size0 < size1) in plan_subset_encoding() 468 unsigned int size0, size_ranges; in plan_subset_charset() local 501 size0 = Charset0::min_size + HBUINT16::static_size * (plan->num_output_glyphs () - 1); in plan_subset_charset() 507 if (size0 < size_ranges) in plan_subset_charset()
|
/third_party/mesa3d/src/freedreno/fdl/ |
H A D | freedreno_layout.h | 82 uint32_t size0; /* size of first layer in slice */ member 167 return layout->slices[level].size0; in fdl_layer_stride()
|
H A D | fd6_view.c | 320 A6XX_TEX_CONST_3_MIN_LAYERSZ(layout->slices[layout->mip_levels - 1].size0); in fdl6_view_init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_texture.c | 218 fd_resource_slice(rsc, prsc->last_level)->size0) | in fd5_sampler_view_create() 219 A5XX_TEX_CONST_3_ARRAY_PITCH(fd_resource_slice(rsc, lvl)->size0); in fd5_sampler_view_create()
|
H A D | fd5_image.c | 126 img->array_pitch = fd_resource_slice(rsc, lvl)->size0; in translate_image()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko.h | 184 uint64_t size0:2; member 259 uint64_t size0:2;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko.h | 184 uint64_t size0:2; member 259 uint64_t size0:2;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_texture.c | 221 A4XX_TEX_CONST_3_LAYERSZ(fd_resource_slice(rsc, lvl)->size0); in fd4_sampler_view_create() 223 fd_resource_slice(rsc, prsc->last_level)->size0); in fd4_sampler_view_create()
|
H A D | fd4_image.c | 137 img->array_pitch = fd_resource_slice(rsc, lvl)->size0; in translate_image()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_sockglue.c | 810 const int size0 = offsetof(struct compat_group_filter, gf_slist); in compat_ip_set_mcast_msfilter() local 816 if (optlen < size0) in compat_ip_set_mcast_msfilter() 1466 const int size0 = offsetof(struct group_filter, gf_slist); in ip_get_mcast_msfilter() local 1472 if (len < size0) in ip_get_mcast_msfilter() 1474 if (copy_from_user(&gsf, p, size0)) in ip_get_mcast_msfilter() 1484 copy_to_user(p, &gsf, size0)) in ip_get_mcast_msfilter() 1492 const int size0 = offsetof(struct compat_group_filter, gf_slist); in compat_ip_get_mcast_msfilter() local 1499 if (len < size0) in compat_ip_get_mcast_msfilter() 1501 if (copy_from_user(&gf32, p, size0)) in compat_ip_get_mcast_msfilter()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_sockglue.c | 806 const int size0 = offsetof(struct compat_group_filter, gf_slist_flex); in compat_ip_set_mcast_msfilter() local 812 if (optlen < size0) in compat_ip_set_mcast_msfilter() 1455 const int size0 = offsetof(struct group_filter, gf_slist_flex); in ip_get_mcast_msfilter() local 1460 if (len < size0) in ip_get_mcast_msfilter() 1462 if (copy_from_sockptr(&gsf, optval, size0)) in ip_get_mcast_msfilter() 1474 copy_to_sockptr(optval, &gsf, size0)) in ip_get_mcast_msfilter() 1482 const int size0 = offsetof(struct compat_group_filter, gf_slist_flex); in compat_ip_get_mcast_msfilter() local 1488 if (len < size0) in compat_ip_get_mcast_msfilter() 1490 if (copy_from_sockptr(&gf32, optval, size0)) in compat_ip_get_mcast_msfilter()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
H A D | mthca_qp.c | 1635 * f0 and size0 are only used if nreq != 0, and they will in mthca_tavor_post_send() 1638 * without initializing f0 and size0, and they are in fact in mthca_tavor_post_send() 1641 int size0; in mthca_tavor_post_send() local 1791 size0 = size; in mthca_tavor_post_send() 1808 (qp->qpn << 8) | size0, in mthca_tavor_post_send() 1831 * size0 is only used if nreq != 0, and it will always be in mthca_tavor_post_receive() 1834 * without initializing size0, and it is in fact never used in mthca_tavor_post_receive() 1837 int size0; in mthca_tavor_post_receive() local 1888 size0 = size; in mthca_tavor_post_receive() 1900 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0, in mthca_tavor_post_receive() 1945 int size0; mthca_arbel_post_send() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/ |
H A D | mthca_qp.c | 1638 * f0 and size0 are only used if nreq != 0, and they will in mthca_tavor_post_send() 1641 * without initializing f0 and size0, and they are in fact in mthca_tavor_post_send() 1644 int size0; in mthca_tavor_post_send() local 1794 size0 = size; in mthca_tavor_post_send() 1811 (qp->qpn << 8) | size0, in mthca_tavor_post_send() 1834 * size0 is only used if nreq != 0, and it will always be in mthca_tavor_post_receive() 1837 * without initializing size0, and it is in fact never used in mthca_tavor_post_receive() 1840 int size0; in mthca_tavor_post_receive() local 1891 size0 = size; in mthca_tavor_post_receive() 1903 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0, in mthca_tavor_post_receive() 1948 int size0; mthca_arbel_post_send() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_aos.c | 951 LLVMValueRef size0; in lp_build_sample_mipmap() local 966 &size0, in lp_build_sample_mipmap() 979 size0, in lp_build_sample_mipmap() 987 size0, in lp_build_sample_mipmap()
|
H A D | lp_bld_sample_soa.c | 1795 LLVMValueRef size0 = NULL; in lp_build_sample_mipmap() local 1810 &size0, in lp_build_sample_mipmap() 1821 lp_build_sample_image_nearest(bld, size0, in lp_build_sample_mipmap() 1828 lp_build_sample_image_linear(bld, is_gather, size0, NULL, in lp_build_sample_mipmap() 1938 LLVMValueRef size0 = NULL; in lp_build_sample_mipmap_both() local 1953 &size0, in lp_build_sample_mipmap_both() 1964 lp_build_sample_image_linear(bld, FALSE, size0, linear_mask, in lp_build_sample_mipmap_both() 2097 LLVMValueRef size0, row_stride0_vec, img_stride0_vec; in lp_build_sample_aniso() local 2101 &size0, in lp_build_sample_aniso() 2114 LLVMValueRef float_size_lvl = lp_build_int_to_float(&bld->float_size_bld, size0); in lp_build_sample_aniso() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.c | 1891 size_t size0, i; in arrange() local 1897 size0 = min(CHUNK_SIZE(&arr[0]), CHUNK_SIZE(&arr[1])); in arrange() 1900 for (i = 0; i < size0; i++) { in arrange() 1911 arr[0].begin += size0; in arrange() 1918 arr[0].end = arr[1].begin + size0 - 1; in arrange() 1919 arr[1].begin += size0; in arrange()
|
/kernel/linux/linux-6.6/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.c | 1908 size_t size0, i; in arrange() local 1914 size0 = min(CHUNK_SIZE(&arr[0]), CHUNK_SIZE(&arr[1])); in arrange() 1917 for (i = 0; i < size0; i++) { in arrange() 1928 arr[0].begin += size0; in arrange() 1935 arr[0].end = arr[1].begin + size0 - 1; in arrange() 1936 arr[1].begin += size0; in arrange()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | amd64_edac.c | 828 int dimm, size0, size1, cs0, cs1, cs_mode; in debug_display_dimm_sizes_df() local 838 size0 = pvt->ops->dbam_to_cs(pvt, ctrl, cs_mode, cs0); in debug_display_dimm_sizes_df() 842 cs0, size0, in debug_display_dimm_sizes_df() 2182 int dimm, size0, size1; in debug_display_dimm_sizes() local 2212 size0 = 0; in debug_display_dimm_sizes() 2220 size0 = pvt->ops->dbam_to_cs(pvt, ctrl, in debug_display_dimm_sizes() 2231 dimm * 2, size0, in debug_display_dimm_sizes()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | amd64_edac.c | 1372 int dimm, size0, size1; in dct_debug_display_dimm_sizes() local 1399 size0 = 0; in dct_debug_display_dimm_sizes() 1407 size0 = pvt->ops->dbam_to_cs(pvt, ctrl, in dct_debug_display_dimm_sizes() 1418 dimm * 2, size0, in dct_debug_display_dimm_sizes() 1586 int dimm, size0, size1, cs0, cs1, cs_mode; in umc_debug_display_dimm_sizes() local 1596 size0 = umc_addr_mask_to_cs_size(pvt, ctrl, cs_mode, cs0); in umc_debug_display_dimm_sizes() 1600 cs0, size0, in umc_debug_display_dimm_sizes()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexCompareVerifier.cpp | 892 const int size0 = texture.getLevelFace(baseLevelNdx, coords.face).getWidth(); 895 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.s, prec.coordBits.x(), prec.uvwBits.x()); 897 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.t, prec.coordBits.y(), prec.uvwBits.y()); 930 const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+0)), size0); 931 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)), size0); 932 const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)), size0); 933 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)), size0);
|
H A D | tcuTexLookupVerifier.cpp | 1602 const int size0 = faces0[coords.face].getWidth(); variable 1605 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.s, prec.coordBits.x(), prec.uvwBits.x()); 1607 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.t, prec.coordBits.y(), prec.uvwBits.y()); 1638 const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+0)), size0); 1639 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)), size0); 1640 const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)), size0); 1641 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)), size0);
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffv1enc.c | 482 double size0 = COST2(i, i) + COST2(i2, i2); in sort_stt() local 484 if (size0 - sizeX > size0*(1e-14) && i != 128 && i2 != 128) { in sort_stt()
|
/kernel/linux/linux-5.10/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 256 pko_command.s.size0 = CVMX_FAU_OP_SIZE_32; in cvm_oct_xmit()
|
/kernel/linux/linux-6.6/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 254 pko_command.s.size0 = CVMX_FAU_OP_SIZE_32; in cvm_oct_xmit()
|