Home
last modified time | relevance | path

Searched defs:V (Results 1 – 25 of 115) sorted by relevance

12345

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_aes.c182 #define V(a, b, c, d) 0x##a##b##c##d macro
186 #define V(a, b, c, d) 0x##b##c##d##a macro
190 #define V(a, b, c, d) 0x##c##d##a##b macro
194 #define V(a, b, c, d) 0x##d##a##b##c macro
320 #define V(a, b, c, d) 0x##a##b##c##d macro
324 #define V(a, b, c, d) 0x##b##c##d##a macro
328 #define V(a, b, c, d) 0x##c##d##a##b macro
332 #define V(a, b, c, d) 0x##d##a##b##c macro
/AliOS-Things-master/components/SDL2/test/
A Dtestyuv_cvt.c37 float S, Z, R, G, B, L, Kr, Kb, Y, U, V; in RGBtoYUV() local
80 Uint8 *Y1, *Y2, *U, *V; in ConvertRGBtoPlanar2x2() local
196 Uint8 *Y1, *Y2, *U, *V; in ConvertRGBtoPacked4() local
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djaricom.c29 #define V(i,a,b,c,d) (((INT32)a << 16) | ((INT32)c << 8) | ((INT32)d << 7) | b) macro
A Djdmarker.c150 #define INPUT_BYTE(cinfo,V,action) \ argument
158 #define INPUT_2BYTES(cinfo,V,action) \ argument
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Dctr_prng.h72 uint8_t V[TC_AES_BLOCK_SIZE]; member
/AliOS-Things-master/components/mbedtls/library/
A Daes.c203 #define V(a,b,c,d) 0x##a##b##c##d macro
209 #define V(a,b,c,d) 0x##b##c##d##a macro
213 #define V(a,b,c,d) 0x##c##d##a##b macro
217 #define V(a,b,c,d) 0x##d##a##b##c macro
334 #define V(a,b,c,d) 0x##a##b##c##d macro
340 #define V(a,b,c,d) 0x##b##c##d##a macro
344 #define V(a,b,c,d) 0x##c##d##a##b macro
348 #define V(a,b,c,d) 0x##d##a##b##c macro
A Decjpake.c197 const mbedtls_ecp_point *V, in ecjpake_hash()
253 mbedtls_ecp_point V, VV; in ecjpake_zkp_read() local
328 mbedtls_ecp_point V; in ecjpake_zkp_write() local
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dhmac_drbg.h82 unsigned char V[MBEDTLS_MD_MAX_SIZE]; /*!< V in the spec */ member
/AliOS-Things-master/components/SDL2/src/video/yuv2rgb/
A Dyuv_rgb.c37 #define V(value) (int16_t)((value*PRECISION_FACTOR)+0.5) macro
191 uint8_t *Y, uint8_t *U, uint8_t *V, uint32_t Y_stride, uint32_t UV_stride, in rgb24_yuv420_std()
505 #define RGB2YUV_16(R, G, B, Y, U, V) \ argument
617 uint8_t *Y, uint8_t *U, uint8_t *V, uint32_t Y_stride, uint32_t UV_stride, in rgb24_yuv420_sse()
653 uint8_t *Y, uint8_t *U, uint8_t *V, uint32_t Y_stride, uint32_t UV_stride, in rgb24_yuv420_sseu()
A Dyuv_rgb_sse_func.h27 #define UV2RGB_16(U,V,R1,G1,B1,R2,G2,B2) \ argument
386 const uint8_t *Y, const uint8_t *U, const uint8_t *V, uint32_t Y_stride, uint32_t UV_stride, in SSE_FUNCTION_NAME()
A Dyuv_rgb_std_func.h74 const uint8_t *Y, const uint8_t *U, const uint8_t *V, uint32_t Y_stride, uint32_t UV_stride, in STD_FUNCTION_NAME()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_yuv.c1267 Uint8 Y1, U, Y2, V; in SDL_ConvertPixels_YUY2_to_UYVY() local
1309 Uint8 Y1, U, Y2, V; in SDL_ConvertPixels_YUY2_to_YVYU() local
1351 Uint8 Y1, U, Y2, V; in SDL_ConvertPixels_UYVY_to_YUY2() local
1393 Uint8 Y1, U, Y2, V; in SDL_ConvertPixels_UYVY_to_YVYU() local
1435 Uint8 Y1, U, Y2, V; in SDL_ConvertPixels_YVYU_to_YUY2() local
1477 Uint8 Y1, U, Y2, V; in SDL_ConvertPixels_YVYU_to_UYVY() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv_neon.c122 int16x8_t U, V; in ConvertRGBA32ToUV_NEON() local
146 const uint8x8_t V = vqrshrun_n_s16(V_tmp, 1); in ConvertARGBToUV_NEON() local
A Dalpha_processing_neon.c25 #define MULTIPLY_BY_ALPHA(V, ALPHA, OTHER) do { \ argument
A Dupsampling_mips_dsp_r2.c22 #define YUV_TO_RGB(Y, U, V, R, G, B) do { \ argument
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js12 …his.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this]… argument
20 …e!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0… variable
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/
A Dcore_cm0.h207 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
246 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
A Dcore_cm0plus.h218 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
257 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dcore_cm0.h204 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
255 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
A Dcore_cm1.h204 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
255 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
/AliOS-Things-master/components/csi/csi2/include/core/cmsis/
A Dcore_cm0.h204 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
255 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/
A Dcore_cm0.h204 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
255 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
/AliOS-Things-master/components/csi/CMSIS/Core/Include/
A Dcore_cm0.h204 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
255 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/
A Dcore_cm0.h204 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
255 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/
A Dcore_cm0.h204 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member
255 uint32_t V:1; /*!< bit: 28 Overflow condition code flag */ member

Completed in 147 milliseconds

12345