Searched refs:alignments (Results 1 – 25 of 27) sorted by relevance
12
| /freebsd-12-stable/contrib/cortex-strings/scripts/ |
| D | plot-sizes.py | 30 alignments = libplot.unique(records, ('src_alignment', 'dst_alignment')) 31 if len(alignments) != 1: 33 if libplot.alignments_equal(alignments): 34 aalignment = alignments[0][0] 36 aalignment = "%s:%s" % (alignments[0][0], alignments[0][1]) 109 alignments = libplot.unique(records, ('src_alignment', 'dst_alignment')) 112 for alignment in alignments:
|
| D | plot-align.py | 15 alignments = libplot.unique(records, ('src_alignment', 'dst_alignment')) 17 X = pylab.arange(len(alignments)) 28 for alignment in alignments: 43 if libplot.alignments_equal(alignments): 44 alignment_labels = ["%s" % x[0] for x in alignments] 46 alignment_labels = ["%s:%s" % (x[0], x[1]) for x in alignments]
|
| D | libplot.py | 40 def alignments_equal(alignments): argument 41 for alignment in alignments:
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | flags.inc | 43 "invalid allocation alignments, etc.")
|
| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | NEWS | 227 code has been rewritten to choose more favorable alignments and buffer
|
| /freebsd-12-stable/contrib/elftoolchain/libelf/ |
| D | libelf_convert.m4 | 70 # alignments and native byte ordering. This allows pointer arithmetic
|
| /freebsd-12-stable/contrib/file/ |
| D | ChangeLog | 1950 * Avoid infinite loops caused by bad elf alignments
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | ChangeLog-9193 | 1152 (setup_sections): Correctly convert between SOM alignments and BFD 1153 alignments. 6760 various kinds of alignments for the various kinds of 7486 alignments of structures on disk and structures in memory. #ifed out
|
| D | ChangeLog-2006 | 1721 about mismatched alignments to allow for the case where the common
|
| D | ChangeLog-9495 | 6436 * aout-target.h (MY(callback)): Set the alignments of the text, 8079 alignments as subspaces are *NOT* guaranteed to be properly 8407 preserve alignments when building executables. Actually write the
|
| D | ChangeLog-9899 | 1860 alignments and such on IRIX6.
|
| D | ChangeLog-0001 | 5155 effect, enforce minimum file and section alignments. If
|
| /freebsd-12-stable/sys/contrib/edk2/ |
| D | MdePkg.dec | 149 …lass Provides services to allocate and free memory buffers of various memory types and alignments.
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | ChangeLog-2006 | 2266 the text, data and bss alignments on VxWorks.
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | INSTALL | 748 data, but use different alignments within the tables to support
|
| /freebsd-12-stable/contrib/diff/ |
| D | ChangeLog | 822 Avoid integer overflow and core dumps if buffer alignments are
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | ChangeLog-1994 | 1899 alignments, such as a double. Also, we bump up the total alignment
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-1999 | 1161 (override_options): Define Athlon alignments and "athlon" name. 13528 * c-pragma.c (push_alignment): Don't ignore alignments greater than 15100 * c-pragma.c (push_alignment): Don't ignore alignments greater than
|
| D | ChangeLog-2000 | 1293 * c-decl.c (grokdeclarator): preserve previous alignments when 23790 Also make alignments and sizes unsigned and some whitespace cleanup. 24314 precisions and alignments are unsigned. 25089 Change types of internal variables so alignments are unsigned int,
|
| D | FSFChangeLog.11 | 2572 address changes through alignments. 5545 * go32.h (ASM_OUTPUT_ALIGN): Use .p2align, not byte alignments.
|
| D | ChangeLog-2001 | 5858 * emit-rtl.c (set_mem_attributes): Get alignments for constants. 13328 not call init_insn_lengths; Do not care about loop alignments.
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | tm.texi | 32 * Storage Layout:: Defining sizes and alignments of data. 877 alignments measured in bits do not need to be constant. They can be C
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| D | Options.td | 1953 …True, [], "Use separate accesses for consecutive bitfield runs with legal widths and alignments.">,
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ld.texinfo | 6462 By default, the linker will always preserve alignments, either by
|
| /freebsd-12-stable/contrib/binutils/gas/po/ |
| D | gas.pot | 2457 msgid "alignments greater than 32 bytes not supported in .text sections."
|
12