Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
JeremyRand
/
tor
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
90feaa278b
ブランチ
タグ
https-urls
stream-socks-auth
stream-socks-auth-draft
tor
/
scripts
/
coccinelle
/
ceil_div.cocci
ceil_div.cocci
67 B
履歴
Raw
1
2
3
4
5
6
7
@@
expression n, d;
@@
- (((n) + (d) - 1) / (d))
+ CEIL_DIV(n, d)