This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
piros
/
tor
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
d96ddf8f1b
Rami (Branch)
Tag
master
tor-0.3.5.8
tor
/
scripts
/
coccinelle
/
ceil_div.cocci
ceil_div.cocci
67 B
Cronologia
Originale
1
2
3
4
5
6
@@
expression n, d;
@@
- (((n) + (d) - 1) / (d))
+ CEIL_DIV(n, d)