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

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_tconv.c62 p_array_flat(value vdepth, type tdepth, value varr, type tarr, value vflat, type tflat),
72 p_term_hash(value vterm, type tterm, value vdepth, type tdepth, value vrange, type trange, value vhash, type thash),
1145 p_term_hash(value vterm, type tterm, value vdepth, type tdepth, value vrange, type trange, value vhash, type thash) argument
1153 if (vdepth.nint < -1) { Bip_Error(RANGE_ERROR); }
1155 h = vdepth.nint ? ec_term_hash(vterm, tterm, (uword)vdepth.nint, &res) : 0;
1326 p_array_flat(value vdepth, type tdepth, value varr, type tarr, value vflat, type tflat) argument
1333 if (vdepth.nint < -1) { Bip_Error(RANGE_ERROR); }
1339 if (vdepth.nint == 0) {
1344 res = _flatten_array((uword)vdepth
[all...]
H A Dbip_control.c81 p_of_interest(value vport, type tport, value vinvoc, type tinvoc, value vdepth, type tdepth, value vproc, type tproc, value vbrkpt, type tbrkpt),
875 p_of_interest(value vport, type tport, value vinvoc, type tinvoc, value vdepth, type tdepth, value vproc, type tproc, value vbrkpt, type tbrkpt) argument
883 Succeed_If(PortWanted(port) && OfInterest(flags, vinvoc.nint, vdepth.nint, brkpt));
H A Dwrite.c128 p_write_term(value vs, type ts, value val, type tag, value vcm, type tcm, value vsm, type tsm, value vdepth, type tdepth, value vprec, type tprec, value vm, type tm),
2675 value vsm, type tsm, value vdepth, type tdepth,
2689 res = ec_pwrite(vcm.nint, vsm.nint, out, val, tag, vprec.nint, vdepth.nint, vm.did, tm);
2674 p_write_term(value vs, type ts, value val, type tag, value vcm, type tcm, value vsm, type tsm, value vdepth, type tdepth, value vprec, type tprec, value vm, type tm) argument

Completed in 93 milliseconds