/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | heapalloc_iter.py | 43 g2 = gen_func() variable
|
/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/freetype/src/type1/ |
A D | t1afm.c | 81 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) argument
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_predict.c | 532 unsigned int g2 = cp[1]; in horDiff8() local 543 unsigned int g2 = cp[1]; in horDiff8() local
|
A D | tif_pixarlog.c | 969 int32 r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifferenceF() local 1024 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference16() local 1075 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference8() local
|
A D | tif_getimage.c | 1734 uint32 r2,g2,b2,a2; in DECLARESepPutFunc() local
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | poly1305.c | 218 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local
|
/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 1776 const Uint32 g2 = g[4] | ((Uint32)g[5] << 8); in WaveCheckFormat() local
|
/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 1876 uch r1, r2, g1, g2, b1, b2; in rpng2_x_reload_bg_image() local
|
/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/image/external/tiff-4.0.9/tools/ |
A D | tiffmedian.c | 842 register int oval, r2, g2, b2; in quant_fsdither() local
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrtypes.h | 210 #define PFR_KERN_INDEX( g1, g2 ) \ argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
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
|