Home
last modified time | relevance | path

Searched refs:bs (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_pipeline.h122 uint8x8_t bs = NeonLerp(b0, b1, a1); in NeonPreLerpARGB8888() local
125 StoreBuf_ARGB8888(buf, rs, gs, bs, as); in NeonPreLerpARGB8888()
142 uint8x8_t bs = NeonPreLerp(b0, b1, a1); in NeonPrelerpARGB8888() local
145 StoreBuf_ARGB8888(buf, rs, gs, bs, as); in NeonPrelerpARGB8888()
163 uint8x8_t bs = NeonPreLerp(b0, b1, a1); in NeonPrelerpARGB8888() local
166 StoreBuf_ARGB8888(buf, rs, gs, bs, as); in NeonPrelerpARGB8888()
189 uint8x8_t bs = NeonPreLerp(b0, b1, a1); in NeonPrelerpARGB8888() local
192 StoreBuf_ARGB8888(dstBuffer, rs, gs, bs, as); in NeonPrelerpARGB8888()
212 uint8x8_t bs = NeonPreLerp(b0, b1, a1); in NeonPrelerpARGB8888() local
215 StoreBuf_ARGB8888(dstBuffer, rs, gs, bs, a in NeonPrelerpARGB8888()
233 uint8x8_t bs = NeonLerp(b0, b1, a1); NeonLerpARGB8888() local
253 uint8x8_t bs = NeonLerp(b0, b1, a1); NeonLerpARGB8888() local
274 uint8x8_t bs = NeonLerp(b0, b1, a1); NeonLerpARGB8888() local
300 uint8x8_t bs = NeonLerp(b0, b1, a1); NeonLerpARGB8888() local
323 uint8x8_t bs = NeonLerp(b0, b1, a1); NeonLerpARGB8888() local
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dbundle_stats_test.cpp48 BundleStats bs(appSize, cacheSize, dataSize); in HWTEST_F()
50 bs.Marshalling(parcel); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_utils.h163 auto bs = interface_cast<IStackProperty>(b); in IsEqual() local
164 if (!as || !bs) { in IsEqual()
167 return IsEqual(as->GetDefaultValue(), bs->GetDefaultValue()) && in IsEqual()
168 IsEqual(as->GetValues({}, false), bs->GetValues({}, false)) && in IsEqual()
169 as->GetModifiers({}, false).size() == bs->GetModifiers({}, false).size(); in IsEqual()
/foundation/window/window_manager/utils/include/
H A Dwm_math.h63 T Max(const T& a, const Ts&... bs) in Max() argument
65 return Max(a, Max(bs...)); in Max()
75 T Min(const T& a, const Ts&... bs) in Min() argument
77 return Min(a, Min(bs...)); in Min()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_fuse.cpp794 uint64_t bs = BS_SIZE; in Statfs() local
796 statInfo->f_bsize = static_cast<unsigned long>(bs); in Statfs()
797 statInfo->f_frsize = static_cast<unsigned long>(bs); in Statfs()
798 statInfo->f_blocks = device_.StorageTotalSize() / bs; in Statfs()
799 statInfo->f_bavail = device_.StorageFreeSize() / bs; in Statfs()

Completed in 4 milliseconds