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