HomeSort by relevance Sort by last modified time
    Searched refs:__INT_TO_PTR (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 126 #ifndef __INT_TO_PTR
127 # define __INT_TO_PTR(P) ((P) + (char *) 0)
433 = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\
529 = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \
535 (void *) __INT_TO_PTR ((h)->temp))
  /toolchain/binutils/binutils-2.25/include/
obstack.h 126 #ifndef __INT_TO_PTR
127 # define __INT_TO_PTR(P) ((P) + (char *) 0)
433 = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\
529 = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \
535 (void *) __INT_TO_PTR ((h)->temp))
  /toolchain/binutils/binutils-2.25/gas/
as.h 151 #undef __INT_TO_PTR
152 #define __INT_TO_PTR(P) ((char *) (P))

Completed in 706 milliseconds