OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lrPtrL
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
349
const uint16*
lrPtrL
= llPtrL + halfSrcWidthL - 1;
529
dstPixelL = *
lrPtrL
>> 8;
649
const uint8*
lrPtrL
= llPtrL + srcWidthL - 1;
814
*dstPtrL++ = *
lrPtrL
;
UInt8Image.c
535
const uint8*
lrPtrL
= llPtrL + srcWidthL - 1;
707
*dstPtrL++ = *
lrPtrL
;
Completed in 521 milliseconds