Home | History | Annotate | Download | only in tests

Lines Matching defs:order

50   int endian, order;
60 for (order = -1; order <= 1; order += 2)
63 order, size, endian, size*count * 8);
64 mpz_import (res, in_count, order, size, endian, 0, input);
68 "in_count %lu, out_count %lu, endian = %d, order = %d\n",
69 (unsigned long) in_count, (unsigned long) out_count, endian, order);
77 mpz_export (output+1, &out_count, order, size, endian, 0, a);
84 "in_count %lu, out_count %lu, endian = %d, order = %d\n",
85 (unsigned long) in_count, (unsigned long) out_count, endian, order);