Searched refs:ct (Results 1 - 25 of 38) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/
H A Ddr695.cc32 const ctype<char>& ct = use_facet<ctype<char> >(loc); local
33 ct.table();
34 ct.classic_table();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20031010-1.c4 foo (long ct, long cf, _Bool p1, _Bool p2, _Bool p3) argument
8 diff = ct - cf;
16 long tmp = ct;
17 ct = cf;
20 diff = ct - cf;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmentor1.C9 void shift_left(int delta, int ct);
11 inline void S1::shift_left(int delta, int ct) argument
13 int cnt = ct;
17 void dispose_t(S1 *tp, int from_index, int ct, const int d_last_t) argument
19 int new_ct = d_last_t + 1 - ct;
20 tp[0].o.p1[from_index].shift_left(ct, new_ct - from_index);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D981007-1.c11 complex ct; local
12 ct.re=fabs(r)<1E-300?0.0:r;
13 ct.im=fabs(i)<1E-300?0.0:i;
14 return ct;
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dpr12758b.c3 int memcmp(const void *cs, const void *ct, size_t count) argument
8 for (su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/tuple/
H A D60497.cc32 const tuple_type ct; variable
35 auto b = std::get<0>(ct);
37 auto d = std::get<element_type>(ct);
41 auto f = std::get<0>(std::move(ct));
43 auto h = std::get<element_type>(std::move(ct));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/22_locale/
H A Dnarrow_widen_char.cc33 const ctype<char>& ct = use_facet<ctype<char> >(loc); local
38 ct.narrow(i % 128, '*');
46 ct.narrow(bufin, bufin+sizeof(bufin), '*', bufout);
54 ct.widen(i % 128);
62 ct.widen(bufin, bufin+sizeof(bufin), bufout);
H A Dnarrow_widen_wchar_t.cc33 const ctype<wchar_t>& ct = use_facet<ctype<wchar_t> >(loc); local
38 ct.narrow(i % 128, '*');
46 ct.narrow(bufwc, bufwc + sizeof(bufwc) / sizeof(wchar_t), '*', bufc);
54 ct.widen(i % 128);
62 ct.widen(bufc, bufc + sizeof(bufc), bufwc);
H A Dis_wchar_t.cc49 const ctype<wchar_t>& ct = use_facet<ctype<wchar_t> >(loc); local
71 ct.is(ctype_base::space, str[i]);
/haiku-buildtools/gcc/gmp/cxx/
H A Dismpz.cc41 const ctype<char>& ct = use_facet< ctype<char> >(i.getloc()); local
42 #define cxx_isspace(c) (ct.is(ctype_base::space,(c)))
H A Dismpf.cc65 const ctype<char>& ct = use_facet< ctype<char> >(loc); local
66 #define cxx_isspace(c) (ct.is(ctype_base::space,(c)))
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dfriend12.C14 C<T> ct; local
15 ct.i = 3;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/
H A D11740.cc58 const ctype<wchar_t>& ct = use_facet<ctype<wchar_t> >(loc); local
66 bool r1 = ct.is(masks[j] | masks[k], str[i]);
67 bool r2 = ct.is(masks[j], str[i]);
68 bool r3 = ct.is(masks[k], str[i]);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/stable_partition/
H A Dmem_check.cc36 bool even(const copy_tracker& ct) argument
37 { return ct.id() < 19; }
/haiku-buildtools/legacy/binutils/bfd/
H A Dlibieee.h27 typedef struct ct { struct
29 struct ct *next;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/torture/
H A Dpr58314-2.c24 void con_get_unimap (struct vc_data *vc, unsigned short ct, unsigned short *uct, argument
42 if (*p2 < 512 && ect++ < ct)
H A Dpr70416.c92 const struct iseq_catch_table *ct; local
128 if (ct)
129 for (i = 0; i < ct->size; i++) { }
132 ct = cfp->iseq->catch_table;
/haiku-buildtools/binutils/bfd/
H A Dlibieee.h27 typedef struct ct { struct
29 struct ct *next;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/duration/arithmetic/
H A Ddr934-1.cc47 ClockTime ct(d);
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixtests.c146 int ct = TEST_TABLE_CT; local
154 } while (--ct > 0);
H A Dfixfixes.c266 int ct = p_fixd->test_ct; local
269 if (ct-- <= 0)
667 int ct = p_fixd->test_ct; local
670 if (ct-- <= 0)
717 int ct = FIX_TABLE_CT; local
724 if (--ct <= 0)
/haiku-buildtools/gcc/fixincludes/
H A Dfixtests.c143 int ct = TEST_TABLE_CT; local
151 } while (--ct > 0);
H A Dfixfixes.c259 int ct = p_fixd->test_ct; local
262 if (ct-- <= 0)
660 int ct = p_fixd->test_ct; local
663 if (ct-- <= 0)
710 int ct = FIX_TABLE_CT; local
717 if (--ct <= 0)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dbigalg.go66 var ct = make(chan T) var
70 ct <- t
77 t1 := <-ct
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbitfld-9.c23 typedef c ct; typedef
43 ct char2 : 1;

Completed in 239 milliseconds

12