Searched refs:hi_buf (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic.c1929 finish_setting_up_con_struct(con_info *con, pword *lo_buf, pword *hi_buf, argument
1940 ** Make hi_buf/hi_vec the same as lo_buf/lo_vec. Note that we
1941 ** can't reset the stack to pop hi_buf, since other things may
1945 hi_buf = lo_buf;
1971 if (hi_buf != lo_buf) {
1972 gap_end = hi_buf + BufferPwords(hi_buf);
1973 Set_Buffer_Size(hi_buf, count * sizeof(double));
1974 gap_start = hi_buf + BufferPwords(hi_buf);
3741 pword *lo_buf, *hi_buf, *var_buf; local
[all...]

Completed in 81 milliseconds