Searched refs:n2 (Results 1 – 4 of 4) sorted by relevance
/xen/xen/xsm/flask/ss/ |
A D | ebitmap.c | 24 struct ebitmap_node *n1, *n2; in ebitmap_cmp() local 30 n2 = e2->node; in ebitmap_cmp() 31 while ( n1 && n2 && (n1->startbit == n2->startbit) && in ebitmap_cmp() 35 n2 = n2->next; in ebitmap_cmp() 38 if ( n1 || n2 ) in ebitmap_cmp() 76 struct ebitmap_node *n1, *n2; in ebitmap_contains() local 83 n2 = e2->node; in ebitmap_contains() 84 while ( n1 && n2 && (n1->startbit <= n2->startbit) ) in ebitmap_contains() 93 if ( (n1->maps[i] & n2->maps[i]) != n2->maps[i] ) in ebitmap_contains() 98 n2 = n2->next; in ebitmap_contains() [all …]
|
/xen/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 120 touch(n2); in sha256_Sigma0() 121 res ^= ror_v(w, n2); in sha256_Sigma0()
|
/xen/tools/ocaml/xenstored/ |
A D | transaction.ml | 29 and n2 = Store.Path.get_node root2 path in 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
|
/xen/xen/include/asm-x86/ |
A D | alternative.h | 56 #define OLDINSTR_2(oldinstr, n1, n2) \ argument 59 alt_repl_len(n2)) "-" alt_orig_len)
|
Completed in 6 milliseconds