/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | heapalloc_iter.py | 43 g2 = gen_func() variable 80 do_iter(g2)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_pixarlog.c | 969 int32 r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifferenceF() local 981 g2 = wp[1] = (uint16) CLAMP(ip[1]); in horizontalDifferenceF() 989 g1 = (int32) CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifferenceF() 994 g2 = wp[1] = (uint16) CLAMP(ip[1]); in horizontalDifferenceF() 1003 g1 = (int32) CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifferenceF() 1024 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference16() local 1041 g1 = CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference16() 1053 g1 = CLAMP(ip[1]); wp[1] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference16() 1075 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference8() local 1089 g1 = CLAMP(ip[4]); wp[4] = (uint16)((g1-g2) & mask); g2 = g1; in horizontalDifference8() [all …]
|
A D | tif_predict.c | 532 unsigned int g2 = cp[1]; in horDiff8() local 536 g1 = cp[4]; cp[4] = (unsigned char)((g1-g2)&0xff); g2 = g1; in horDiff8() 543 unsigned int g2 = cp[1]; in horDiff8() local 548 g1 = cp[5]; cp[5] = (unsigned char)((g1-g2)&0xff); g2 = g1; in horDiff8()
|
A D | tif_getimage.c | 1734 uint32 r2,g2,b2,a2; in DECLARESepPutFunc() local 1740 g2 = m[img->Bitdepth16To8[*wg++]]; in DECLARESepPutFunc() 1742 *cp++ = PACK4(r2,g2,b2,a2); in DECLARESepPutFunc()
|
/AliOS-Things-master/components/SDL2/src/video/yuv2rgb/ |
A D | yuv_rgb.c | 523 __m128i r1, r2, b1, b2, g1, g2; \ 533 UNPACK_RGB24_32(rgb1, rgb2, rgb3, rgb4, rgb5, rgb6, r1, r2, g1, g2, b1, b2) \ 550 g_16 = _mm_unpacklo_epi8(g2, _mm_setzero_si128()); \ 554 g_16 = _mm_unpackhi_epi8(g2, _mm_setzero_si128()); \ 573 UNPACK_RGB24_32(rgb1, rgb2, rgb3, rgb4, rgb5, rgb6, r1, r2, g1, g2, b1, b2) \ 590 g_16 = _mm_unpacklo_epi8(g2, _mm_setzero_si128()); \ 594 g_16 = _mm_unpackhi_epi8(g2, _mm_setzero_si128()); \
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrtypes.h | 210 #define PFR_KERN_INDEX( g1, g2 ) \ argument 211 ( ( (FT_UInt32)(g1) << 16 ) | (FT_UInt16)(g2) )
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttkern.c | 40 #define TT_KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | alpha_processing_neon.c | 32 const uint16x8_t g2 = vsraq_n_u16(g1, g1, 8); \ 35 const uint16x8_t g3 = vaddq_u16(g2, kOne); \
|
A D | yuv_sse2.c | 153 const __m128i g2 = _mm_slli_epi16(_mm_and_si128(g0, _mm_set1_epi8(0x1c)), 3); in PackAndStore565_SSE2() local 155 const __m128i gb = _mm_or_si128(g2, b1); in PackAndStore565_SSE2()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | poly1305.c | 218 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local 240 g2 = (uint32_t) d; in poly1305_compute_mac() 252 acc2 = ( acc2 & mask_inv ) | ( g2 & mask ); in poly1305_compute_mac()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffmedian.c | 842 register int oval, r2, g2, b2; in quant_fsdither() local 846 GetComponent(*thisptr++, g2, green); in quant_fsdither() 848 oval = histogram[r2][g2][b2]; in quant_fsdither() 856 ((g2>>(B_DEPTH-C_DEPTH)) << C_DEPTH ) + in quant_fsdither() 866 tmp = (gm[cj] >> COLOR_SHIFT) - g2; in quant_fsdither() 875 histogram[r2][g2][b2] = oval; in quant_fsdither()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | rpng2-x.c | 1089 uch r1, r2, g1, g2, b1, b2; in rpng2_x_load_bg_image() local 1148 g2 = g2_min + (g2_diff * yidx) / yidx_max; in rpng2_x_load_bg_image() 1175 *dest++ = g2; /* doubly inverted */ in rpng2_x_load_bg_image() 1200 g2 = rgb[bg[pat].rgb2_max].g; in rpng2_x_load_bg_image() 1214 *dest++ = (k*g1 + (max-k)*g2) / max; in rpng2_x_load_bg_image() 1876 uch r1, r2, g1, g2, b1, b2; in rpng2_x_reload_bg_image() local 1920 g2 = g2_min + (g2_diff * yidx) / yidx_max; in rpng2_x_reload_bg_image() 1947 *dest++ = g2; /* doubly inverted */ in rpng2_x_reload_bg_image() 1972 g2 = rgb[bg[pat].rgb2_max].g; in rpng2_x_reload_bg_image() 1986 *dest++ = (k*g1 + (max-k)*g2) / max; in rpng2_x_reload_bg_image()
|
A D | rpng2-win.c | 842 uch r1, r2, g1, g2, b1, b2; 896 g2 = g2_min + (g2_diff * yidx) / yidx_max; 923 *dest++ = g2; /* doubly inverted */ 948 g2 = rgb[bg[pat].rgb2_max].g; 962 *dest++ = (k*g1 + (max-k)*g2) / max;
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1afm.c | 81 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) argument
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | afmparse.c | 659 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)g1 << 16 ) | g2 ) argument
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_wave.c | 281 const Uint32 g2 = g[4] | ((Uint32)g[5] << 8); in WaveDebugDumpFormat() local 295 …tf(dumpstr + dumppos, bufsize - dumppos, fmtstr5, format->channelmask, g1, g2, g3, g[8], g[9], g[1… in WaveDebugDumpFormat() 1776 const Uint32 g2 = g[4] | ((Uint32)g[5] << 8); in WaveCheckFormat() local 1778 … return SDL_SetError(errstr, g1, g2, g3, g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15]); in WaveCheckFormat()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 5 …g2*g2*h3+e0(i7.d2)^,#`0&_/%b2(p@6�LJ�OK�QJ�QJ}YMv_QfYIRO>CF5=F58C35@02=/3;04:04:077577566446135016…
|