Searched refs:JERRYX_SHA1_F (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-sha1.c | 96 e += JERRYX_SHA1_SHIFT (a, 5) + JERRYX_SHA1_F (b, c, d) + K + x; \ 142 #define JERRYX_SHA1_F(x, y, z) (z ^ (x & (y ^ z))) in jerryx_sha1_process() macro 165 #undef JERRYX_SHA1_F in jerryx_sha1_process() macro 169 #define JERRYX_SHA1_F(x, y, z) (x ^ y ^ z) in jerryx_sha1_process() macro 192 #undef JERRYX_SHA1_F in jerryx_sha1_process() macro 196 #define JERRYX_SHA1_F(x, y, z) ((x & y) | (z & (x | y))) in jerryx_sha1_process() macro 219 #undef JERRYX_SHA1_F in jerryx_sha1_process() macro 223 #define JERRYX_SHA1_F(x, y, z) (x ^ y ^ z) in jerryx_sha1_process() macro 246 #undef JERRYX_SHA1_F in jerryx_sha1_process() macro
|
Completed in 1 milliseconds