Home
last modified time | relevance | path

Searched defs:at (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/mips/
Djsimd_dspr2.S986 .set at define
1096 .set at define
1192 .set at define
1306 .set at define
1606 .set at define
2570 .set at define
2720 .set at define
2820 .set at define
2902 .set at define
3123 .set at define
[all …]
/third_party/boost/boost/gil/
Dcolor_base.hpp90 auto at(std::integral_constant<int, 0>) in at() function
94 auto at(std::integral_constant<int, 0>) const in at() function
151 auto at(std::integral_constant<int, 0>) in at() function
155 auto at(std::integral_constant<int, 0>) const in at() function
159 auto at(std::integral_constant<int, 1>) in at() function
163 auto at(std::integral_constant<int, 1>) const in at() function
235 auto at(std::integral_constant<int, 0>) in at() function
239 auto at(std::integral_constant<int, 0>) const in at() function
243 auto at(std::integral_constant<int, 1>) in at() function
247 auto at(std::integral_constant<int, 1>) const in at() function
[all …]
/third_party/boost/boost/proto/functional/fusion/
Dat.hpp25 struct at struct
33 struct result<This(Seq, N)>
42 operator ()(Seq &seq, N const & BOOST_PROTO_DISABLE_IF_IS_CONST(Seq)) const in operator ()()
49 operator ()(Seq const &seq, N const &) const in operator ()()
/third_party/ffmpeg/libavcodec/
Daudiotoolboxdec.c160 ATDecodeContext *at = avctx->priv_data; in ffat_update_ctx() local
229 ATDecodeContext *at = avctx->priv_data; in ffat_get_magic_cookie() local
269 ATDecodeContext *at = avctx->priv_data; in ffat_usable_extradata() local
279 ATDecodeContext *at = avctx->priv_data; in ffat_set_extradata() local
301 ATDecodeContext *at = avctx->priv_data; in ffat_create_decoder() local
400 ATDecodeContext *at = avctx->priv_data; in ffat_init_decoder() local
421 ATDecodeContext *at = avctx->priv_data; in ffat_decode_callback() local
466 ATDecodeContext *at = avctx->priv_data; in ffat_copy_samples() local
477 ATDecodeContext *at = avctx->priv_data; in ffat_decode() local
560 ATDecodeContext *at = avctx->priv_data; in ffat_decode_flush() local
[all …]
Daudiotoolboxenc.c90 ATDecodeContext *at = avctx->priv_data; in ffat_update_ctx() local
236 ATDecodeContext *at = avctx->priv_data; in ffat_init_encoder() local
460 ATDecodeContext *at = avctx->priv_data; in ffat_encode_callback() local
500 ATDecodeContext *at = avctx->priv_data; in ffat_encode() local
569 ATDecodeContext *at = avctx->priv_data; in ffat_encode_flush() local
577 ATDecodeContext *at = avctx->priv_data; in ffat_close_encoder() local
/third_party/boost/boost/fusion/sequence/intrinsic/
Dat.hpp81 struct at struct
99 at(Sequence& seq) in at() function
107 at(Sequence const& seq) in at() function
/third_party/typescript/tests/baselines/reference/
DthisInClassBodyStaticESNext.js6 static at = () => this field in Foo
17 static at = () => this; field in Foo
/third_party/boost/libs/fusion/example/extension/
Dtriple.cpp261 struct at struct
266 struct at<Sq, mpl::int_<0> > struct
274 type;
276 static type call(Sq& sq) in call()
283 struct at<Sq, mpl::int_<1> > struct
291 type;
293 static type call(Sq& sq) in call()
300 struct at<Sq, mpl::int_<2> > struct
308 type;
310 static type call(Sq& sq) in call()
/third_party/boost/boost/histogram/detail/
Dat.hpp23 optional_index at(const A& axes, const std::tuple<Us...>& args) noexcept { in at() function
34 optional_index at(const A& axes, const U& args) noexcept { in at() function
/third_party/boost/boost/bimap/container_adaptor/
Dmap_adaptor.hpp110 data_type& at(const CompatibleKey & k) in at() function in boost::bimaps::container_adaptor::map_adaptor
117 const data_type& at(const CompatibleKey & k) const in at() function in boost::bimaps::container_adaptor::map_adaptor
Dunordered_map_adaptor.hpp110 data_type& at(const CompatibleKey & k) in at() function in boost::bimaps::container_adaptor::unordered_map_adaptor
117 const data_type& at(const CompatibleKey & k) const in at() function in boost::bimaps::container_adaptor::unordered_map_adaptor
Dvector_adaptor.hpp118 at(BOOST_DEDUCED_TYPENAME base_::size_type n) const in at() function in boost::bimaps::container_adaptor::vector_adaptor
134 at(BOOST_DEDUCED_TYPENAME base_::size_type n) in at() function in boost::bimaps::container_adaptor::vector_adaptor
/third_party/skia/third_party/externals/dawn/src/common/
Dityp_array.h57 Value& at(Index i) { in at() function
63 constexpr const Value& at(Index i) const { in at() function
Dityp_vector.h82 Value& at(Index i) { in at() function
87 constexpr const Value& at(Index i) const { in at() function
/third_party/boost/boost/phoenix/scope/
Dscoped_environment.hpp131 struct at struct
152 type;
154 static type call(Seq & seq) in call()
/third_party/skia/src/gpu/
DGrImageInfo.h22 GrImageInfo(GrColorType ct, SkAlphaType at, sk_sp<SkColorSpace> cs, int w, int h) in GrImageInfo()
25 GrImageInfo(GrColorType ct, SkAlphaType at, sk_sp<SkColorSpace> cs, const SkISize& dimensions) in GrImageInfo()
43 GrImageInfo makeAlphaType(SkAlphaType at) const { in makeAlphaType()
/third_party/boost/boost/math/
Doctonion.hpp294 T at = a + rhs; // exception guard member in boost::math::octonion
304 T at = a + rhs.real(); // exception guard in operator +=() local
316 T at = a + rhs.R_component_1(); // exception guard in operator +=() local
333 T at = a + static_cast<T>(rhs.R_component_1()); // exception guard in operator +=() local
358 T at = a - rhs; // exception guard in operator -=() local
368 T at = a - rhs.real(); // exception guard in operator -=() local
380 T at = a - rhs.R_component_1(); // exception guard in operator -=() local
397 T at = a - static_cast<T>(rhs.R_component_1()); // exception guard in operator -=() local
421 T at = a * rhs; // exception guard in operator *=() local
448 T at = +a*ar-b*br; in operator *=() local
[all …]
/third_party/musl/src/thread/
Dpthread_mutex_timedlock.c21 …tic int pthread_mutex_timedlock_pi(pthread_mutex_t *restrict m, const struct timespec *restrict at) in pthread_mutex_timedlock_pi()
56 int __pthread_mutex_timedlock(pthread_mutex_t *restrict m, const struct timespec *restrict at) in __pthread_mutex_timedlock()
D__timedwait.c33 clockid_t clk, const struct timespec *at, int priv) in __timedwait_cp()
64 clockid_t clk, const struct timespec *at, int priv) in __timedwait()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_timedlock.c21 …tic int pthread_mutex_timedlock_pi(pthread_mutex_t *restrict m, const struct timespec *restrict at) in pthread_mutex_timedlock_pi()
56 int __pthread_mutex_timedlock(pthread_mutex_t *restrict m, const struct timespec *restrict at) in __pthread_mutex_timedlock()
D__timedwait.c44 clockid_t clk, const struct timespec *at, int priv) in __timedwait_cp()
75 clockid_t clk, const struct timespec *at, int priv) in __timedwait()
/third_party/flutter/skia/src/image/
DSkImage_Gpu.cpp59 SkImage_Gpu::SkImage_Gpu(sk_sp<GrContext> context, uint32_t uniqueID, SkAlphaType at, in SkImage_Gpu()
125 SkAlphaType at, sk_sp<SkColorSpace> colorSpace, in new_wrapped_texture_common()
147 SkColorType ct, SkAlphaType at, sk_sp<SkColorSpace> cs, in MakeFromTexture()
170 SkColorType ct, SkAlphaType at, in MakeFromAdoptedTexture()
230 SkAlphaType at = GetAlphaTypeFromYUVAIndices(yuvaIndices); in ConvertYUVATexturesToRGB() local
276 SkAlphaType at = SkImage_GpuBase::GetAlphaTypeFromYUVAIndices(yuvaIndices); in MakeFromYUVATexturesCopyWithExternalBackend() local
361 SkAlphaType at, uint32_t id, in create_image_from_producer()
525 sk_sp<SkImage> SkImage::MakeFromAHardwareBuffer(AHardwareBuffer* graphicBuffer, SkAlphaType at, in MakeFromAHardwareBuffer()
587 SkAlphaType at = pixmap.alphaType(); in MakeFromAHardwareBufferWithData() local
/third_party/boost/libs/proto/example/
Dvirtual_member.cpp45 struct at : proto::callable struct
51 struct result<This(Vector, N)>
60 operator()(Vector const &vector, N) const in operator ()()
/third_party/boost/libs/contract/example/features/
Doptional_result_virtual.cpp24 T& accessible<T>::at(unsigned index, boost::contract::virtual_* v) { in at() function in accessible
51 T& at(unsigned index, boost::contract::virtual_* v = 0) /* override */ { in at() function in vector
/third_party/boost/boost/mpl/
Dat.hpp31 struct at struct

12345678910>>...14