Searched refs:fvdiv (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/dsslib/ip_t/ |
H A D | fv.h | 54 extern int fvdiv(int, unsigned char*, unsigned char*, const unsigned char*, const unsigned char*);
|
H A D | ptvstats.c | 89 fvdiv(a->size, a->r[3], a->r[5], a->r[0], addresses[i]); 99 fvdiv(a->size, a->r[3], a->r[5], total_addresses, addresses[i]);
|
H A D | fv.c | 218 fvdiv(int n, unsigned char* r, unsigned char* m, const unsigned char* a, const unsigned char* b) function 233 sfprintf(sfstdout, "fvdiv ( %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x ) / ( %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x ) [%d]\n", 309 sfprintf(sfstdout, "fvdiv ( %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x ) R ( %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x )\n", 350 fvdiv(n, b, r, b, d);
|
Completed in 13 milliseconds