Home
last modified time | relevance | path

Searched defs:aligned (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/lib/libc/arch/mips64/string/
H A Dbcopy.S88 aligned: label
/openbsd-src/sys/lib/libkern/arch/sh/
H A Dmemset.S213 aligned: label
/openbsd-src/lib/libc/arch/sh/string/
H A Dmemset.S214 aligned: label
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsched-ebb.c132 ebb_print_insn (insn, aligned) in ebb_print_insn() argument
H A Dsched-rgn.c2198 rgn_print_insn (insn, aligned) in rgn_print_insn() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DEndian.h30 enum {aligned = 0, unaligned = 1}; enumerator
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan.cpp634 uptr aligned = x & ~3ULL; in __msan_get_origin() local
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_gem.c902 int aligned = width; in radeon_align_pitch() local
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_gem.c1017 int aligned = width; global() local
/openbsd-src/gnu/gcc/gcc/
H A Dsched-rgn.c2117 rgn_print_insn (rtx insn, int aligned) in rgn_print_insn()
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.c1811 * aligned, we just check that they are within aligned in perl_parse() local
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c6447 int aligned; local
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.c4104 bool aligned; /* True if memory is aligned, false else. */ member
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1514 for (int aligned = 0; aligned < 2; ++aligned) in TEST() local