Home
last modified time | relevance | path

Searched refs:PL_get_uint64_ex__LD (Results 1 – 3 of 3) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-error.h105 COMMON(int) PL_get_uint64_ex__LD(term_t t, uint64_t *i ARG_LD);
H A Dpl-error.c1106 PL_get_uint64_ex__LD(term_t t, uint64_t *i ARG_LD) in PL_get_uint64_ex__LD() function
H A Dpl-fli.c944 return PL_get_uint64_ex__LD(p, c PASS_LD); in PL_cvt_i_uint64()