HomeSort by relevance Sort by last modified time
    Searched full:pfirst (Results 1 - 25 of 53) sorted by null

1 2 3

  /packages/apps/Nfc/nxp/jni/
com_android_nfc_list.cpp 28 pList->pFirst = NULL;
75 if (pList->pFirst == NULL)
78 pList->pFirst = pNode;
83 pLastNode = pList->pFirst;
108 if (pList->pFirst == NULL)
116 pNode = pList->pFirst;
117 if (pList->pFirst->pData == pData)
123 pList->pFirst = pList->pFirst->pNext;
170 if (pList->pFirst)
    [all...]
com_android_nfc_list.h 34 listNode* 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);
  /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/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 341 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { return a.m128_f32[0]; } function in namespace:Eigen::internal
342 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { return a.m128d_f64[0]; } function in namespace:Eigen::internal
343 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int x = _mm_cvtsi128_si32(a); return x; } function in namespace:Eigen::internal
346 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float x = _mm_cvtss_f32(a); return x; } function in namespace:Eigen::internal
347 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double x = _mm_cvtsd_f64(a); return x; } function in namespace:Eigen::internal
348 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int x = _mm_cvtsi128_si32(a); return x; } function in namespace:Eigen::internal
350 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { return _mm_cvtss_f32(a); } function in namespace:Eigen::internal
351 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { return _mm_cvtsd_f64(a); } function in namespace:Eigen::internal
352 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { return _mm_cvtsi128_si32(a); } function in namespace:Eigen::internal
410 return pfirst(_mm_hadd_ps(tmp0, tmp0))
    [all...]
Complex.h 112 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a) function in namespace:Eigen::internal
131 return pfirst(Packet2cf(_mm_add_ps(a.v, _mm_movehl_ps(a.v,a.v))));
141 return pfirst(pmul(a, Packet2cf(_mm_movehl_ps(a.v,a.v))));
319 template<> EIGEN_STRONG_INLINE std::complex<double> pfirst<Packet1cd>(const Packet1cd& a) function in namespace:Eigen::internal
330 return pfirst(a);
340 return pfirst(a);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
uparse.c 231 * set the first code point in *pFirst
237 uint32_t *pFirst,
251 if(pFirst!=NULL) {
252 *pFirst=0xffffffff;
277 if(pFirst!=NULL) {
278 *pFirst=value;
279 pFirst=NULL;
uparse.h 105 * Set the first code point in *pFirst.
110 * @param pFirst If pFirst!=NULL the *pFirst will be set to the first
118 uint32_t *pFirst,
  /external/icu/icu4c/source/tools/toolutil/
uparse.c 231 * set the first code point in *pFirst
237 uint32_t *pFirst,
251 if(pFirst!=NULL) {
252 *pFirst=0xffffffff;
277 if(pFirst!=NULL) {
278 *pFirst=value;
279 pFirst=NULL;
uparse.h 105 * Set the first code point in *pFirst.
110 * @param pFirst If pFirst!=NULL the *pFirst will be set to the first
118 uint32_t *pFirst,
  /external/chromium_org/third_party/sqlite/src/src/
memjournal.c 63 FileChunk *pFirst; /* Head of in-memory chunk-list */
89 for(pChunk=p->pFirst;
146 assert( p->pFirst );
149 assert( !p->pFirst );
150 p->pFirst = pNew;
172 pChunk = p->pFirst;
mem2.c 92 struct MemBlockHdr *pFirst;
265 mem.pFirst = pHdr;
315 assert( mem.pFirst==pHdr );
316 mem.pFirst = pHdr->pNext;
465 for(pHdr=mem.pFirst; pHdr; pHdr=pHdr->pNext){
487 for(pHdr=mem.pFirst; pHdr; pHdr=pHdr->pNext){
  /external/qemu/include/android/
charpipe.h 21 extern int qemu_chr_open_charpipe( CharDriverState* *pfirst, CharDriverState* *psecond );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdutil.h 74 WSDXML_ELEMENT *pFirst,
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 166 res[j] = cj.pmadd(lhs0[j], pfirst(ptmp0), res[j]);
167 res[j] = cj.pmadd(lhs1[j], pfirst(ptmp1), res[j]);
168 res[j] = cj.pmadd(lhs2[j], pfirst(ptmp2), res[j]);
169 res[j] = cj.pmadd(lhs3[j], pfirst(ptmp3), res[j]);
235 res[j] = cj.pmadd(lhs0[j], pfirst(ptmp0), res[j]);
236 res[j] = cj.pmadd(lhs1[j], pfirst(ptmp1), res[j]);
237 res[j] = cj.pmadd(lhs2[j], pfirst(ptmp2), res[j]);
238 res[j] = cj.pmadd(lhs3[j], pfirst(ptmp3), res[j]);
257 res[j] += cj.pmul(lhs0[j], pfirst(ptmp0));
269 res[i] += cj.pmul(lhs0[i], pfirst(ptmp0))
    [all...]
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 110 template<> EIGEN_STRONG_INLINE std::complex<float> pfirst<Packet2cf>(const Packet2cf& a) function in namespace:Eigen::internal
130 return pfirst(Packet2cf(b));
152 return pfirst(prod);
PacketMath.h 344 template<> EIGEN_STRONG_INLINE float pfirst<Packet4f>(const Packet4f& a) { float EIGEN_ALIGN16 x[4]; vec_st(a, 0, x); return x[0]; } function in namespace:Eigen::internal
345 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4]; vec_st(a, 0, x); return x[0]; } function in namespace:Eigen::internal
360 return pfirst(sum);
396 return pfirst(sum);
433 return pfirst(pmul(prod, (Packet4f)vec_sld(prod, prod, 4)));
449 return pfirst(res);
457 return pfirst(res);
466 return pfirst(res);
474 return pfirst(res);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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/qemu/android/
charpipe.c 232 qemu_chr_open_charpipe( CharDriverState* *pfirst, CharDriverState* *psecond )
243 *pfirst = NULL;
251 *pfirst = cp->a->cs;

Completed in 1226 milliseconds

1 2 3