Lines Matching +full:- +full:f
2 // SPDX-License-Identifier: Apache-2.0
33 def insert_function(f, params):
41 f_void[f] = void_pos
43 f_other[f] = i + 1
56 -struct device *
64 identifier f;
68 ret_type f(params);
74 f << r_find_func_declare.f;
77 insert_function(f, params)
86 identifier f;
91 ret_type f(params)
96 static inline ret_type f(params)
106 f << r_find_func_impl_inlines.f;
109 insert_function(f, params)
120 with open("function_names.pickle", "wb") as f:
124 pickle.dump(data, f, pickle.HIGHEST_PROTOCOL)