Home
last modified time | relevance | path

Searched refs:f_out (Results 1 – 2 of 2) sorted by relevance

/dpdk/devtools/
H A Dupdate_version_map_abi.py119 print(file=f_out)
126 print(file=f_out)
129 print("\tlocal: *;", file=f_out)
132 print("};", file=f_out)
143 print("", file=f_out)
148 print("};", file=f_out)
152 print("INTERNAL {", file=f_out)
158 print("", file=f_out)
163 print("};", file=f_out)
199 print(file=f_out)
[all …]
/dpdk/buildtools/
H A Dmap_to_win.py13 with open(input_map) as f_in, open(output_map, 'w') as f_out:
14f_out.writelines([lines.replace('per_lcore', '__emutls_v.per_lcore') for lines in f_in.readlines()…
35 with open(args[2], 'w') as f_out:
36 f_out.writelines(functions)