Searched refs:x0L (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl.rc20 #define MY_FILEFLAGS_1 0x0L
48 FILESUBTYPE 0x0L // not used
/external/neven/Embedded/common/src/b_ImageEm/
H A DFunctions.c303 int32 x0L = xL >> 16; local
314 uint32 idxL = y0L * w1L + x0L;
332 int32 x0L = xL >> 16; local
344 if( x0L < 0 )
348 else if( x0L >= ( int32 )w1L - 1 )
354 *dstL++ = ( ( uint32 )srcL[ x0L ] * xf1L + ( uint32 )srcL[ x0L + 1 ] * xf2L + 0x08000 ) >> 16;
359 if( x0L < 0 )
363 else if( x0L >= ( int32 )w1L - 1 )
369 uint32 idxL = ( h1L - 1 ) * w1L + x0L;
653 int32 x0L = ( ( xL >> 15 ) + 1 ) >> 1; local
[all...]
/external/neven/Embedded/common/src/b_TensorEm/
H A DCluster3D.c328 int32 x0L = altA.vecE.xE; local
336 x0L = ( ( x0L >> ( -shiftL - 1 ) ) + 1 ) >> 1;
342 x0L <<= shiftL;
349 x0L += (int32)1 << ( altA.matE.bbpE - 1 );
359 vecPtrL->xE = ( x0L + xL * altA.matE.xxE + yL * altA.matE.xyE + zL * altA.matE.xzE ) >> altA.matE.bbpE;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DDoubleTest.java812 0x0L, 0x0L, 0x0L,
813 0x0L, 0x0L, 0x0L,
814 0x0L, 0x0L, 0x0L,
815 0x0L,
[all...]
H A DLongTest.java866 assertEquals(64, Long.numberOfLeadingZeros(0x0L));
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DLocalScanDetector.c600 int32 x0L = ( ( wrkClPtrL->vecArrE[ iL ].xE >> ( wrkClPtrL->bbpE - 1 ) ) + 1 ) >> 1; local
602 struct bts_Int16Rect scanRegionL = bts_Int16Rect_create( x0L - regionWHL, y0L - regionHHL, x0L + regionWHL, y0L + regionHHL );
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri_md.h219 #define jlong_ZERO 0x0L

Completed in 511 milliseconds