HomeSort by relevance Sort by last modified time
    Searched refs:__mpz_struct (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 24 *a = XCALLOC(1, sizeof(__mpz_struct));
28 mpz_init(((__mpz_struct *)*a));
67 mpz_set_ui(((__mpz_struct *)a), b);
108 ret = mpz_cmp_ui(((__mpz_struct *)a), b);
165 if (mpz_cmp_ui(((__mpz_struct *)a), 0) == 0) return 0;
174 mpz_export(b, NULL, 1, 1, 1, 0, ((__mpz_struct*)a));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h 199 /* For reference, note that the name __mpz_struct gets into C++ mangled
210 } __mpz_struct; typedef in typeref:struct:__anon25425
215 typedef __mpz_struct MP_INT; /* gmp 1 source compatibility */
216 typedef __mpz_struct mpz_t[1];
233 __mpz_struct _mp_num;
234 __mpz_struct _mp_den;
276 typedef __gmp_const __mpz_struct *mpz_srcptr;
277 typedef __mpz_struct *mpz_ptr;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h 199 /* For reference, note that the name __mpz_struct gets into C++ mangled
210 } __mpz_struct; typedef in typeref:struct:__anon27015
215 typedef __mpz_struct MP_INT; /* gmp 1 source compatibility */
216 typedef __mpz_struct mpz_t[1];
233 __mpz_struct _mp_num;
234 __mpz_struct _mp_den;
276 typedef __gmp_const __mpz_struct *mpz_srcptr;
277 typedef __mpz_struct *mpz_ptr;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h 199 /* For reference, note that the name __mpz_struct gets into C++ mangled
210 } __mpz_struct; typedef in typeref:struct:__anon28553
215 typedef __mpz_struct MP_INT; /* gmp 1 source compatibility */
216 typedef __mpz_struct mpz_t[1];
233 __mpz_struct _mp_num;
234 __mpz_struct _mp_den;
276 typedef __gmp_const __mpz_struct *mpz_srcptr;
277 typedef __mpz_struct *mpz_ptr;
    [all...]

Completed in 58 milliseconds