Esempio n. 1
0
 public static extern BVEC bvec_shr_addref(BVEC l, BVEC r, BDD c);
Esempio n. 2
0
 public static extern BVEC bvec_sub_addref(BVEC left, BVEC right);
Esempio n. 3
0
 public static extern BDD bvec_neq_addref(BVEC left, BVEC right);
Esempio n. 4
0
 public static extern BVEC bvec_shrfixed_addref(BVEC e, int pos, BDD c);
Esempio n. 5
0
 public static extern BVEC bvec_mulfixed_addref(BVEC e, int c);
Esempio n. 6
0
 public static extern BVEC bvec_ite_addref(BDD a, BVEC b, BVEC c);
Esempio n. 7
0
 public static extern BVEC bvec_delref_addref(BVEC v);
Esempio n. 8
0
 public static extern BVEC bvec_copy_addref(BVEC v);
Esempio n. 9
0
 public static extern BVEC bvec_coerce_addref(int bitnum, BVEC v);