OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxInt32Value8bbpL
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
355
int32
maxInt32Value8bbpL
= 0x7FFFFFFF;
394
maxInt32Value8bbpL
>>= -shiftL;
395
if( invAlt2DL.matE.xxE >
maxInt32Value8bbpL
||
396
invAlt2DL.matE.xyE >
maxInt32Value8bbpL
||
397
invAlt2DL.matE.yxE >
maxInt32Value8bbpL
||
398
invAlt2DL.matE.yyE >
maxInt32Value8bbpL
)
407
maxInt32Value8bbpL
>> ( bbpL - ( -shiftL ) ) );
415
maxInt32Value8bbpL
<<= -shiftL;
428
maxInt32Value8bbpL
>>= -shiftL;
429
if( invAlt2DL.vecE.xE >
maxInt32Value8bbpL
||
[
all
...]
UInt8Image.c
541
int32
maxInt32Value8bbpL
= 0x7FFFFFFF;
580
maxInt32Value8bbpL
>>= -shiftL;
581
if( invAlt2DL.matE.xxE >
maxInt32Value8bbpL
||
582
invAlt2DL.matE.xyE >
maxInt32Value8bbpL
||
583
invAlt2DL.matE.yxE >
maxInt32Value8bbpL
||
584
invAlt2DL.matE.yyE >
maxInt32Value8bbpL
)
593
maxInt32Value8bbpL
>> ( bbpL - ( -shiftL ) ) );
601
maxInt32Value8bbpL
<<= -shiftL;
615
maxInt32Value8bbpL
>>= -shiftL;
616
if( invAlt2DL.vecE.xE >
maxInt32Value8bbpL
||
[
all
...]
Completed in 5856 milliseconds