/freebsd-src/sys/tools/sound/ |
H A D | snd_fxdiv_gen.awk | 88 aligns[PCM_8_BPS * i] = 1; 89 aligns[PCM_16_BPS * i] = 1; 90 aligns[PCM_24_BPS * i] = 1; 91 aligns[PCM_32_BPS * i] = 1; 118 if (aligns[i] != 1)
|
/freebsd-src/share/man/man9/ |
H A D | vm_map_find.9 | 107 then the mapping will require a free region that aligns relative to the 119 The mapping will succeed as long as there is a free region that aligns on
|
H A D | mbuf.9 | 729 argument aligns the data and leaves room for a link layer header.
|
/freebsd-src/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_common.h | 460 * Aligns input parameter to the next power of 2 478 * Aligns input parameter to the previous power of 2 495 * Aligns 64b input parameter to the next power of 2 513 * Aligns 64b input parameter to the previous power of 2
|
/freebsd-src/contrib/netbsd-tests/bin/cat/ |
H A D | t_cat.sh | 33 atf_set "descr" "Test that cat(1) aligns the output " \
|
/freebsd-src/stand/lua/ |
H A D | drawer.lua.8 | 127 Frame styles define the characters drawn for horizontal lines, vertical aligns,
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | PrimType.h | 103 /// Aligns a size to the pointer alignment.
|
/freebsd-src/sbin/newfs_msdos/ |
H A D | newfs_msdos.8 | 177 aligns the start of the data area to a multiple of the cluster size.
|
/freebsd-src/contrib/llvm-project/lld/docs/ELF/ |
H A D | linker_script.rst | 194 writable but non-RELRO sections. LLD ignores ``offset`` and ``exp`` and aligns
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.h | 51 /// Aligns the stack pointer by ANDing it with -MaxAlign.
|
/freebsd-src/crypto/openssl/crypto/ec/curve448/ |
H A D | point_448.h | 241 * As it happens, this aligns with the base point definitions; that is,
|
/freebsd-src/contrib/unbound/util/ |
H A D | locks.c | 235 /* the beginthreadex routine setups for the C lib; aligns stack */ in ub_thread_create()
|
/freebsd-src/sys/dev/isci/scil/ |
H A D | scic_sds_smp_request.c | 94 * This macro aligns the smp command buffer in DWORD alignment 120 * This macro aligns the smp command buffer in DWORD alignment
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsNaClELFStreamer.cpp | 14 // emitted in the same bundle. It aligns call + branch delay to the bundle end,
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.h | 246 /// Aligns the stack pointer by ANDing it with -MaxAlign.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kMCCodeEmitter.cpp | 114 // instruction but it assumes everything aligns on word boundaries. So things
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | MicrosoftCXXABI.cpp | 313 // When MSVC does x86_32 record layout, it aligns aggregate member pointers to in getMemberPointerInfo()
|
/freebsd-src/usr.bin/stat/ |
H A D | stat.1 | 223 Aligns string output to the left of the field, instead of to the right.
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Alignment.h | 186 /// Aligns `Addr` to `Alignment` bytes, rounding up.
|
/freebsd-src/sys/net/ |
H A D | rss_config.c | 51 * of header tuples. This implementation aligns RSS buckets with connection
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 180 // If the CC aligns values higher than the slot size, do so if needed. in emitVoidPtrDirectVAArg()
|
/freebsd-src/crypto/openssl/crypto/modes/asm/ |
H A D | ghash-ia64.pl | 109 .skip 16 // aligns loop body 186 .skip 16 // aligns loop body
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 111 /// alignSPAdjust - This method aligns the stack adjustment to the correct
|
/freebsd-src/sys/dev/ixl/ |
H A D | i40e_lan_hmc.c | 44 * i40e_align_l2obj_base - aligns base object pointer to 512 bytes 47 * Aligns the layer 2 function private memory so it's 512-byte aligned.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetMachine.cpp | 174 // We have 128 and 64 bit vectors. The APCS ABI aligns them to 32 bits, others in computeDataLayout()
|