Home
last modified time | relevance | path

Searched refs:alignments (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/cortex-strings/scripts/
Dplot-sizes.py30 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:
Dplot-align.py15 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]
Dlibplot.py40 def alignments_equal(alignments): argument
41 for alignment in alignments:
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dflags.inc43 "invalid allocation alignments, etc.")
/freebsd-12-stable/gnu/usr.bin/grep/
DNEWS227 code has been rewritten to choose more favorable alignments and buffer
/freebsd-12-stable/contrib/elftoolchain/libelf/
Dlibelf_convert.m470 # alignments and native byte ordering. This allows pointer arithmetic
/freebsd-12-stable/contrib/file/
DChangeLog1950 * Avoid infinite loops caused by bad elf alignments
/freebsd-12-stable/contrib/binutils/bfd/
DChangeLog-91931152 (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
DChangeLog-20061721 about mismatched alignments to allow for the case where the common
DChangeLog-94956436 * 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
DChangeLog-98991860 alignments and such on IRIX6.
DChangeLog-00015155 effect, enforce minimum file and section alignments. If
/freebsd-12-stable/sys/contrib/edk2/
DMdePkg.dec149 …lass Provides services to allocate and free memory buffers of various memory types and alignments.
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-20062266 the text, data and bss alignments on VxWorks.
/freebsd-12-stable/contrib/ncurses/
DINSTALL748 data, but use different alignments within the tables to support
/freebsd-12-stable/contrib/diff/
DChangeLog822 Avoid integer overflow and core dumps if buffer alignments are
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-19941899 alignments, such as a double. Also, we bump up the total alignment
/freebsd-12-stable/contrib/gcc/
DChangeLog-19991161 (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
DChangeLog-20001293 * 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,
DFSFChangeLog.112572 address changes through alignments.
5545 * go32.h (ASM_OUTPUT_ALIGN): Use .p2align, not byte alignments.
DChangeLog-20015858 * 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/
Dtm.texi32 * 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/
DOptions.td1953 …True, [], "Use separate accesses for consecutive bitfield runs with legal widths and alignments.">,
/freebsd-12-stable/contrib/binutils/ld/
Dld.texinfo6462 By default, the linker will always preserve alignments, either by
/freebsd-12-stable/contrib/binutils/gas/po/
Dgas.pot2457 msgid "alignments greater than 32 bytes not supported in .text sections."

12