Home
last modified time | relevance | path

Searched defs:Ap (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/
Dap.hpp38 using Ap = BOOST_HANA_DISPATCH_IF(ap_impl<Function>, in operator ()() typedef
/third_party/boost/boost/hana/
Dap.hpp38 using Ap = BOOST_HANA_DISPATCH_IF(ap_impl<Function>, in operator ()() typedef
/third_party/ffmpeg/libavcodec/
Dcbs_jpeg.h112 uint8_t *Ap; member
/third_party/mbedtls/library/
Dripemd160.c92 uint32_t A, B, C, D, E, Ap, Bp, Cp, Dp, Ep, X[16]; in mbedtls_internal_ripemd160_process() member
/third_party/lwip/src/netif/ppp/
Deap.c1321 struct t_num sval, gval, Nval, *Ap, Bval; in eap_request() local
/third_party/boost/boost/smart_ptr/
Dshared_ptr.hpp491 …explicit shared_ptr( Ap r, typename boost::detail::sp_enable_if_auto_ptr<Ap, int>::type = 0 ): px(… in shared_ptr()