Home
last modified time | relevance | path

Searched refs:align (Results 176 – 200 of 880) sorted by relevance

12345678910>>...36

/freebsd/crypto/heimdal/doc/doxyout/hdb/html/
H A Ddoxygen.css8 text-align: center;
24 text-align: center;
33 text-align: center;
41 text-align: center;
183 text-align: center;
188 vertical-align: middle;
363 text-align: center;
393 text-align: right;
447 vertical-align: -30%;
471 vertical-align: -30%;
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/
H A Ddoxygen.css8 text-align: center;
24 text-align: center;
33 text-align: center;
41 text-align: center;
183 text-align: center;
188 vertical-align: middle;
363 text-align: center;
393 text-align: right;
447 vertical-align: -30%;
471 vertical-align: -30%;
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Ddoxygen.css8 text-align: center;
24 text-align: center;
33 text-align: center;
41 text-align: center;
183 text-align: center;
188 vertical-align: middle;
363 text-align: center;
393 text-align: right;
447 vertical-align: -30%;
471 vertical-align: -30%;
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/
H A Ddoxygen.css8 text-align: center;
24 text-align: center;
33 text-align: center;
41 text-align: center;
183 text-align: center;
188 vertical-align: middle;
363 text-align: center;
393 text-align: right;
447 vertical-align: -30%;
471 vertical-align: -30%;
/freebsd/lib/csu/arm/
H A Dcrti.S3 .align 4
12 .align 4
/freebsd/sys/crypto/openssl/aarch64/
H A Dkeccak1600-armv8.S37 .align 5
43 .align 4
209 .align 5
267 .align 5
301 .align 4
478 .align 4
508 .align 5
541 .align 4
577 .align 5
582 .align 4
[all …]
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c194 size_t len, left, align = 0; in ssl3_read_n() local
210 align = (size_t)rb->buf + SSL3_RT_HEADER_LENGTH; in ssl3_read_n()
211 align = SSL3_ALIGN_PAYLOAD - 1 - ((align - 1) % SSL3_ALIGN_PAYLOAD); in ssl3_read_n()
217 rb->offset = align; in ssl3_read_n()
225 pkt = rb->buf + align; in ssl3_read_n()
233 rb->offset = len + align; in ssl3_read_n()
677 size_t align = 0; in do_ssl3_write() local
787 align = SSL3_ALIGN_PAYLOAD - 1 - ((align - 1) % SSL3_ALIGN_PAYLOAD); in do_ssl3_write()
789 SSL3_BUFFER_set_offset(wb, align); in do_ssl3_write()
815 align = SSL3_ALIGN_PAYLOAD - 1 - ((align - 1) % SSL3_ALIGN_PAYLOAD); in do_ssl3_write()
[all …]
/freebsd/sys/dev/pccbb/
H A Dpccbb.c1099 int align, i; in cbb_cardbus_auto_open() local
1106 align = CBB_MEMALIGN; in cbb_cardbus_auto_open()
1108 align = CBB_IOALIGN; in cbb_cardbus_auto_open()
1110 align = 1; in cbb_cardbus_auto_open()
1131 starts[i] &= ~(align - 1); in cbb_cardbus_auto_open()
1212 rman_res_t align; in cbb_cardbus_alloc_resource() local
1241 align = CBB_MEMALIGN; in cbb_cardbus_alloc_resource()
1243 align = count; in cbb_cardbus_alloc_resource()
1376 int align; in cbb_pcic_alloc_resource() local
1386 align = CBB_MEMALIGN; in cbb_pcic_alloc_resource()
[all …]
/freebsd/sys/dev/nvme/
H A Dnvme_ns.c309 nvme_get_num_segments(uint64_t addr, uint64_t size, uint32_t align) in nvme_get_num_segments() argument
313 if (align == 0) in nvme_get_num_segments()
316 KASSERT((align & (align - 1)) == 0, ("alignment not power of 2\n")); in nvme_get_num_segments()
318 num_segs = size / align; in nvme_get_num_segments()
319 remainder = size & (align - 1); in nvme_get_num_segments()
320 offset = addr & (align - 1); in nvme_get_num_segments()
322 num_segs += 1 + (remainder + offset - 1) / align; in nvme_get_num_segments()
/freebsd/lib/csu/riscv/
H A Dcrti.S42 .align 0
50 .align 0
/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h237 static inline unsigned long align(unsigned long val, unsigned long align) in align() function
239 return (val + align - 1) & ~(align - 1); in align()
/freebsd/sys/kern/
H A Dkern_malloc.c788 malloc_domainset_aligned(size_t size, size_t align, in malloc_domainset_aligned() argument
794 KASSERT(powerof2(align), in malloc_domainset_aligned()
796 align, size)); in malloc_domainset_aligned()
797 KASSERT(align <= PAGE_SIZE, in malloc_domainset_aligned()
799 align, size)); in malloc_domainset_aligned()
811 asize = size <= align ? align : 1UL << flsl(size - 1); in malloc_domainset_aligned()
814 KASSERT(res == NULL || ((uintptr_t)res & (align - 1)) == 0, in malloc_domainset_aligned()
1241 size_t align; in mallocinit() local
1244 align = UMA_ALIGN_PTR; in mallocinit()
1246 align = MIN(size, PAGE_SIZE) - 1; in mallocinit()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dradiotap_iter.h13 uint8_t align:4, size:4; member
17 uint8_t align:4, size:4; member
/freebsd/contrib/ofed/libibverbs/
H A Dconfig.h5 #define memalign(align, size) ({ \ argument
7 if (posix_memalign(&__ptr, (align), (size))) \
/freebsd/contrib/mandoc/
H A Dman-cgi.css7 #mancgi fieldset { text-align: center;
12 .results td.title { vertical-align: top;
/freebsd/lib/libc/gen/
H A Dtls.c108 libc_malloc_aligned(size_t size, size_t align) in libc_malloc_aligned() argument
112 if (align < sizeof(void *)) in libc_malloc_aligned()
113 align = sizeof(void *); in libc_malloc_aligned()
115 mem = __je_bootstrap_malloc(size + sizeof(void *) + align - 1); in libc_malloc_aligned()
116 res = (void *)roundup2((uintptr_t)mem + sizeof(void *), align); in libc_malloc_aligned()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_ppc64.S7 .align 4
12 .align 3
141 .align 4
150 .align 4
155 .align 3
285 .align 4
/freebsd/stand/usb/
H A Dusb_busdma_loader.c205 usb_size_t size, usb_size_t align) in usb_pc_alloc_mem() argument
212 if (align != 1) { in usb_pc_alloc_mem()
213 ptr = malloc(size + align, XXX, XXX); in usb_pc_alloc_mem()
217 rem = (-((uintptr_t)ptr)) & (align - 1); in usb_pc_alloc_mem()
232 pc->ismultiseg = (align == 1); in usb_pc_alloc_mem()
396 udt->align = 0; in usb_dma_tag_unsetup()
/freebsd/lib/libc/i386/string/
H A Dstrncmp.S62 .align 2,0x90
155 .align 2,0x90
161 .align 2,0x90
/freebsd/sys/dev/liquidio/
H A Dlio_network.h196 size_t align; in lio_dma_alloc() local
199 align = PAGE_SIZE << lio_get_order(size); in lio_dma_alloc()
200 mem = kmem_alloc_contig(size, M_WAITOK, 0, ~0ul, align, 0, in lio_dma_alloc()
/freebsd/sys/crypto/openssl/amd64/
H A Dkeccak1600-x86_64.S5 .align 32
15 .align 32
264 .align 32
336 .align 32
400 .align 32
437 .align 32
457 .align 32
496 .align 256
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_subr.c64 size_t align, width; in bhnd_nvram_value_check_aligned() local
76 align = bhnd_nvram_type_host_align(itype); in bhnd_nvram_value_check_aligned()
77 BHND_NV_ASSERT(align != 0, ("invalid zero alignment")); in bhnd_nvram_value_check_aligned()
78 if ((uintptr_t)inp % align != 0) in bhnd_nvram_value_check_aligned()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css46 text-align: right;
65 text-align: center;
89 text-align: center;
99 text-align: right;
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_volume.c240 uint32_t j, align; in feed_volume_feed() local
280 align = info->bps * info->channels; in feed_volume_feed()
283 if (count < align) in feed_volume_feed()
287 align); in feed_volume_feed()
293 j *= align; in feed_volume_feed()
/freebsd/sys/riscv/riscv/
H A Dlocore.S216 .align 2
287 .align 4
292 .align 12
300 .align 3
360 .align 2

12345678910>>...36