Searched refs:iw (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | padlock.c | 130 uint32_t *iw; in mbedtls_padlock_xcryptcbc() local 139 iw = MBEDTLS_PADLOCK_ALIGN16( buf ); in mbedtls_padlock_xcryptcbc() 140 memcpy( iw, iv, 16 ); in mbedtls_padlock_xcryptcbc() 142 ctrl = iw + 4; in mbedtls_padlock_xcryptcbc() 160 "m" (rk), "m" (input), "m" (output), "m" (iw) in mbedtls_padlock_xcryptcbc() 163 memcpy( iv, iw, 16 ); in mbedtls_padlock_xcryptcbc()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/xtiff/ |
A D | xtiff.c | 1052 int ih, iw, ww, wh, sx, sy, w, h, dx, dy; local 1069 iw = tfImageWidth; /* avoid sign problems */ 1100 w = MIN(event->xexpose.width, iw); 1132 if (iw < ww) 1135 sx = MIN(iw - ww, sx); 1144 if (iw < ww) 1171 if (sx >= (iw - ww)) /* clamp x motion but allow y motion */ 1172 sx = iw - ww; 1185 xOffset = MIN(iw - ww, xOffset);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | optimized_ops.h | 5229 for (int iw = w_pad; iw < w_pad + filter_w; ++iw) { in Col2im() local 5230 if (ih >= 0 && ih < height && iw >= 0 && iw < width) { in Col2im()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …0(&-)(++)).*'+*&,*&,*'+*'+,)*,**,**,-#$2*(50,85,BC5UZFfpWn}^t�cq�bt�ex�iw�ks�hs�iw�mz�mx�lw�kv�ly�… 5 …;2�7.�:1�4+�4*�4*�5*�6(�6(�7(�6)�;0�B9�YT�ll�qt�w~�|��v��|��y��v~�u�s�o}�iw�eq�an�I]�<\�9\�=Y�dh…
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 183 …Q��S��Q��W��V��R��O��L��I��Bzt;mA,O6[-jb6i�?l�Cp�Iv�Wz�^w�`�g}�mz�mz�iw�dt�bu�ar�`q�^q�_s�_s…
|
Completed in 40 milliseconds