File: convert_optimized.sed

package info (click to toggle)
pyrit 0.5.1%2Bgit20180801-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,596 kB
  • sloc: python: 4,667; ansic: 3,352; cpp: 1,490; asm: 394; lisp: 192; makefile: 15; sed: 7; sh: 6
file content (7 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
s/\([a-zA-Z]\+\)\.\([0-9]\+\)/\1\2/g
s/(\([a-zA-Z0-9]\+\) r>> \([0-9]\+\))/rotate(\1,32-\2)/g
s/ \([a-zA-Z0-9]\+\) r>> \([0-9]\+\);/ rotate(\1,32-\2);/
s/ (\(.\+\)) r>> \([0-9]\+\);/ rotate((\1),32-\2);/
s/data->/data./g
s/ctx->/ctx./g
s/unsigned int/uint2/g