reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/lib/External/isl/imath/imath.c
  351 STATIC mp_result s_tobin(mp_int z, unsigned char *buf, int *limpos, int pad);

References

tools/polly/lib/External/isl/imath/imath.c
 1843   res = s_tobin(z, buf, &limpos, PAD_FOR_2C);
 1911   return s_tobin(z, buf, &limit, NO_PADDING);