Searched refs:modulus (Results 1 – 13 of 13) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | stdpre.h | 346 #define ROUND_DOWN(value, modulus)\ argument 347 ( (modulus) & ((modulus) - 1) ? /* not a power of 2 */\ 348 (value) - (value) % (modulus) :\ 349 (value) & -(modulus) ) 350 #define ROUND_UP(value, modulus)\ argument 351 ( (modulus) & ((modulus) - 1) ? /* not a power of 2 */\ 352 ((value) + ((modulus) - 1)) / (modulus) * (modulus) :\ 353 ((value) + ((modulus) - 1)) & -(modulus) )
|
| H A D | jconfig0.h | 397 #define ROUND_DOWN(value, modulus)\ argument 398 ( (modulus) & ((modulus) - 1) ? /* not a power of 2 */\ 399 (value) - (value) % (modulus) :\ 400 (value) & -(modulus) ) 401 #define ROUND_UP(value, modulus)\ argument 402 ( (modulus) & ((modulus) - 1) ? /* not a power of 2 */\ 403 ((value) + ((modulus) - 1)) / (modulus) * (modulus) :\ 404 ((value) + ((modulus) - 1)) & -(modulus) )
|
| H A D | jconfig.h | 397 #define ROUND_DOWN(value, modulus)\ argument 398 ( (modulus) & ((modulus) - 1) ? /* not a power of 2 */\ 399 (value) - (value) % (modulus) :\ 400 (value) & -(modulus) ) 401 #define ROUND_UP(value, modulus)\ argument 402 ( (modulus) & ((modulus) - 1) ? /* not a power of 2 */\ 403 ((value) + ((modulus) - 1)) / (modulus) * (modulus) :\ 404 ((value) + ((modulus) - 1)) & -(modulus) )
|
| H A D | zfont42.c | 171 const ref *psa, int modulus, ulong offset, in string_array_access_proc() argument 193 size = r_size(&rstr) & -modulus; in string_array_access_proc()
|
| H A D | siscale.c | 208 int modulus, in calculate_contrib() argument 265 contrib[i].first_pixel = (first_pixel % modulus) * stride; in calculate_contrib()
|
| /plan9/sys/src/cmd/unix/drawterm/libsec/ |
| H A D | x509.c | 1953 pkcs1pad(Bytes *b, mpint *modulus) in pkcs1pad() argument 1955 int n = (mpsignif(modulus)+7)/8; in pkcs1pad()
|
| /plan9/sys/src/ape/lib/sec/port/ |
| H A D | x509-ape.c | 2035 pkcs1pad(Bytes *b, mpint *modulus) in pkcs1pad() argument 2037 int n = (mpsignif(modulus)+7)/8; in pkcs1pad()
|
| /plan9/sys/src/libsec/port/ |
| H A D | x509.c | 2035 pkcs1pad(Bytes *b, mpint *modulus) in pkcs1pad() argument 2037 int n = (mpsignif(modulus)+7)/8; in pkcs1pad()
|
| /plan9/sys/man/ |
| H A D | searchindex | 5 …letomp libc.h libmp list location low magnitudes mathematical mod modulo modulus mp mp.h mpadd mpa… 165 …ne's main.8 main.c manipulates mechanism messages mips mk mkfile modules modulus names necessary n… 423 …ut interrupted january jones keeps maximum maxv menu minx,miny,maxx,maxy modulus nf operation opti… 433 …s latter len length libc.h libsec libsec.h lucent mail malloc miller mod modulus mp mp.h mpint nce… 434 …generator include int key keys libc.h libsec libsec.h manage message mod modulus mp mp.h mpint new… 435 … key keys latter length libc.h libsec libsec.h manage message miller mod modulus mp mp.h mpint new… 445 …serting key keyring keys labeled lib list logins mail marking merely mnt modulus nbits note omits …
|
| /plan9/sys/doc/ |
| H A D | acid.ms | 784 modulus.
|
| /plan9/lib/ |
| H A D | words | 17572 modulus
|
| /plan9/sys/lib/man/lookman/ |
| H A D | index | 37647 modulus /sys/man/1/8c 37648 modulus /sys/man/2/dsa 37649 modulus /sys/man/2/elgamal 37650 modulus /sys/man/2/mp 37651 modulus /sys/man/2/rsa 37652 modulus /sys/man/8/dsa 37653 modulus /sys/man/8/histogram
|
| /plan9/sys/src/cmd/spell/ |
| H A D | list | 17358 modulus pc
|