Searched refs:n1 (Results 1 – 3 of 3) sorted by relevance
| /tools/ocaml/ |
| A D | Makefile | 37 git ls-files '*.ml' '*.mli' | xargs -n1 ocp-indent -i
|
| /tools/tests/x86_emulator/ |
| A D | simd-sha.c | 116 vec_t res, n1 = { 0, 0, 2, 2 }, n2 = { 0, 0, 13, 13 }, n3 = { 0, 0, 10, 10 }; in sha256_Sigma0() local 118 touch(n1); in sha256_Sigma0() 119 res = ror_v(w, n1); in sha256_Sigma0()
|
| /tools/ocaml/xenstored/ |
| A D | transaction.ml | 28 let n1 = Store.Path.get_node root1 path 30 match n1, n2 with 31 | Some n1, Some n2 -> 32 not (Perms.equiv (Store.Node.get_perms n1) (Store.Node.get_perms n2)) || acc
|
Completed in 5 milliseconds