Home
last modified time | relevance | path

Searched refs:aa1a (Results 1 – 25 of 51) sorted by relevance

123

/dports/biology/fasta3/fasta-36.3.8/src/
H A Dcal_consf.c51 const unsigned char *aa1a, const struct annot_str *annot1_p, char *seqc1a, in calc_cons_a() argument
69 have_ann = (seqc0a != NULL && (aa0a != NULL || aa1a != NULL)); in calc_cons_a()
195 if (aa1a) {*sp1a++ = ann_arr[aa1a[i1]];} in calc_cons_a()
218 if (aa1a) {*sp1a++ = ann_arr[aa1a[i1]];} in calc_cons_a()
320 const unsigned char *aa1a, in calc_code() argument
355 if (aa0a != NULL && aa1a != NULL) { have_ann = 2;} in calc_code()
356 else if (aa0a != NULL || aa1a != NULL) { have_ann = 1;} in calc_code()
433 if (have_ann == 2 && (ann_arr[*aa0ap] != ' ' || ann_arr[aa1a[i1]] != ' ')) { in calc_code()
436 ann_ch1 = ann_arr[aa1a[i1]]; in calc_code()
443 else if (aa1a != NULL && ann_arr[aa1a[i1]]!=' ') { in calc_code()
[all …]
H A Ddrop_func.h119 const unsigned char *aa1a, const struct annot_str *annot1_p, char *seqc1a,
140 const unsigned char *aa1a,
H A Dcal_cons.c133 const unsigned char *aa1a, const struct annot_str *annot1_p, char *seqc1a, in calc_cons_a() argument
337 if (aa1a) {*sp1a = ann_arr[aa1a[i1]];} in calc_cons_a()
427 if (aa1a) *sp1a = ann_arr[aa1a[i1]]; in calc_cons_a()
747 const unsigned char *aa1a, in calc_code() argument
798 if (aa0a != NULL && aa1a != NULL) { have_ann = 2;} in calc_code()
799 else if (aa0a != NULL || aa1a != NULL) { have_ann = 1;} in calc_code()
947 if (have_ann == 2 && (ann_arr[aa0a[i0]] != ' ' || ann_arr[aa1a[i1]] != ' ')) { in calc_code()
950 ann_ch1 = ann_arr[aa1a[i1]]; in calc_code()
957 else if (aa1a != NULL && ann_arr[aa1a[i1]]!=' ') { in calc_code()
959 ann_ch1 = ann_arr[aa1a[i1]]; in calc_code()
H A Dcal_cons2.c309 const unsigned char *aa1a, const struct annot_str *annot1_p, in calc_cons_u() argument
400 if ((annot1_p && annot1_p->n_annot > 0) || (aa1a != NULL)) { have_ann |= 2;} in calc_cons_u()
558 if (aa1a) *sp1a_p = ann_arr[aa1a[i1]]; in calc_cons_u()
694 if (aa1a) *sp1a_p = ann_arr[aa1a[i1]]; in calc_cons_u()
865 const unsigned char *aa1a, const struct annot_str *annot1_p, char *seqc1a, in calc_cons_a() argument
874 ann_arr, aa0a, annot0_p, aa1a, annot1_p, CALC_CONS, 0, in calc_cons_a()
1032 const unsigned char *aa1a, in calc_code() argument
1045 ann_arr, aa0a, annot0_p, aa1a, annot1_p, CALC_CODE, in calc_code()
H A Dmshowalign2.c141 unsigned char *aa1, *aa1a; in showalign() local
282 if (bbp->seq->annot_p != NULL) aa1a = bbp->seq->annot_p->aa1_ann; in showalign()
283 else aa1a = NULL; in showalign()
315 if (m_msp->ann_flg==1 && bbp->seq->annot_p->aa1_ann) {aa1a = bbp->seq->annot_p->aa1_ann;} in showalign()
457 if (m_msp->ann_flg && (m_msp->aa0a != NULL || aa1a!=NULL || m_msp->annot_p)) { in showalign()
483 aa1a, bbp->seq->annot_p, in showalign()
524 aa1a, bbp->seq->annot_p, seqc1a, in showalign()
H A Ddropfx2.c2835 const unsigned char *aa1a, const struct annot_str *annot1_p, argument
2905 ap1a = aa1a;
2909 have_ann = (seqc0a !=NULL && aa1a != NULL);
2941 if ((annotp_p && annotp_p->n_annot > 0) || (aa1a != NULL)) { have_ann |= 2;}
3566 const unsigned char *aa1a, const struct annot_str *annot1_p, char *seqc1a, argument
3575 ann_arr, aa0a, annot0_p, aa1a, annot1_p, CALC_CONS, 0,
3764 const unsigned char *aa1a, argument
3777 ann_arr, aa0a, annot0_p, aa1a, annot1_p, CALC_CODE,
H A Ddropfz2.c2775 const unsigned char *aa1a, const struct annot_str *annot1_p, char *seqc1a, argument
2829 have_ann = (seqc0a != NULL && aa1a != NULL);
2830 ap1a = aa1a;
3374 const unsigned char *aa1a, argument
3425 have_ann = (ann_arr[0] != '\0' && aa1a != NULL);
3426 ap1a = aa1a;
3560 …if (have_ann && !(ann_arr[aa1a[i1]] == ' ' || ann_arr[aa1a[i1]] == '[' || ann_arr[aa1a[i1]] == ']'…
H A Ddropfz3.c2829 const unsigned char *aa1a, const struct annot_str *annot1_p, argument
2901 ap1a = aa1a;
2905 have_ann = (seqc0a !=NULL && aa1a != NULL);
2937 if ((annotp_p && annotp_p->n_annot > 0) || (aa1a != NULL)) { have_ann |= 2;}
3540 const unsigned char *aa1a, const struct annot_str *annot1_p, char *seqc1a, argument
3549 ann_arr, aa0a, annot0_p, aa1a, annot1_p, CALC_CONS, 0,
3731 const unsigned char *aa1a, argument
3744 ann_arr, aa0a, annot0_p, aa1a, annot1_p, CALC_CODE,
H A Ddropfx.c2794 const unsigned char *aa1a, const struct annot_str *annot1_p, char *seqc1a, argument
2850 have_ann = (seqc0a !=NULL && aa1a != NULL);
2851 ap1a = aa1a;
3424 const unsigned char *aa1a, argument
3481 have_ann = (ann_arr[0] != '\0' && aa1a != NULL);
3482 ap1a = aa1a;
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc337 auto aa1a = std::make_obj_using_allocator<pair<A, A>>(alloc1, p1a); in test06() local
338 VERIFY( aa1a.first.nargs == 1 ); in test06()
339 VERIFY( aa1a.first.alloc_id == -1 ); in test06()
340 VERIFY( aa1a.second.nargs == 0 ); in test06()
341 VERIFY( aa1a.second.alloc_id == -1 ); in test06()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc337 auto aa1a = std::make_obj_using_allocator<pair<A, A>>(alloc1, p1a); in test06() local
338 VERIFY( aa1a.first.nargs == 1 ); in test06()
339 VERIFY( aa1a.first.alloc_id == -1 ); in test06()
340 VERIFY( aa1a.second.nargs == 0 ); in test06()
341 VERIFY( aa1a.second.alloc_id == -1 ); in test06()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc337 auto aa1a = std::make_obj_using_allocator<pair<A, A>>(alloc1, p1a); in test06() local
338 VERIFY( aa1a.first.nargs == 1 ); in test06()
339 VERIFY( aa1a.first.alloc_id == -1 ); in test06()
340 VERIFY( aa1a.second.nargs == 0 ); in test06()
341 VERIFY( aa1a.second.alloc_id == -1 ); in test06()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc337 auto aa1a = std::make_obj_using_allocator<pair<A, A>>(alloc1, p1a); in test06() local
338 VERIFY( aa1a.first.nargs == 1 ); in test06()
339 VERIFY( aa1a.first.alloc_id == -1 ); in test06()
340 VERIFY( aa1a.second.nargs == 0 ); in test06()
341 VERIFY( aa1a.second.alloc_id == -1 ); in test06()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc337 auto aa1a = std::make_obj_using_allocator<pair<A, A>>(alloc1, p1a); in test06() local
338 VERIFY( aa1a.first.nargs == 1 ); in test06()
339 VERIFY( aa1a.first.alloc_id == -1 ); in test06()
340 VERIFY( aa1a.second.nargs == 0 ); in test06()
341 VERIFY( aa1a.second.alloc_id == -1 ); in test06()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc337 auto aa1a = std::make_obj_using_allocator<pair<A, A>>(alloc1, p1a); in test06() local
338 VERIFY( aa1a.first.nargs == 1 ); in test06()
339 VERIFY( aa1a.first.alloc_id == -1 ); in test06()
340 VERIFY( aa1a.second.nargs == 0 ); in test06()
341 VERIFY( aa1a.second.alloc_id == -1 ); in test06()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc337 auto aa1a = std::make_obj_using_allocator<pair<A, A>>(alloc1, p1a); in test06() local
338 VERIFY( aa1a.first.nargs == 1 ); in test06()
339 VERIFY( aa1a.first.alloc_id == -1 ); in test06()
340 VERIFY( aa1a.second.nargs == 0 ); in test06()
341 VERIFY( aa1a.second.alloc_id == -1 ); in test06()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc337 auto aa1a = std::make_obj_using_allocator<pair<A, A>>(alloc1, p1a); in test06() local
338 VERIFY( aa1a.first.nargs == 1 ); in test06()
339 VERIFY( aa1a.first.alloc_id == -1 ); in test06()
340 VERIFY( aa1a.second.nargs == 0 ); in test06()
341 VERIFY( aa1a.second.alloc_id == -1 ); in test06()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc337 auto aa1a = std::make_obj_using_allocator<pair<A, A>>(alloc1, p1a); in test06() local
338 VERIFY( aa1a.first.nargs == 1 ); in test06()
339 VERIFY( aa1a.first.alloc_id == -1 ); in test06()
340 VERIFY( aa1a.second.nargs == 0 ); in test06()
341 VERIFY( aa1a.second.alloc_id == -1 ); in test06()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/uses_allocator/
H A Dmake_obj.cc337 auto aa1a = std::make_obj_using_allocator<pair<A, A>>(alloc1, p1a); in test06() local
338 VERIFY( aa1a.first.nargs == 1 ); in test06()
339 VERIFY( aa1a.first.alloc_id == -1 ); in test06()
340 VERIFY( aa1a.second.nargs == 0 ); in test06()
341 VERIFY( aa1a.second.alloc_id == -1 ); in test06()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/testing/resources/
H A Dbug_555784.in47 … /aa0e /aa0f /aa10 /aa11 /aa12 /aa13 /aa14 /aa15 /aa16 /aa17 /aa18 /aa19 /aa1a /aa1b /aa1c /aa1d /…
/dports/editors/texmaker/texmaker-5.0.3/pdfium/testing/resources/
H A Dbug_555784.in47 … /aa0e /aa0f /aa10 /aa11 /aa12 /aa13 /aa14 /aa15 /aa16 /aa17 /aa18 /aa19 /aa1a /aa1b /aa1c /aa1d /…
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dssv.c3049 …ROM_LOAD( "vg003-01.a0", 0x0000000, 0x200000, CRC(2812aa1a) SHA1(5046fe51a4ea50051a19cfeeb091c87f0…
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dssv.cpp3133 …ROM_LOAD( "vg003-01.a0", 0x0000000, 0x200000, CRC(2812aa1a) SHA1(5046fe51a4ea50051a19cfeeb091c87f0…
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dssv.cpp3133 …ROM_LOAD( "vg003-01.a0", 0x0000000, 0x200000, CRC(2812aa1a) SHA1(5046fe51a4ea50051a19cfeeb091c87f0…
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dssv.c3707 …ROM_LOAD( "vg003-01.a0", 0x0000000, 0x200000, CRC(2812aa1a) SHA1(5046fe51a4ea50051a19cfeeb091c87f0…

123