| /external/pdfium/core/fxcrt/css/ |
| cfx_cssselector.cpp | 67 std::unique_ptr<CFX_CSSSelector> pFirst = nullptr; 74 if (pFirst) { 75 pFirst->SetType(CFX_CSSSelectorType::Descendant); 76 p->SetNext(std::move(pFirst)); 78 pFirst = std::move(p); 86 return pFirst;
|
| /prebuilts/misc/common/swig/include/2.0.11/octave/ |
| std_pair.i | 18 T *pfirst = &(val->first); 19 int res1 = swig::asval(first, pfirst); 28 T *pfirst = 0; 29 int res1 = swig::asval(first, pfirst); 69 T *pfirst = &(vp->first); 70 int res1 = swig::asval(first, pfirst); 80 T *pfirst = 0; 81 int res1 = swig::asval(first, pfirst);
|
| /hardware/nxp/nfc/halimpl/utils/ |
| phNxpNciHal_utils.cc | 38 pList->pFirst = NULL; 96 if (pList->pFirst == NULL) { 98 pList->pFirst = pNode; 101 pLastNode = pList->pFirst; 133 if (pList->pFirst == NULL) { 140 pNode = pList->pFirst; 141 if (pList->pFirst->pData == pData) { 146 pList->pFirst = pList->pFirst->pNext; 195 if (pList->pFirst == NULL) [all...] |
| phNxpNciHal_utils.h | 36 struct listNode* pFirst;
|
| /prebuilts/misc/common/swig/include/2.0.11/ruby/ |
| std_pair.i | 19 T *pfirst = &(val->first); 20 int res1 = swig::asval((VALUE)first, pfirst); 27 T *pfirst = 0; 28 int res1 = swig::asval((VALUE)first, pfirst); 64 T *pfirst = &(vp->first); 65 int res1 = swig::asval((VALUE)first, pfirst); 73 T *pfirst = 0; 74 int res1 = swig::asval((VALUE)first, pfirst);
|
| /prebuilts/misc/common/swig/include/2.0.11/python/ |
| std_pair.i | 19 T *pfirst = &(val->first); 20 int res1 = swig::asval((PyObject*)first, pfirst); 27 T *pfirst = 0; 68 T *pfirst = &(vp->first); 69 int res1 = swig::asval((PyObject*)first, pfirst); 77 T *pfirst = 0; 78 int res1 = swig::asval((PyObject*)first, pfirst);
|
| /external/icu/icu4c/source/tools/toolutil/ |
| uparse.cpp | 233 * set the first code point in *pFirst 239 uint32_t *pFirst, 253 if(pFirst!=NULL) { 254 *pFirst=0xffffffff; 279 if(pFirst!=NULL) { 280 *pFirst=value; 281 pFirst=NULL;
|
| uparse.h | 107 * Set the first code point in *pFirst. 112 * @param pFirst If pFirst!=NULL the *pFirst will be set to the first 120 uint32_t *pFirst,
|
| /external/eigen/Eigen/src/Core/arch/SSE/ |
| PacketMath.h | 421 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { return a.m128_f32[0]; } function in namespace:Eigen::internal 422 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { return a.m128d_f64[0]; } function in namespace:Eigen::internal 423 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int x = _mm_cvtsi128_si32(a); return x; } function in namespace:Eigen::internal 426 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float x = _mm_cvtss_f32(a); return x; } function in namespace:Eigen::internal 427 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double x = _mm_cvtsd_f64(a); return x; } function in namespace:Eigen::internal 428 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int x = _mm_cvtsi128_si32(a); return x; } function in namespace:Eigen::internal 430 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { return _mm_cvtss_f32(a); } function in namespace:Eigen::internal 431 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { return _mm_cvtsd_f64(a); } function in namespace:Eigen::internal 432 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { return _mm_cvtsi128_si32(a); } function in namespace:Eigen::internal 540 // return pfirst<Packet4f>(_mm_hadd_ps(tmp, tmp)) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| wsdutil.h | 74 WSDXML_ELEMENT *pFirst,
|
| /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
| vc1parse_huffman.c | 59 int8_t *pFirst, int16_t *pSecond)
87 *pFirst = *pTable++;
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| redemo.py | 141 pfirst = "1.0 + %d chars" % first
143 self.stringdisplay.tag_add(tag, pfirst, plast)
145 self.stringdisplay.yview_pickplace(pfirst)
|
| /external/python/cpython2/Tools/scripts/ |
| redemo.py | 142 pfirst = "1.0 + %d chars" % first 144 self.stringdisplay.tag_add(tag, pfirst, plast) 146 self.stringdisplay.yview_pickplace(pfirst)
|
| /external/python/cpython3/Tools/demo/ |
| redemo.py | 143 pfirst = "1.0 + %d chars" % first 145 self.stringdisplay.tag_add(tag, pfirst, plast) 147 self.stringdisplay.yview_pickplace(pfirst)
|
| /external/eigen/Eigen/src/Core/arch/AltiVec/ |
| PacketMath.h | 519 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x; vec_ste(a, 0, &x); return x; } function in namespace:Eigen::internal 520 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x; vec_ste(a, 0, &x); return x; } function in namespace:Eigen::internal 540 return pfirst(sum); 580 return pfirst(sum); 617 return pfirst(pmul(prod, vec_sld(prod, prod, 4))); 633 return pfirst(res); 641 return pfirst(res); 650 return pfirst(res); 658 return pfirst(res); 951 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double EIGEN_ALIGN16 x[2]; pstore<double>(x, a); return x[0]; } function in namespace:Eigen::internal [all...] |
| /external/eigen/Eigen/src/Core/products/ |
| GeneralMatrixVector.h | 207 res[j] = cj.pmadd(lhs0(j), pfirst(ptmp0), res[j]); 208 res[j] = cj.pmadd(lhs1(j), pfirst(ptmp1), res[j]); 209 res[j] = cj.pmadd(lhs2(j), pfirst(ptmp2), res[j]); 210 res[j] = cj.pmadd(lhs3(j), pfirst(ptmp3), res[j]); 276 res[j] = cj.pmadd(lhs0(j), pfirst(ptmp0), res[j]); 277 res[j] = cj.pmadd(lhs1(j), pfirst(ptmp1), res[j]); 278 res[j] = cj.pmadd(lhs2(j), pfirst(ptmp2), res[j]); 279 res[j] = cj.pmadd(lhs3(j), pfirst(ptmp3), res[j]); 298 res[j] += cj.pmul(lhs0(j), pfirst(ptmp0)); 310 res[i] += cj.pmul(lhs0(i), pfirst(ptmp0)) [all...] |
| /external/eigen/Eigen/src/Core/arch/ZVector/ |
| PacketMath.h | 684 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4]; pstore(x, a); return x[0]; } function in namespace:Eigen::internal 685 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[2]; vec_st2f(a.v4f[0], &x[0]); return x[0]; } function in namespace:Eigen::internal 686 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double EIGEN_ALIGN16 x[2]; pstore(x, a); return x[0]; } function in namespace:Eigen::internal 723 return pfirst(sum); 731 return pfirst(sum); 806 return pfirst(pmul(a, reinterpret_cast<Packet2d>(vec_sld(reinterpret_cast<Packet4i>(a), reinterpret_cast<Packet4i>(a), 8)))); 812 return static_cast<float>(pfirst(predux_mul(pmul(a.v4f[0], a.v4f[1])))); 821 return pfirst(res); 826 return pfirst(pmin<Packet2d>(a, reinterpret_cast<Packet2d>(vec_sld(reinterpret_cast<Packet4i>(a), reinterpret_cast<Packet4i>(a), 8)))); 834 return static_cast<float>(pfirst(res)) [all...] |
| Complex.h | 189 template<> EIGEN_STRONG_INLINE std::complex<double> pfirst<Packet1cd>(const Packet1cd& a) function in namespace:Eigen::internal 196 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a) function in namespace:Eigen::internal 215 return pfirst(a); 241 return pfirst(a);
|
| /external/pdfium/xfa/fwl/ |
| cfwl_widgetmgr.cpp | 301 int32_t CFWL_WidgetMgr::CountRadioButtonGroup(CFWL_Widget* pFirst) const { 303 CFWL_Widget* pChild = pFirst; 321 CFWL_Widget* pFirst = GetFirstSiblingWidget(pRadioButton); 322 if (!pFirst) 323 pFirst = pRadioButton; 325 if (CountRadioButtonGroup(pFirst) < 2)
|
| cfwl_widgetmgr.h | 96 int32_t CountRadioButtonGroup(CFWL_Widget* pFirst) const;
|
| /external/eigen/Eigen/src/Core/arch/AVX/ |
| PacketMath.h | 316 template<> EIGEN_STRONG_INLINE float pfirst<Packet8f>(const Packet8f& a) { function in namespace:Eigen::internal 319 template<> EIGEN_STRONG_INLINE double pfirst<Packet4d>(const Packet4d& a) { function in namespace:Eigen::internal 322 template<> EIGEN_STRONG_INLINE int pfirst<Packet8i>(const Packet8i& a) { function in namespace:Eigen::internal 415 return pfirst(_mm256_mul_ps(tmp, _mm256_shuffle_ps(tmp,tmp,1))); 421 return pfirst(_mm256_mul_pd(tmp, _mm256_shuffle_pd(tmp,tmp,1))); 428 return pfirst(_mm256_min_ps(tmp, _mm256_shuffle_ps(tmp,tmp,1))); 433 return pfirst(_mm256_min_pd(tmp, _mm256_shuffle_pd(tmp, tmp, 1))); 440 return pfirst(_mm256_max_ps(tmp, _mm256_shuffle_ps(tmp,tmp,1))); 446 return pfirst(_mm256_max_pd(tmp, _mm256_shuffle_pd(tmp, tmp, 1)));
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/ |
| split_fn_imps.hpp | 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); local 145 node_pointer p_child_ret = rec_split(pfirst, b_it, e_it, other, r_bag);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/ |
| split_fn_imps.hpp | 144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this); local 145 node_pointer p_child_ret = rec_split(pfirst, b_it, e_it, other, r_bag);
|
| /external/eigen/Eigen/src/Core/arch/AVX512/ |
| PacketMath.h | 626 EIGEN_STRONG_INLINE float pfirst<Packet16f>(const Packet16f& a) { function in namespace:Eigen::internal 630 EIGEN_STRONG_INLINE double pfirst<Packet8d>(const Packet8d& a) { function in namespace:Eigen::internal 634 EIGEN_STRONG_INLINE int pfirst<Packet16i>(const Packet16i& a) { function in namespace:Eigen::internal 886 return pfirst(_mm256_hadd_ps(tmp0, tmp0)); 895 return pfirst(sum); 904 return pfirst(_mm256_hadd_pd(tmp0, tmp0)); 940 return pfirst(pmul(res, _mm_permute_ps(res, _MM_SHUFFLE(0, 0, 0, 1)))); [all...] |
| /external/eigen/Eigen/src/Core/arch/NEON/ |
| Complex.h | 147 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a) function in namespace:Eigen::internal 400 template<> EIGEN_STRONG_INLINE std::complex<double> pfirst<Packet1cd>(const Packet1cd& a) function in namespace:Eigen::internal 410 template<> EIGEN_STRONG_INLINE std::complex<double> predux<Packet1cd>(const Packet1cd& a) { return pfirst(a); } 414 template<> EIGEN_STRONG_INLINE std::complex<double> predux_mul<Packet1cd>(const Packet1cd& a) { return pfirst(a); }
|