Searched defs:byteReverse (Results 1 – 7 of 7) sorted by relevance
/third_party/libjpeg-turbo/md5/ |
D | md5.c | 50 #define byteReverse(buf, len) /* Nothing */ macro 55 static void byteReverse(unsigned char *buf, unsigned int longs) in byteReverse() function
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5.c | 50 #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/ |
D | md5.c | 26 #define byteReverse(buf, len) /* Nothing */ macro 32 byteReverse(unsigned char *buf, in byteReverse() function
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5.c | 50 #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_standard/src/crypto/ |
D | md5-internal.c | 66 #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/src/crypto/ |
D | md5-internal.c | 66 #define byteReverse(buf, len) /* Nothing */ macro 71 static void byteReverse(unsigned char *buf, unsigned longs) in byteReverse() function
|
/third_party/gn/src/base/ |
D | md5.cc | 40 void byteReverse(uint8_t* buf, unsigned longs) { in byteReverse() function
|