Lines Matching defs:h
1 //===-- sanitizer_stackdepotbase.h ------------------------------*- C++ -*-===//
16 #include <stdio.h>
18 #include "sanitizer_atomic.h"
19 #include "sanitizer_flat_map.h"
20 #include "sanitizer_internal_defs.h"
21 #include "sanitizer_mutex.h"
121 hash_type h = Node::hash(args);
122 atomic_uint32_t *p = &tab[h % kTabSize];
126 u32 node = find(s, args, h);
133 node = find(s2, args, h);
143 new_node.store(s, args, h);