Searched refs:f_out (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/devtools/ |
| H A D | update_version_map_abi.py | 115 print(file=f_out) 122 print(file=f_out) 125 print("\tlocal: *;", file=f_out) 128 print("};", file=f_out) 139 print("", file=f_out) 144 print("};", file=f_out) 148 print("INTERNAL {", file=f_out) 154 print("", file=f_out) 159 print("};", file=f_out) 195 print(file=f_out) [all …]
|
| /f-stack/dpdk/buildtools/ |
| H A D | map_to_win.py | 14 with open(input_map) as f_in, open(output_map, 'w') as f_out: 15 …f_out.writelines([lines.replace('per_lcore', '__emutls_v.per_lcore') for lines in f_in.readlines()… 42 with open(args[2], 'w') as f_out: 43 f_out.writelines(functions)
|