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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dobstack.h122 #ifndef __PTR_TO_INT macro
123 # define __PTR_TO_INT(P) ((P) - (char *) 0)
433 = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
529 = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \
/freebsd-11-stable/contrib/binutils/include/
H A Dobstack.h122 #ifndef __PTR_TO_INT macro
123 # define __PTR_TO_INT(P) ((intptr_t)(P))
433 = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
529 = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \
/freebsd-11-stable/contrib/binutils/gas/
H A Das.h197 #undef __PTR_TO_INT macro
198 #define __PTR_TO_INT(P) ((int) (P)) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dobstack.h122 #ifndef __PTR_TO_INT macro
123 # define __PTR_TO_INT(P) ((P) - (char *) 0)
490 = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\
584 (h)->temp = __PTR_TO_INT ((h)->object_base), \
586 = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dobstack.h119 #ifndef __PTR_TO_INT macro
120 # define __PTR_TO_INT(P) ((P) - (char *) 0)
475 = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\
566 (h)->temp = __PTR_TO_INT ((h)->object_base), \
568 = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \

Completed in 104 milliseconds