/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | framebuf16.py | 47 w2 = 2 variable 49 buf2 = bytearray(w2 * h2 * 2) 50 fbuf2 = framebuf.FrameBuffer(buf2, w2, h2, framebuf.RGB565)
|
A D | framebuf2.py | 49 w2 = 2 variable 51 buf2 = bytearray(w2 * h2 // 4) 52 fbuf2 = framebuf.FrameBuffer(buf2, w2, h2, framebuf.GS2_HMSB)
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | ssim.c | 32 const uint32_t w2 = N * N; in SSIMCalculation() local 33 const uint32_t C1 = 20 * w2; in SSIMCalculation() 34 const uint32_t C2 = 60 * w2; in SSIMCalculation() 35 const uint32_t C3 = 8 * 8 * w2; // 'dark' limit ~= 6 in SSIMCalculation()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffcmp.c | 430 PrintIntDiff(uint32 row, int sample, uint32 pix, uint32 w1, uint32 w2) in PrintIntDiff() argument 446 if ((w1 & mask2) ^ (w2 & mask2)) { in PrintIntDiff() 453 (unsigned int)((w2 >> s) & mask1)); in PrintIntDiff() 463 (unsigned int) w1, (unsigned int) w2); in PrintIntDiff() 470 (unsigned int) w1, (unsigned int) w2); in PrintIntDiff() 477 (unsigned int) w1, (unsigned int) w2); in PrintIntDiff() 487 PrintFloatDiff(uint32 row, int sample, uint32 pix, double w1, double w2) in PrintFloatDiff() argument 494 (long) row, (long) pix, sample, w1, w2); in PrintFloatDiff()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | uuid.h | 108 #define BT_UUID_128_ENCODE(w32, w1, w2, w3, w48) \ argument 117 (((w2) >> 0) & 0xFF), \ 118 (((w2) >> 8) & 0xFF), \
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | aria.c | 457 uint32_t w[4][4], *w2; in mbedtls_aria_setkey_enc() local 493 w2 = w[(i + 1) & 3]; in mbedtls_aria_setkey_enc() 494 aria_rot128( ctx->rk[i ], w[i], w2, 128 - 19 ); in mbedtls_aria_setkey_enc() 495 aria_rot128( ctx->rk[i + 4], w[i], w2, 128 - 31 ); in mbedtls_aria_setkey_enc() 496 aria_rot128( ctx->rk[i + 8], w[i], w2, 61 ); in mbedtls_aria_setkey_enc() 497 aria_rot128( ctx->rk[i + 12], w[i], w2, 31 ); in mbedtls_aria_setkey_enc()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | get_disto.c | 111 const uint32_t w2 = N * N; in SSIMCalculation() local 112 const uint32_t C1 = 20 * w2; in SSIMCalculation() 113 const uint32_t C2 = 60 * w2; in SSIMCalculation() 114 const uint32_t C3 = 8 * 8 * w2; // 'dark' limit ~= 6 in SSIMCalculation()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | erf_lgamma.c | 96 w2 = -2.7777778450e-03f, /* 0xbb360b61 */ variable 248 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | wicdec.c | 50 #define WEBP_DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument 52 { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowskeyboard.c | 278 #define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) static const GUID n = {l,w1,w2,{b1,b2,b3,b4,… argument
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengl_glext.h | 10790 …double v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLin… 10791 …, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLin… 10795 …double v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLin… 10796 …, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLin…
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 295 …�`5vT1nG+nM+mW0vj5xAt�E|�Jx�Gs�Dr?ux;v=|w9~}>��Awj;uT6s<(i(u)!k!q( t,!w2 y8#u="vE'uL)uZ,uf/p�…
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 96458 duk_small_int_t w1, w2; local 96468 w2 = 0; /* not a wordchar */ 96473 w2 = duk_unicode_re_is_wordchar(c); 96477 if (w1 == w2) { 96482 if (w1 != w2) {
|