Lines Matching refs:map1_lookup_elem
163 static int map1_lookup_elem(int key) in map1_lookup_elem() function
177 int a = map1_lookup_elem(1); in stack_check_outer_callback()
178 int b = map1_lookup_elem(2); in stack_check_outer_callback()
179 int c = map1_lookup_elem(3); in stack_check_outer_callback()
180 int d = map1_lookup_elem(4); in stack_check_outer_callback()
181 int e = map1_lookup_elem(5); in stack_check_outer_callback()
182 int f = map1_lookup_elem(6); in stack_check_outer_callback()
208 int a = map1_lookup_elem(7); in stack_check()
209 int b = map1_lookup_elem(8); in stack_check()
210 int c = map1_lookup_elem(9); in stack_check()
211 int d = map1_lookup_elem(10); in stack_check()
212 int e = map1_lookup_elem(11); in stack_check()
213 int f = map1_lookup_elem(12); in stack_check()