/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() 452 (unsigned int)((w1 >> 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()
|
A D | tiff2ps.c | 2858 uint16 w1; in Ascii85Encode() local 2869 w1 = (uint16) (word - q*(85L*85)); in Ascii85Encode() 2870 encoded[3] = (char) ((w1 / 85) + '!'); in Ascii85Encode() 2871 encoded[4] = (char) ((w1 % 85) + '!'); in Ascii85Encode()
|
/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 119 (((w1) >> 0) & 0xFF), \ 120 (((w1) >> 8) & 0xFF), \
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | erf_lgamma.c | 95 w1 = 8.3333335817e-02f, /* 0x3daaaaab */ variable 248 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | makefile.dec | 58 CFLAGS=-std -w1 -O # -g
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_psnr_enc.c | 85 const int w1 = w - VP8_SSIM_KERNEL - 1; in AccumulateSSIM() local 99 for (; x < w1; ++x) { in AccumulateSSIM()
|
/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/image/external/tiff-4.0.9/m4/ |
A D | acinclude.m4 | 100 $CC -c -Aa +w1 conftest.c > /dev/null 2>&1 && 103 vl_cv_prog_cc_warnings="+w1" 105 vl_cv_prog_cc_warnings="+w1 -Aa"
|
/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 …nt uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint … 10791 …GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint w… 10795 …nt uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint … 10796 …GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint w…
|
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ate.bin | 2146 …�Hh!�1`"��@I ���8�FM#"F!(F��*�! ��*�#"F!(F�� �! �� � w`w1��@-T�F p�…
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure | 4726 $CC -c -Aa +w1 conftest.c > /dev/null 2>&1 &&
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 96458 duk_small_int_t w1, w2; local 96461 w1 = 0; /* not a wordchar */ 96465 w1 = duk_unicode_re_is_wordchar(c); 96477 if (w1 == w2) { 96482 if (w1 != w2) {
|