Home | History | Annotate | Download | only in msan

Lines Matching refs:u32

20   u32 here_id;
21 u32 prev_id;
26 u32 id;
27 u32 here_id;
28 u32 prev_id;
32 bool eq(u32 hash, const args_type &args) const {
53 static u32 hash(const args_type &args) {
54 const u32 m = 0x5bd1e995;
55 const u32 seed = 0x9747b28c;
56 const u32 r = 24;
57 u32 h = seed;
58 u32 k = args.here_id;
78 void store(const args_type &args, u32 other_hash) {
93 u32 id() { return node_->id; }
109 bool ChainedOriginDepotPut(u32 here_id, u32 prev_id, u32 *new_id) {
118 u32 ChainedOriginDepotGet(u32 id, u32 *other) {