Searched refs:OBJALLOC_ALIGN (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/include/
H A Dobjalloc.h63 #define OBJALLOC_ALIGN offsetof (struct objalloc_align, d) macro
93 __len = (__len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1); \
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dobjalloc.h63 #define OBJALLOC_ALIGN offsetof (struct objalloc_align, d) macro
93 __len = (__len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1); \
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dobjalloc.h63 #define OBJALLOC_ALIGN offsetof (struct objalloc_align, d) macro
93 __len = (__len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1); \
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dobjalloc.h63 #define OBJALLOC_ALIGN offsetof (struct objalloc_align, d) macro
93 __len = (__len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1); \
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dobjalloc.h63 #define OBJALLOC_ALIGN offsetof (struct objalloc_align, d) macro
93 __len = (__len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1); \
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dobjalloc.h63 #define OBJALLOC_ALIGN offsetof (struct objalloc_align, d) macro
93 __len = (__len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1); \
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dobjalloc.c71 ((sizeof (struct objalloc_chunk) + OBJALLOC_ALIGN - 1) \
72 &~ (OBJALLOC_ALIGN - 1))
124 len = (len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1);
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dobjalloc.c71 ((sizeof (struct objalloc_chunk) + OBJALLOC_ALIGN - 1) \
72 &~ (OBJALLOC_ALIGN - 1))
124 len = (len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dobjalloc.c71 ((sizeof (struct objalloc_chunk) + OBJALLOC_ALIGN - 1) \
72 &~ (OBJALLOC_ALIGN - 1))
124 len = (len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1);
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dobjalloc.c71 ((sizeof (struct objalloc_chunk) + OBJALLOC_ALIGN - 1) \
72 &~ (OBJALLOC_ALIGN - 1))
124 len = (len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1);
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dobjalloc.c71 ((sizeof (struct objalloc_chunk) + OBJALLOC_ALIGN - 1) \
72 &~ (OBJALLOC_ALIGN - 1))
124 len = (len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1);
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dobjalloc.c71 ((sizeof (struct objalloc_chunk) + OBJALLOC_ALIGN - 1) \
72 &~ (OBJALLOC_ALIGN - 1))
124 len = (len + OBJALLOC_ALIGN - 1) &~ (OBJALLOC_ALIGN - 1);

Completed in 199 milliseconds