Home
last modified time | relevance | path

Searched refs:uint32 (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_md5.c53 #ifndef uint32
54 # define uint32 unsigned int macro
59 uint32 buf[4];
60 uint32 bits[2];
69 uint32 t; in byteReverse()
73 *(uint32 *)buf = t; in byteReverse()
94 static void MD5Transform(uint32 buf[4], const uint32 in[16]){ in MD5Transform()
95 register uint32 a, b, c, d; in MD5Transform()
196 uint32 t; in MD5Update()
201 if ((ctx->bits[0] = t + ((uint32)len << 3)) < t) in MD5Update()
[all …]
/sqlite-3.40.0/test/
H A Dthreadtest3.c139 #ifndef uint32
140 # define uint32 unsigned int macro
145 uint32 buf[4];
146 uint32 bits[2];
149 uint32 in32[16];
158 uint32 t; in byteReverse()
162 *(uint32 *)buf = t; in byteReverse()
183 static void MD5Transform(uint32 buf[4], const uint32 in[16]){ in MD5Transform()
184 register uint32 a, b, c, d; in MD5Transform()
285 uint32 t; in MD5Update()
[all …]