Searched refs:egcd (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 274 def egcd(a, b): function 291 g, y, x = egcd(b % a, a) 310 gcd, x, _ = egcd(a, m)
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 277 def egcd(a, b): function 293 g, y, x = egcd(b % a, a) 312 gcd, x, _ = egcd(a, m)
|