Home
last modified time | relevance | path

Searched defs:byteReverse (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.c50 #define byteReverse(buf, len) /* Nothing */ macro
55 static void byteReverse(unsigned char *buf, unsigned int longs) in byteReverse() function
/third_party/libjpeg-turbo/md5/
Dmd5.c50 #define byteReverse(buf, len) /* Nothing */ macro
55 static void byteReverse(unsigned char *buf, unsigned int longs) in byteReverse() function
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dmd5.c26 #define byteReverse(buf, len) /* Nothing */ macro
32 byteReverse(unsigned char *buf, in byteReverse() function
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5.c50 #define byteReverse(buf, len) /* Nothing */ macro
55 static void byteReverse(unsigned char *buf, unsigned int longs) in byteReverse() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dmd5-internal.c66 #define byteReverse(buf, len) /* Nothing */ macro
71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dmd5-internal.c66 #define byteReverse(buf, len) /* Nothing */ macro
71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() function
/third_party/gn/src/base/
Dmd5.cc40 void byteReverse(uint8_t* buf, unsigned longs) { in byteReverse() function