Home
last modified time | relevance | path

Searched refs:align_base (Results 1 – 25 of 78) sorted by relevance

1234

/dports/graphics/opencv/opencv-4.5.3/modules/core/perf/
H A Dperf_umat.cpp39 size_t align_base = 4096; variable
42 …void* pData_allocated = new unsigned char [size.area() * CV_ELEM_SIZE(type) + (align_base + align_…
43 void* pData = (char*)alignPtr(pData_allocated, (int)align_base) + align_offset;
/dports/biology/p5-BioPerl-Run/BioPerl-Run-1.007003/lib/Bio/Tools/Run/Phylo/
H A DGerp.pm288 my $result_file = $self->{align_base}.'.rates.elems';
314 $self->{align_base} = basename($align_file);
321 $param_string .= ' -f '.$self->{align_base}.'.rates';
/dports/net/samba412/samba-4.12.15/source4/libcli/raw/
H A Drequest.h34 const uint8_t *align_base; member
H A Drawrequest.c47 req->in.bufinfo.align_base = req->in.buffer; in smb_setup_bufinfo()
598 if (!(flags & STR_NOALIGN) && ucs2_align(bufinfo->align_base, src, flags)) { in smbcli_req_pull_ucs2()
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/hmm2/src/u_search/
H A Duhmmsearch_opt.cpp21 …* DigitizeSequenceHP( const unsigned char * seq, int L, const unsigned char * mem, int align_base ) in DigitizeSequenceHP() argument
24 unsigned char * dsq = ALIGNED( mem, align_base ); in DigitizeSequenceHP()
/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/
H A Dmeica.py302 align_base = basebrik variable
397 if options.align_base!='':
398 if options.align_base.isdigit():
399 basevol = '%s[%s]' % (vrAinput,options.align_base)
401 basevol = options.align_base
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-store-merging.c1412 unsigned HOST_WIDE_INT align_base; member
1814 align_base = start - align_bitpos; in merged_store_group()
1859 align_base = info->bitpos - align_bitpos; in do_merge()
2393 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2403 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2407 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3117 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3140 = (group->start - align_base) & (group_align - 1); in split_group()
3211 = (try_bitpos - align_base) & (group_align - 1); in split_group()
3223 align_bitpos = (try_bitpos - align_base) & (load_align - 1); in split_group()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-store-merging.c1412 unsigned HOST_WIDE_INT align_base; member
1814 align_base = start - align_bitpos; in merged_store_group()
1859 align_base = info->bitpos - align_bitpos; in do_merge()
2393 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2403 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2407 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3117 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3140 = (group->start - align_base) & (group_align - 1); in split_group()
3211 = (try_bitpos - align_base) & (group_align - 1); in split_group()
3223 align_bitpos = (try_bitpos - align_base) & (load_align - 1); in split_group()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-store-merging.c1412 unsigned HOST_WIDE_INT align_base; member
1814 align_base = start - align_bitpos; in merged_store_group()
1859 align_base = info->bitpos - align_bitpos; in do_merge()
2392 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2402 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2406 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3111 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3134 = (group->start - align_base) & (group_align - 1); in split_group()
3205 = (try_bitpos - align_base) & (group_align - 1); in split_group()
3217 align_bitpos = (try_bitpos - align_base) & (load_align - 1); in split_group()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-store-merging.c1412 unsigned HOST_WIDE_INT align_base; member
1814 align_base = start - align_bitpos; in merged_store_group()
1859 align_base = info->bitpos - align_bitpos; in do_merge()
2393 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2403 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2407 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3117 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3140 = (group->start - align_base) & (group_align - 1); in split_group()
3211 = (try_bitpos - align_base) & (group_align - 1); in split_group()
3223 align_bitpos = (try_bitpos - align_base) & (load_align - 1); in split_group()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-store-merging.c1412 unsigned HOST_WIDE_INT align_base; member
1814 align_base = start - align_bitpos; in merged_store_group()
1859 align_base = info->bitpos - align_bitpos; in do_merge()
2393 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2403 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2407 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3117 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3140 = (group->start - align_base) & (group_align - 1); in split_group()
3211 = (try_bitpos - align_base) & (group_align - 1); in split_group()
3223 align_bitpos = (try_bitpos - align_base) & (load_align - 1); in split_group()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-ssa-store-merging.c1412 unsigned HOST_WIDE_INT align_base; member
1814 align_base = start - align_bitpos; in merged_store_group()
1859 align_base = info->bitpos - align_bitpos; in do_merge()
2420 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2430 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2434 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3173 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3196 = (group->start - align_base) & (group_align - 1); in split_group()
3267 = (try_bitpos - align_base) & (group_align - 1); in split_group()
3279 align_bitpos = (try_bitpos - align_base) & (load_align - 1); in split_group()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-ssa-store-merging.c1435 unsigned HOST_WIDE_INT align_base; variable
1817 align_base = start - align_bitpos; in merged_store_group()
1904 align_base = info->bitpos - align_bitpos; in do_merge()
2457 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2467 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2471 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3232 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3256 = (group->start - align_base) & (group_align - 1); in split_group()
3324 = new split_store (bytepos, gstore->bitsize, align_base); in split_group()
3347 = (try_bitpos - align_base) & (group_align - 1); in split_group()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-ssa-store-merging.c1435 unsigned HOST_WIDE_INT align_base; variable
1817 align_base = start - align_bitpos; in merged_store_group()
1904 align_base = info->bitpos - align_bitpos; in do_merge()
2484 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2494 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2498 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3288 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3312 = (group->start - align_base) & (group_align - 1); in split_group()
3380 = new split_store (bytepos, gstore->bitsize, align_base); in split_group()
3403 = (try_bitpos - align_base) & (group_align - 1); in split_group()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-ssa-store-merging.c1435 unsigned HOST_WIDE_INT align_base; variable
1817 align_base = start - align_bitpos; in merged_store_group()
1904 align_base = info->bitpos - align_bitpos; in do_merge()
2484 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2494 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2498 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3288 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3312 = (group->start - align_base) & (group_align - 1); in split_group()
3380 = new split_store (bytepos, gstore->bitsize, align_base); in split_group()
3403 = (try_bitpos - align_base) & (group_align - 1); in split_group()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-ssa-store-merging.c1424 unsigned HOST_WIDE_INT align_base; member
1831 align_base = start - align_bitpos; in merged_store_group()
1915 align_base = info->bitpos - align_bitpos; in do_merge()
2487 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2497 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2501 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3264 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3287 = (group->start - align_base) & (group_align - 1); in split_group()
3358 = (try_bitpos - align_base) & (group_align - 1); in split_group()
3370 align_bitpos = (try_bitpos - align_base) & (load_align - 1); in split_group()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-ssa-store-merging.c1424 unsigned HOST_WIDE_INT align_base; member
1831 align_base = start - align_bitpos; in merged_store_group()
1915 align_base = info->bitpos - align_bitpos; in do_merge()
2459 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2469 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2473 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3201 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3224 = (group->start - align_base) & (group_align - 1); in split_group()
3295 = (try_bitpos - align_base) & (group_align - 1); in split_group()
3307 align_bitpos = (try_bitpos - align_base) & (load_align - 1); in split_group()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-ssa-store-merging.c1424 unsigned HOST_WIDE_INT align_base; member
1831 align_base = start - align_bitpos; in merged_store_group()
1915 align_base = info->bitpos - align_bitpos; in do_merge()
2487 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2497 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2501 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3264 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3287 = (group->start - align_base) & (group_align - 1); in split_group()
3358 = (try_bitpos - align_base) & (group_align - 1); in split_group()
3370 align_bitpos = (try_bitpos - align_base) & (load_align - 1); in split_group()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-ssa-store-merging.c1623 unsigned HOST_WIDE_INT align_base; variable
2012 align_base = start - align_bitpos; in merged_store_group()
2113 align_base = info->bitpos - align_bitpos; in do_merge()
2731 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2741 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2745 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3537 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3562 = (group->start - align_base) & (group_align - 1); in split_group()
3630 = new split_store (bytepos, gstore->bitsize, align_base); in split_group()
3653 = (try_bitpos - align_base) & (group_align - 1); in split_group()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-ssa-store-merging.c1623 unsigned HOST_WIDE_INT align_base; variable
2012 align_base = start - align_bitpos; in merged_store_group()
2113 align_base = info->bitpos - align_bitpos; in do_merge()
2731 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2741 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2745 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3537 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3562 = (group->start - align_base) & (group_align - 1); in split_group()
3630 = new split_store (bytepos, gstore->bitsize, align_base); in split_group()
3653 = (try_bitpos - align_base) & (group_align - 1); in split_group()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-ssa-store-merging.c1623 unsigned HOST_WIDE_INT align_base; variable
2012 align_base = start - align_bitpos; in merged_store_group()
2113 align_base = info->bitpos - align_bitpos; in do_merge()
2731 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2741 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2745 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3537 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3562 = (group->start - align_base) & (group_align - 1); in split_group()
3630 = new split_store (bytepos, gstore->bitsize, align_base); in split_group()
3653 = (try_bitpos - align_base) & (group_align - 1); in split_group()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-ssa-store-merging.c1715 unsigned HOST_WIDE_INT align_base; variable
2104 align_base = start - align_bitpos; in merged_store_group()
2205 align_base = info->bitpos - align_bitpos; in do_merge()
2822 unsigned HOST_WIDE_INT align_base = merged_store->align_base; in try_coalesce_bswap() local
2832 align_base = m_store_info[i]->bitpos - align_bitpos; in try_coalesce_bswap()
2836 = (m_store_info[first]->bitpos - align_base) & (align - 1); in try_coalesce_bswap()
3626 unsigned HOST_WIDE_INT align_base = group->align_base; in split_group() local
3651 = (group->start - align_base) & (group_align - 1); in split_group()
3719 = new split_store (bytepos, gstore->bitsize, align_base); in split_group()
3742 = (try_bitpos - align_base) & (group_align - 1); in split_group()
[all …]
/dports/net/samba412/samba-4.12.15/source4/smb_server/smb/
H A Drequest.c42 req->in.bufinfo.align_base = req->in.buffer; in smbsrv_setup_bufinfo()
488 if (!(flags & STR_NOALIGN) && ucs2_align(bufinfo->align_base, src, flags)) { in req_pull_ucs2()
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_umat.cpp637 void custom_ptr_test(size_t align_base, size_t align_offset) in PARAM_TEST_CASE()
639 …void* pData_allocated = new unsigned char [size.area() * CV_ELEM_SIZE(type) + (align_base + align_… in PARAM_TEST_CASE()
640 void* pData = (char*)alignPtr(pData_allocated, (int)align_base) + align_offset; in PARAM_TEST_CASE()
/dports/net/samba412/samba-4.12.15/source4/libcli/smb2/
H A Drequest.c35 req->in.bufinfo.align_base = req->in.buffer; in smb2_setup_bufinfo()

1234