Searched defs:n1 (Results 1 - 6 of 6) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
H A Ddmstring.cc209 INT32 n1 = HexDigit2N( *szSrc++ ); local
211 if ( n1 < 0 )
219 *szTrg++ = (unsigned char)((n1 << 4) + n2);
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
H A Ddmprofile.h76 long long n1 = _tv1.tv_usec + (_tv1.tv_sec * 1000000 ); local
78 long long elapsed = n2 - n1;
79 //printf( "DMProfile: %s, time is %lld usec, from %lld to %lld\n", _s, elapsed, n1, n2 );
83 g_aProfStorage[nCurCell]._from = n1;
87 printf( "DMProfile: %s, time is %lld usec, from %lld to %lld\n", _s, elapsed, n1, n2 );
141 long long n1 = _tv1.tv_usec + (_tv1.tv_sec * 1000000 ); local
143 long long elapsed = n2 - n1;
177 __aProfStackStorage[nCurCell]._from = n1;
/packages/apps/OMA-DM/engine/xpl/hdr/
H A Ddmprofile.h76 long long n1 = _tv1.tv_usec + (_tv1.tv_sec * 1000000 ); local
78 long long elapsed = n2 - n1;
79 //printf( "DMProfile: %s, time is %lld usec, from %lld to %lld\n", _s, elapsed, n1, n2 );
83 g_aProfStorage[nCurCell]._from = n1;
87 printf( "DMProfile: %s, time is %lld usec, from %lld to %lld\n", _s, elapsed, n1, n2 );
141 long long n1 = _tv1.tv_usec + (_tv1.tv_sec * 1000000 ); local
143 long long elapsed = n2 - n1;
177 __aProfStackStorage[nCurCell]._from = n1;
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_poly.h302 double C[16],n0,n1,n2,n3,m; local
352 n1=db_sqr(C[4]) +db_sqr(C[5]) +db_sqr(C[6]) +db_sqr(C[7]);
358 if(n0>=n1 && n0>=n2 && n0>=n3)
363 else if(n1>=n2 && n1>=n3)
365 m=db_SafeReciprocal(sqrt(n1));
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_poly.h302 double C[16],n0,n1,n2,n3,m; local
352 n1=db_sqr(C[4]) +db_sqr(C[5]) +db_sqr(C[6]) +db_sqr(C[7]);
358 if(n0>=n1 && n0>=n2 && n0>=n3)
363 else if(n1>=n2 && n1>=n3)
365 m=db_SafeReciprocal(sqrt(n1));
/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/
H A Ddmt_test.cc45 long long n1 = m_tvStart.tv_usec + (m_tvStart.tv_sec * 1000000 ); local
47 long long elapsed = n2 - n1;

Completed in 70 milliseconds