Searched refs:ALIGNMENT (Results 26 - 50 of 64) sorted by relevance

123

/netbsd-current/external/gpl3/binutils/dist/ld/emulparams/
H A Delf32_spu.sh8 ALIGNMENT=16
H A Delf32tilegx.sh11 ALIGNMENT=64
H A Delf32tilepro.sh12 ALIGNMENT=64
H A Dcriself.sh13 ALIGNMENT=32
/netbsd-current/external/gpl3/binutils.old/dist/ld/emulparams/
H A Delf32_spu.sh8 ALIGNMENT=16
H A Delf32_sparc.sh10 ALIGNMENT=8
H A Delf32tilegx.sh11 ALIGNMENT=64
H A Delf32tilepro.sh12 ALIGNMENT=64
H A Delf32epiphany.sh36 ALIGNMENT=8
H A Dcriself.sh13 ALIGNMENT=32
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dbsd.h73 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNMENT) \
76 fprintf ((FILE), ",%u,%u\n", (int)(SIZE), (int)(ALIGNMENT) / BITS_PER_UNIT))
/netbsd-current/external/gpl3/gdb.old/dist/ld/emulparams/
H A Delf32_spu.sh8 ALIGNMENT=16
H A Delf32epiphany.sh36 ALIGNMENT=8
H A Delf32tilegx.sh11 ALIGNMENT=64
H A Delf32tilepro.sh12 ALIGNMENT=64
H A Dcriself.sh13 ALIGNMENT=32
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dbsd.h73 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGNMENT) \
76 fprintf ((FILE), ",%u,%u\n", (int)(SIZE), (int)(ALIGNMENT) / BITS_PER_UNIT))
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-core.h265 #define DECLARE_SIM_CORE_WRITE_N(ALIGNMENT,N,M) \
267 (void) sim_core_write_##ALIGNMENT##_##N \
304 #define DECLARE_SIM_CORE_READ_N(ALIGNMENT,N,M) \
306 (unsigned_##M) sim_core_read_##ALIGNMENT##_##N \
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-core.h265 #define DECLARE_SIM_CORE_WRITE_N(ALIGNMENT,N,M) \
267 (void) sim_core_write_##ALIGNMENT##_##N \
304 #define DECLARE_SIM_CORE_READ_N(ALIGNMENT,N,M) \
306 (unsigned_##M) sim_core_read_##ALIGNMENT##_##N \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-hsa.h40 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGNMENT) \
44 (SIZE) > 0 ? (SIZE) : 1, exact_log2 ((ALIGNMENT) / BITS_PER_UNIT)))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-hsa.h40 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGNMENT) \
44 (SIZE) > 0 ? (SIZE) : 1, exact_log2 ((ALIGNMENT) / BITS_PER_UNIT)))
/netbsd-current/external/bsd/nsd/dist/
H A Dregion-allocator.c23 #ifdef ALIGNMENT
24 #undef ALIGNMENT macro
29 #define ALIGNMENT (sizeof(off_t)) macro
31 #define ALIGNMENT (sizeof(void *)) macro
35 #define ALIGNMENT 1 macro
260 aligned_size = REGION_ALIGN_UP(size, ALIGNMENT);
292 wasted = (region->chunk_size - region->allocated) & (~(ALIGNMENT-1));
295 wasted >= ALIGNMENT
442 aligned_size = REGION_ALIGN_UP(size, ALIGNMENT);
446 /* we rely on the fact that ALIGNMENT i
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.h385 #define ASM_OUTPUT_ALIGNED_DECL_COMMON(STREAM, DECL, NAME, SIZE, ALIGNMENT) \
386 xstormy16_asm_output_aligned_common (STREAM, DECL, NAME, SIZE, ALIGNMENT, 1)
387 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGNMENT) \
388 xstormy16_asm_output_aligned_common (STREAM, DECL, NAME, SIZE, ALIGNMENT, 0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.h598 #define ASM_OUTPUT_ALIGNED_DECL_COMMON(STREAM, DECL, NAME, SIZE, ALIGNMENT) \
599 m32c_output_aligned_common (STREAM, DECL, NAME, SIZE, ALIGNMENT, 1)
601 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGNMENT) \
602 m32c_output_aligned_common (STREAM, DECL, NAME, SIZE, ALIGNMENT, 0)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Drl78.h442 #define ASM_OUTPUT_ALIGNED_DECL_COMMON(STREAM, DECL, NAME, SIZE, ALIGNMENT) \
443 rl78_output_aligned_common (STREAM, DECL, NAME, SIZE, ALIGNMENT, 1)
445 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(STREAM, DECL, NAME, SIZE, ALIGNMENT) \
446 rl78_output_aligned_common (STREAM, DECL, NAME, SIZE, ALIGNMENT, 0)

Completed in 195 milliseconds

123