/hardware/qcom/display/msm8996/sdm/include/utils/ |
D | constants.h | 58 template <class T1, class T2> 59 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() 60 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 63 template <class T1, class T2> 64 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() 65 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
D | constants.h | 60 template <class T1, class T2> 61 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() 62 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 65 template <class T1, class T2> 66 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() 67 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/display/msm8998/sdm/include/utils/ |
D | constants.h | 60 template <class T1, class T2> 61 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() 62 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 65 template <class T1, class T2> 66 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() 67 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/display/msm8909/sdm/include/utils/ |
D | constants.h | 60 template <class T1, class T2> 61 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() 62 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 65 template <class T1, class T2> 66 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() 67 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/sm8150/display/sdm/include/utils/ |
D | constants.h | 64 template <class T1, class T2> 65 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() 66 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 69 template <class T1, class T2> 70 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() 71 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/qcom/sm7250/display/sdm/include/utils/ |
D | constants.h | 65 template <class T1, class T2> 66 inline T1 FloorToMultipleOf(const T1 &value, const T2 &factor) { in FloorToMultipleOf() 67 return (T1)(value & (~(factor - 1))); in FloorToMultipleOf() 70 template <class T1, class T2> 71 inline T1 CeilToMultipleOf(const T1 &value, const T2 &factor) { in CeilToMultipleOf() 72 return (T1)((value + (factor - 1)) & (~(factor - 1))); in CeilToMultipleOf()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/ |
D | ParcelableUtils.h | 35 template <class T1, class T2> 36 ndk::ScopedAStatus vectorToStableLargeParcelable(std::vector<T1>&& values, T2* output) { in vectorToStableLargeParcelable() 57 template <class T1, class T2> 58 ndk::ScopedAStatus vectorToStableLargeParcelable(const std::vector<T1>& values, T2* output) { in vectorToStableLargeParcelable() 60 std::vector<T1> valuesCopy = values; in vectorToStableLargeParcelable()
|
/hardware/google/gfxstream/host/ |
D | BlobManager.h | 96 template <class T1, class T2> 97 std::size_t operator()(const std::pair<T1, T2>& p) const { in operator() 98 auto h1 = std::hash<T1>{}(p.first); in operator()
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl.hpp | 7413 typename T0, typename T1, typename T2, typename T3, 7443 T1 t1 = NullType(), in operator ()() 7478 SetArg<1, T1>::set(kernel_, t1); in operator ()() 7528 typename T1, 7563 T1, 7615 T1, 7650 T1 arg1, in operator ()() 7723 typename T1, 7755 T1, 7789 T1, [all …]
|
D | opencl.hpp | 6203 template<int index, int ArrayLength, class D, typename T0, typename T1, typename... Ts> 6204 …<void*, ArrayLength> &pointerList, const pointer<T0, D> &t0, const pointer<T1, D> &t1, Ts & ... ts) in setSVMPointersHelper() argument 6210 template<int index, int ArrayLength, typename T0, typename T1, typename... Ts> 6212 setSVMPointersHelper(std::array<void*, ArrayLength> &pointerList, T0 t0, T1 t1, Ts... ts) in setSVMPointersHelper()
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sap/1/android/hardware/radio/sap/ |
D | SapTransferProtocol.aidl | 38 T1, enumConstant
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sap/current/android/hardware/radio/sap/ |
D | SapTransferProtocol.aidl | 38 T1, enumConstant
|
/hardware/interfaces/radio/aidl/android/hardware/radio/sap/ |
D | SapTransferProtocol.aidl | 23 T1, enumConstant
|
/hardware/google/camera/common/hal/common/ |
D | hal_types.h | 353 template <class T1, class T2> 354 std::size_t operator()(const std::pair<T1, T2>& p) const { in operator() 355 return std::hash<T1>{}(p.first) ^ std::hash<T2>{}(p.second); in operator()
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | euler_angles.inl | 302 float T1 = glm::atan2<T, defaultp>(M[2][1], M[2][2]); local 305 float S1 = glm::sin(T1); 306 float C1 = glm::cos(T1); 308 t1 = -T1;
|
/hardware/qcom/sm8150p/gps/location/ |
D | LocationAPI.cpp | 72 template <typename T1, typename T2> 73 static const T1* loadLocationInterface(const char* library, const char* name) { in loadLocationInterface() 77 return (const T1*) getter; in loadLocationInterface()
|
/hardware/qcom/sm7150/gps/location/ |
D | LocationAPI.cpp | 72 template <typename T1, typename T2> 73 static const T1* loadLocationInterface(const char* library, const char* name) { in loadLocationInterface() 77 return (const T1*) getter; in loadLocationInterface()
|
/hardware/qcom/sm8150/gps/location/ |
D | LocationAPI.cpp | 82 template <typename T1, typename T2> 83 static const T1* loadLocationInterface(const char* library, const char* name) { in loadLocationInterface() 87 return (const T1*) getter; in loadLocationInterface()
|
/hardware/qcom/sm7250/gps/location/ |
D | LocationAPI.cpp | 82 template <typename T1, typename T2> 83 static const T1* loadLocationInterface(const char* library, const char* name) { in loadLocationInterface() 87 return (const T1*) getter; in loadLocationInterface()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 691 template <typename T0, typename T1, typename... Ts> 692 std::tuple<T0 &, T1 &, Ts &...> get() VULKAN_HPP_NOEXCEPT in get() 694 return std::tie( get<T0>(), get<T1>(), get<Ts>()... ); in get() 697 template <typename T0, typename T1, typename... Ts> 698 std::tuple<T0 const &, T1 const &, Ts const &...> get() const VULKAN_HPP_NOEXCEPT in get() 700 return std::tie( get<T0>(), get<T1>(), get<Ts>()... ); in get()
|
D | vulkan.hpp | 692 template <typename T0, typename T1, typename... Ts> 693 std::tuple<T0 &, T1 &, Ts &...> get() VULKAN_HPP_NOEXCEPT in get() 695 return std::tie( get<T0>(), get<T1>(), get<Ts>()... ); in get() 698 template <typename T0, typename T1, typename... Ts> 699 std::tuple<T0 const &, T1 const &, Ts const &...> get() const VULKAN_HPP_NOEXCEPT in get() 701 return std::tie( get<T0>(), get<T1>(), get<Ts>()... ); in get()
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 283 T1,
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 1647 /** Invalid T1-T4 timestamp */
|
/hardware/interfaces/tv/tuner/assets/ |
D | tuner_frontend_input.es | 969 �&�����7|p~�������Sac�4��;@pQ[��T\|pP-��m������8�!��!�*l�.T1��������y�ק����X�… 1507 …�Y~����0��7Y�/ٝ�������y16�\���m}ANAگ�[��_E��J�ֵ�6[���M��=X������op}7T1�G�|�*�Q��uMw��ڼx�w�… 3564 �ւ�ag�c� ��3�~2\�|��#���H^D��(G��<;@#��>;���9��;��f�p��C�����ѩ�8�ྛ�^22�3�V�?�����T1��1��… 3904 ��0�1���Ⴅ��M��)�L"[��@*�X��D|���M�8`��e�p�|�X@�d/Q�_�县�^��x ^�A�t_A��QRl�T1 ޤ�ڼfÐ… 5558 >Y"�'��)Z0�N,���O�ڽ�v��T1��\n���aF�i�6`$`�p�M�gč�P+YL����߿U�>(Bj���� 6�{�`G����A����…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.mjs | 4593 defineSymbol(text$1, main, textord, "<", "\\textless"); // in T1 fontenc 4595 defineSymbol(text$1, main, textord, ">", "\\textgreater"); // in T1 fontenc 4604 defineSymbol(text$1, main, textord, "|", "\\textbar"); // in T1 fontenc
|