Home
last modified time | relevance | path

Searched refs:my_p (Results 1 – 25 of 77) sorted by relevance

1234

/dports/lang/yap/yap-6.2.2/C/
H A Dsort.c85 left_p = my_p^1; in simple_mergesort()
86 right_p = my_p; in simple_mergesort()
100 pt += my_p; in simple_mergesort()
136 pt[my_p] = t; in simple_mergesort()
173 pt += my_p; in key_mergesort()
224 pt[my_p] = t; in key_mergesort()
230 if (my_p) in key_mergesort()
264 pt += my_p; in compact_mergesort()
313 if (my_p) in compact_mergesort()
317 if (my_p) { in compact_mergesort()
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dcrc-intel-pclmul.c70 u64 my_p[2]; member
218 [my_p] "m" (consts->my_p[0]) in crc32_reflected_bulk()
255 [my_p] "m" (consts->my_p[0]) in crc32_reflected_bulk()
352 : [my_p] "m" (consts->my_p[0]) in crc32_reflected_less_than_16()
410 [my_p] "m" (consts->my_p[0]) in crc32_reflected_less_than_16()
422 [my_p] "m" (consts->my_p[0]), in crc32_reflected_less_than_16()
576 [my_p] "m" (consts->my_p[0]) in crc32_bulk()
614 [my_p] "m" (consts->my_p[0]) in crc32_bulk()
716 : [my_p] "m" (consts->my_p[0]) in crc32_less_than_16()
769 [my_p] "m" (consts->my_p[0]) in crc32_less_than_16()
[all …]
H A Dcrc-ppc.c65 unsigned long long my_p[2]; member
249 vector2x_u64 my_p = CRC_VEC_U64_LOAD(0, &consts->my_p[0]); in crc32r_ppc8_ce_bulk() local
354 v0 = asm_vpmsumd(my_p, v0); in crc32r_ppc8_ce_bulk()
356 v0 = asm_vpmsumd(my_p, v0); in crc32r_ppc8_ce_bulk()
370 vector2x_u64 my_p = CRC_VEC_U64_LOAD(0, &consts->my_p[0]); in crc32r_ppc8_ce_reduction_4() local
372 v0 = asm_vpmsumd(v0, my_p); /* [00][00][xx][xx] */ in crc32r_ppc8_ce_reduction_4()
377 v0 = asm_vpmsumd(v0, my_p); /* [00][00][xx][xx] */ in crc32r_ppc8_ce_reduction_4()
440 vector2x_u64 p_my = asm_swap_u64(CRC_VEC_U64_LOAD(0, &consts->my_p[0])); in crc32_ppc8_ce_bulk()
565 vector2x_u64 my_p = CRC_VEC_U64_LOAD(0, &consts->my_p[0]); in crc32_ppc8_ce_reduction_4() local
567 v0 = asm_vpmsumd(v0, my_p); /* [00][x1][x0][00] */ in crc32_ppc8_ce_reduction_4()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dcrc-intel-pclmul.c70 u64 my_p[2]; member
218 [my_p] "m" (consts->my_p[0]) in crc32_reflected_bulk()
255 [my_p] "m" (consts->my_p[0]) in crc32_reflected_bulk()
352 : [my_p] "m" (consts->my_p[0]) in crc32_reflected_less_than_16()
410 [my_p] "m" (consts->my_p[0]) in crc32_reflected_less_than_16()
422 [my_p] "m" (consts->my_p[0]), in crc32_reflected_less_than_16()
576 [my_p] "m" (consts->my_p[0]) in crc32_bulk()
614 [my_p] "m" (consts->my_p[0]) in crc32_bulk()
716 : [my_p] "m" (consts->my_p[0]) in crc32_less_than_16()
769 [my_p] "m" (consts->my_p[0]) in crc32_less_than_16()
[all …]
H A Dcrc-ppc.c65 unsigned long long my_p[2]; member
249 vector2x_u64 my_p = CRC_VEC_U64_LOAD(0, &consts->my_p[0]); in crc32r_ppc8_ce_bulk() local
354 v0 = asm_vpmsumd(my_p, v0); in crc32r_ppc8_ce_bulk()
356 v0 = asm_vpmsumd(my_p, v0); in crc32r_ppc8_ce_bulk()
370 vector2x_u64 my_p = CRC_VEC_U64_LOAD(0, &consts->my_p[0]); in crc32r_ppc8_ce_reduction_4() local
372 v0 = asm_vpmsumd(v0, my_p); /* [00][00][xx][xx] */ in crc32r_ppc8_ce_reduction_4()
377 v0 = asm_vpmsumd(v0, my_p); /* [00][00][xx][xx] */ in crc32r_ppc8_ce_reduction_4()
440 vector2x_u64 p_my = asm_swap_u64(CRC_VEC_U64_LOAD(0, &consts->my_p[0])); in crc32_ppc8_ce_bulk()
565 vector2x_u64 my_p = CRC_VEC_U64_LOAD(0, &consts->my_p[0]); in crc32_ppc8_ce_reduction_4() local
567 v0 = asm_vpmsumd(v0, my_p); /* [00][x1][x0][00] */ in crc32_ppc8_ce_reduction_4()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/innobase/xtrabackup/src/crc/
H A Dcrc-intel-pclmul.cc79 u64 my_p[2]; member
184 : [k3k4] "m"(consts->k[3 - 1]), [my_p] "m"(consts->my_p[0])); in crc32_reflected_bulk()
217 [my_p] "m"(consts->my_p[0])); in crc32_reflected_bulk()
305 asm volatile("movdqa %[my_p], %%xmm5\n\t" : : [my_p] "m"(consts->my_p[0])); in crc32_reflected_less_than_16()
353 : [in] "m"(*inbuf), [crc] "m"(*pcrc), [my_p] "m"(consts->my_p[0])); in crc32_reflected_less_than_16()
362 [my_p] "m"(consts->my_p[0]), [k3k4] "m"(consts->k[3 - 1])); in crc32_reflected_less_than_16()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/crc/
H A Dcrc-intel-pclmul.c83 u64 my_p[2]; member
208 [my_p] "m" (consts->my_p[0]) in crc32_reflected_bulk()
245 [my_p] "m" (consts->my_p[0]) in crc32_reflected_bulk()
342 : [my_p] "m" (consts->my_p[0]) in crc32_reflected_less_than_16()
400 [my_p] "m" (consts->my_p[0]) in crc32_reflected_less_than_16()
412 [my_p] "m" (consts->my_p[0]), in crc32_reflected_less_than_16()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/crc/
H A Dcrc-intel-pclmul.c82 u64 my_p[2];
207 [my_p] "m" (consts->my_p[0])
244 [my_p] "m" (consts->my_p[0])
341 : [my_p] "m" (consts->my_p[0])
399 [my_p] "m" (consts->my_p[0])
411 [my_p] "m" (consts->my_p[0]),
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/mariabackup/crc/
H A Dcrc-intel-pclmul.c82 u64 my_p[2]; member
207 [my_p] "m" (consts->my_p[0]) in crc32_reflected_bulk()
244 [my_p] "m" (consts->my_p[0]) in crc32_reflected_bulk()
341 : [my_p] "m" (consts->my_p[0]) in crc32_reflected_less_than_16()
399 [my_p] "m" (consts->my_p[0]) in crc32_reflected_less_than_16()
411 [my_p] "m" (consts->my_p[0]), in crc32_reflected_less_than_16()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/crc/
H A Dcrc-intel-pclmul.c82 u64 my_p[2];
207 [my_p] "m" (consts->my_p[0])
244 [my_p] "m" (consts->my_p[0])
341 : [my_p] "m" (consts->my_p[0])
399 [my_p] "m" (consts->my_p[0])
411 [my_p] "m" (consts->my_p[0]),
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/crc/
H A Dcrc-intel-pclmul.c82 u64 my_p[2]; member
207 [my_p] "m" (consts->my_p[0]) in crc32_reflected_bulk()
244 [my_p] "m" (consts->my_p[0]) in crc32_reflected_bulk()
341 : [my_p] "m" (consts->my_p[0]) in crc32_reflected_less_than_16()
399 [my_p] "m" (consts->my_p[0]) in crc32_reflected_less_than_16()
411 [my_p] "m" (consts->my_p[0]), in crc32_reflected_less_than_16()
/dports/net/yaz/yaz-5.31.1/ztest/
H A Dgfs-example.c28 struct my_handle *my_p = (struct my_handle *) handle; in my_search() local
46 my_p->counter++; in my_search()
82 struct my_handle *my_p = (struct my_handle *) xmalloc (sizeof(*my_p)); in my_init() local
84 my_p->counter = 0; in my_init()
87 r->handle = my_p; /* user handle */ in my_init()
/dports/science/colt/colt/src/cern/jet/random/
H A DLogarithmic.java34 protected double my_p; field in Logarithmic
52 return nextDouble(this.my_p); in nextDouble()
128 this.my_p = p; in setState()
142 return this.getClass().getName()+"("+my_p+")"; in toString()
/dports/games/dontspace/dontspace-1.2/
H A Dconfigure639 for my_p in "$prefix" /usr/local /usr
641 mymandir=$my_p/man
643 if test -d $my_p/games && test -d $my_p/lib/games
645 mybindir=$my_p/games
646 mydatadir=$my_p/lib/games
652 if test -d $my_p/games && test -d $my_p/share/games
654 mybindir=$my_p/games
655 mydatadir=$my_p/share/games
661 if test -d $my_p/games && test -d $my_p/games/lib
663 mybindir=$my_p/games
[all …]
/dports/games/klondike/klondike-1.9/
H A Dconfigure744 for my_p in "$prefix" /usr/local /usr
746 mymandir=$my_p/man
748 if test -d $my_p/games && test -d $my_p/lib/games
750 mybindir=$my_p/games
751 mydatadir=$my_p/lib/games
757 if test -d $my_p/games && test -d $my_p/share/games
759 mybindir=$my_p/games
760 mydatadir=$my_p/share/games
766 if test -d $my_p/games && test -d $my_p/games/lib
768 mybindir=$my_p/games
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/eri_mme/
H A Deri_mme_error_control.F438 my_p = para_env%mepos ! mpi rank
465 IF (my_p .LT. n_Gu_left) THEN
466 Gu_first = G_l + 1 + (n_Gu_p + 1)*my_p
467 Gu_last = G_l + 1 + (n_Gu_p + 1)*(my_p + 1) - 1
469 Gu_first = G_l + 1 + n_Gu_left + n_Gu_p*my_p
470 Gu_last = G_l + 1 + n_Gu_left + n_Gu_p*(my_p + 1) - 1
473 IF (my_p .LT. n_Gl_left) THEN
474 Gl_first = -G_l + (n_Gl_p + 1)*my_p
475 Gl_last = -G_l + (n_Gl_p + 1)*(my_p + 1) - 1
477 Gl_first = -G_l + n_Gl_left + n_Gl_p*my_p
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/eri_mme/
H A Deri_mme_error_control.F438 my_p = para_env%mepos ! mpi rank
465 IF (my_p .LT. n_Gu_left) THEN
466 Gu_first = G_l + 1 + (n_Gu_p + 1)*my_p
467 Gu_last = G_l + 1 + (n_Gu_p + 1)*(my_p + 1) - 1
469 Gu_first = G_l + 1 + n_Gu_left + n_Gu_p*my_p
470 Gu_last = G_l + 1 + n_Gu_left + n_Gu_p*(my_p + 1) - 1
473 IF (my_p .LT. n_Gl_left) THEN
474 Gl_first = -G_l + (n_Gl_p + 1)*my_p
475 Gl_last = -G_l + (n_Gl_p + 1)*(my_p + 1) - 1
477 Gl_first = -G_l + n_Gl_left + n_Gl_p*my_p
[all …]
/dports/math/elpa/elpa-2019.05.002/src/
H A Delpa_impl_generalized_transform_template.F9020 …integer(kind=ik) :: my_p, my_prow, my_pcol, np_rows, np_cols, mpierr, mpi_comm_rows, mpi_com…
29 call mpi_comm_rank(mpi_comm_all,my_p,mpierr)
39 if(my_p == 0) then
47 if(my_p == 0) then
129 …integer(kind=ik) :: my_p, my_prow, my_pcol, np_rows, np_cols, mpierr, mpi_comm_rows, mpi_com…
141 call mpi_comm_rank(mpi_comm_all,my_p,mpierr)
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dactual_array_constructor_1.f9035 subroutine my_p(w) subroutine
38 end subroutine my_p argument
59 call my_p (line) ! Call test of PR26550
H A Dpr55330.f9030 subroutine my_p(w) subroutine
33 end subroutine my_p argument
54 call my_p (line)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr55330.f9030 subroutine my_p(w) subroutine
33 end subroutine my_p argument
54 call my_p (line)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dpr55330.f9030 subroutine my_p(w) subroutine
33 end subroutine my_p argument
54 call my_p (line)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpr55330.f9030 subroutine my_p(w) subroutine
33 end subroutine my_p argument
54 call my_p (line)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr55330.f9030 subroutine my_p(w) subroutine
33 end subroutine my_p argument
54 call my_p (line)
H A Dactual_array_constructor_1.f9035 subroutine my_p(w) subroutine
38 end subroutine my_p argument
59 call my_p (line) ! Call test of PR26550

1234