index
:
pub/users/cem/playground.git
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CSAPP
/
leaq.c
blob: fe15ebc6b43a2ba58cb614bda092c96e0672c10c (
plain
)
1
2
3
4
long scale(long x, long y, long z) { long t = x + 4*y + 12*z; return t; }