Home
last modified time | relevance | path

Searched refs:acc (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs1417 - acc = (acc & 0xffffUL) + (acc >> 16);
1421 + acc = FOLD_U32T(acc);
1441 - acc = (acc & 0xffffUL) + (acc >> 16);
1445 + acc = FOLD_U32T(acc);
1446 + acc = FOLD_U32T(acc);
1455 - acc = (acc & 0xffffUL) + (acc >> 16);
1478 - acc = (acc & 0xffffUL) + (acc >> 16);
1482 + acc = FOLD_U32T(acc);
1483 + acc = FOLD_U32T(acc);
1495 - acc = (acc & 0xffff) + (acc >> 16);
[all …]
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/tcgbios/
A Dtpm_drivers.c64 uint8_t acc; in tis_activate() local
68 acc = mmio_readb(&tis_addr[TPM_ACCESS]); in tis_activate()
69 if ((acc & ACCESS_ACTIVE_LOCALITY) != 0) { in tis_activate()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dhistory.ml66 List.fold_left (fun acc hist_rec ->
69 && not (Hashtbl.mem acc hist_rec.con)
71 then Hashtbl.replace acc hist_rec.con ();
72 acc
A Dconnections.ml104 (fun id con acc ->
105 if Connection.has_more_work con then con :: acc else acc)
A Dtrie.ml97 let rec fold f tree acc =
101 List.fold_left aux acc tree
A Dtransaction.ml27 let permdiff = List.fold_left (fun acc path ->
32 not (Perms.equiv (Store.Node.get_perms n1) (Store.Node.get_perms n2)) || acc
34 true || acc
A Dconnection.ml195 (fun _ watches acc -> List.map (fun watch -> watch.path, watch.token) watches :: acc)

Completed in 9 milliseconds