Searched refs:u4 (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | crc32.c | 39 typedef unsigned int u4; typedef 42 typedef unsigned long u4; typedef 45 typedef unsigned short u4; typedef 238 u4 endian; 274 register u4 c; 275 register const u4 FAR *buf4; 277 c = (u4)crc; 284 buf4 = (const u4 FAR *)(const void FAR *)buf; 315 register u4 c; 316 register const u4 FAR *buf4; [all …]
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | erf_lgamma.c | 74 u4 = 2.2896373272e-01f, /* 0x3e6a7578 */ variable 222 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
|
/AliOS-Things-master/components/SDL2/src/video/yuv2rgb/ |
A D | yuv_rgb_sse_func.h | 271 __m128i u1, u2, u3, u4, v1, v2, v3, v4; \ 275 u4 = _mm_srli_epi32(_mm_slli_epi32(LOAD_SI128((const __m128i*)(u_ptr+48)), 24), 24); \ 276 u = _mm_packus_epi16(_mm_packs_epi32(u1, u2), _mm_packs_epi32(u3, u4)); \
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | ChangeLog | 296 - Use u4 type for crc_table to avoid conversion warnings
|
Completed in 8 milliseconds