Searched refs:alignments (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/cortex-strings/scripts/ |
| H A 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:
|
| H A 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]
|
| H A D | libplot.py | 40 def alignments_equal(alignments): argument 41 for alignment in alignments:
|
| /freebsd-14.2/lib/libc/tests/string/ |
| H A D | strlcpy_test.c | 154 ATF_TC_WITHOUT_HEAD(alignments); 155 ATF_TC_BODY(alignments, tc) in ATF_TC_BODY() argument 180 ATF_TP_ADD_TC(tp, alignments); in ATF_TP_ADD_TCS()
|
| H A D | stpncpy_test.c | 152 ATF_TC_WITHOUT_HEAD(alignments); 153 ATF_TC_BODY(alignments, tc) in ATF_TC_BODY() argument 178 ATF_TP_ADD_TC(tp, alignments); in ATF_TP_ADD_TCS()
|
| H A D | memccpy_test.c | 175 ATF_TC_WITHOUT_HEAD(alignments); 176 ATF_TC_BODY(alignments, tc) in ATF_TC_BODY() argument 202 ATF_TP_ADD_TC(tp, alignments); in ATF_TP_ADD_TCS()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | flags.inc | 43 "invalid allocation alignments, etc.")
|
| /freebsd-14.2/contrib/elftoolchain/libelf/ |
| H A D | libelf_convert.m4 | 70 # alignments and native byte ordering. This allows pointer arithmetic
|
| /freebsd-14.2/contrib/file/ |
| H A D | ChangeLog | 2010 * Avoid infinite loops caused by bad elf alignments
|
| /freebsd-14.2/sys/contrib/edk2/ |
| H A D | MdePkg.dec | 151 …lass Provides services to allocate and free memory buffers of various memory types and alignments.
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | INSTALL | 924 data, but use different alignments within the tables to support
|
| /freebsd-14.2/contrib/diff/ |
| H A D | ChangeLog | 822 Avoid integer overflow and core dumps if buffer alignments are
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2783 …gOption], "Use separate accesses for consecutive bitfield runs with legal widths and alignments.">,
|