Searched refs:cp1 (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_getimage.c | 1804 uint32* cp1 = cp+w+toskew; in putcontig8bitYCbCrGenericTile() local 1805 uint32* cp2 = cp1+w+toskew; in putcontig8bitYCbCrGenericTile() 1865 uint32* cp1 = cp+w+toskew; in DECLAREContigPutFunc() local 1866 uint32* cp2 = cp1+w+toskew; in DECLAREContigPutFunc() 1898 cp1 += 4; in DECLAREContigPutFunc() 1904 cp1 += incr; in DECLAREContigPutFunc() 1958 cp1 += incr; in DECLAREContigPutFunc() 1971 uint32* cp1 = cp+w+toskew; in DECLAREContigPutFunc() local 1993 cp1 += 4; in DECLAREContigPutFunc() 1997 cp1 += incr; in DECLAREContigPutFunc() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcmp.c | 505 unsigned char* cp1, unsigned char* p2) in SeparateCompare() argument 510 cp1 += sample; in SeparateCompare() 511 for (pixel = 0; npixels-- > 0; pixel++, cp1 += samplesperpixel, p2++) { in SeparateCompare() 512 if (*cp1 != *p2) { in SeparateCompare() 516 printf("%02x %02x\n", *p2, *cp1); in SeparateCompare() 518 printf("%02x %02x\n", *cp1, *p2); in SeparateCompare()
|
/AliOS-Things-master/components/sensor/drv/ |
A D | drv_als_ams_tcs3400.c | 507 int32_t rp1 = 0, gp1 = 0, bp1 = 0, cp1 = 0; in tcs3400_get_lux_cct() local 519 cp1 = (tcs3400_chip.als_inf.clear); in tcs3400_get_lux_cct() 528 cp1 -= ir; in tcs3400_get_lux_cct()
|
/AliOS-Things-master/components/freetype/src/tools/ftrandom/ |
A D | ftrandom.c | 128 FT_CubicTo( const FT_Vector *cp1, in FT_CubicTo() argument
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 41488 duk_codepoint_t cp1, cp2; in duk__transform_callback_encode_uri() local 41513 cp1 = cp; in duk__transform_callback_encode_uri() 41514 cp = (duk_codepoint_t) (((cp1 - 0xd800L) << 10) + (cp2 - 0xdc00L) + 0x10000L); in duk__transform_callback_encode_uri() 68753 duk_ucodepoint_t cp1; local 68778 if (duk_unicode_decode_xutf8(thr, &p, p_start, p_end, &cp1)) { 68779 if (surrogate_aware && cp1 >= 0xd800UL && cp1 <= 0xdbffUL) { 68787 cp1 = (duk_ucodepoint_t) (((cp1 - 0xd800UL) << 10) + (cp2 - 0xdc00UL) + 0x10000UL); 68791 cp1 = DUK_UNICODE_CP_REPLACEMENT_CHARACTER; 68794 return cp1;
|
Completed in 243 milliseconds