Searched refs:acc (Results 1 – 7 of 7) sorted by relevance
1417 - 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 …]
64 uint8_t acc; in tis_activate() local68 acc = mmio_readb(&tis_addr[TPM_ACCESS]); in tis_activate()69 if ((acc & ACCESS_ACTIVE_LOCALITY) != 0) { in tis_activate()
66 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
104 (fun id con acc ->105 if Connection.has_more_work con then con :: acc else acc)
97 let rec fold f tree acc =101 List.fold_left aux acc tree
27 let permdiff = List.fold_left (fun acc path ->32 not (Perms.equiv (Store.Node.get_perms n1) (Store.Node.get_perms n2)) || acc34 true || acc
195 (fun _ watches acc -> List.map (fun watch -> watch.path, watch.token) watches :: acc)
Completed in 9 milliseconds