Searched refs:SVZ_PTR2NUM (Results 1 – 10 of 10) sorted by relevance
43 #define SVZ_PTR2NUM(p) ((unsigned long) ((void *) (p))) macro
640 data = SVZ_NUM2PTR (SVZ_PTR2NUM (bin->data) + idx * sizeof (ctype)); \688 (SVZ_PTR2NUM (bin->data) + idx * sizeof (ctype)); \
47 #define SVZ_PTR2SCM(x) ((SCM) SVZ_PTR2NUM (x))
129 if (SVZ_PTR2NUM (t) < (unsigned long) (current - 60)) in prog_check_frequency()
623 close ((int) SVZ_PTR2NUM (fd)); in svz_file_closeall()
119 if ((TIME_T_TOO_FAT ? *t : (time_t) SVZ_PTR2NUM (t)) < current - 4) in check_frequency()
659 * util.h (SVZ_NUM2PTR, SVZ_PTR2NUM): Delete macros.4706 * util.h (SVZ_NUM2PTR, SVZ_PTR2NUM): Converter macros between
318 long value = SVZ_PTR2NUM (v); in hash_accumulate()
702 time_t received = (time_t) SVZ_PTR2NUM (v); in server_notify_query_internal()
254 (Utility functions): Delete ‘SVZ_NUM2PTR’, ‘SVZ_PTR2NUM’.