Lines Matching +defs:z +defs:x
65 #define SHA_ROT(x,l,r) ((x) << (l) | (x) >> (r)) argument
66 #define rol(x,k) SHA_ROT(x,k,32-(k)) argument
67 #define ror(x,k) SHA_ROT(x,32-(k),k) argument
81 #define Rl0(v,w,x,y,z,i) \ argument
83 #define Rb0(v,w,x,y,z,i) \ argument
85 #define R1(v,w,x,y,z,i) \ argument
87 #define R2(v,w,x,y,z,i) \ argument
89 #define R3(v,w,x,y,z,i) \ argument
91 #define R4(v,w,x,y,z,i) \ argument
305 unsigned char x[8]; in hash_one_query() local
322 unsigned char x[8]; in hash_one_query() local
338 const unsigned char *z = sqlite3_column_text(pStmt, i); in hash_one_query() local
348 const unsigned char *z = sqlite3_column_blob(pStmt, i); in hash_one_query() local
393 const char *z = argv[i]; in main() local