Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
JeremyRand
/
tor
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
90feaa278b
Branches
Tags
https-urls
stream-socks-auth
stream-socks-auth-draft
tor
/
scripts
/
coccinelle
/
ceil_div.cocci
ceil_div.cocci
67 B
Historique
Raw
1
2
3
4
5
6
7
@@
expression n, d;
@@
- (((n) + (d) - 1) / (d))
+ CEIL_DIV(n, d)