Searched defs:two (Results 1 - 25 of 176) sorted by last modified time

12345678

/haiku-buildtools/binutils/opcodes/
H A Dv850-opc.c43 #define two(x,y) ((unsigned int) (x) | ((unsigned int) (y) << 16)) macro
[all...]
H A Dm68k-opc.c25 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro
[all...]
/haiku-buildtools/binutils/gold/testsuite/
H A Dgdb_index_test.cc70 namespace two namespace
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dvector2.s585 two signed fractions. */ label
588 two unsigned fractions. */ label
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-dom.c583 hash one, two; local
H A Dipa-icf.c1353 inchash::hash one, two; local
1460 inchash::hash one, two; local
1464 add_expr (gimple_assign_rhs2 (stmt), two); local
H A Dtree.c7637 inchash::hash one, two; local
[all...]
H A Dwide-int.h1519 wi::two (unsigned int precision) function in class:wi
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/complex/cons/
H A Dconstexpr_primary.cc29 long double two; member in struct:numext::ldld_base
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/
H A Dzero_sized_arrays.cc49 array_type2 two; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_io.h50 bool two = this->pptr() < this->epptr(); local
58 bool two = this->gptr() < this->egptr(); local
66 bool two = this->pptr() == 0; local
74 bool two = this->gptr() == 0; local
/haiku-buildtools/gcc/libstdc++-v3/
H A Dconfigure21113 two(); function
28148 two(); function
34142 two(); function
40218 two(); function
52095 two(); function
52393 two(); function
52868 two(); function
59153 two(); function
65069 two(); function
65236 two(); function
65464 two(); function
71378 two(); function
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/char/
H A D2.cc35 string two; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/append/wchar_t/
H A D2.cc35 wstring two; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/
H A D2.cc35 string two = one; local
H A D3.cc35 string two; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/
H A D2.cc35 wstring two = one; local
H A D3.cc35 wstring two; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/declval/requirements/
H A D1.cc29 typedef struct { char arr[2]; } two; typedef in struct:is_convertible_mini
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dfstack-protector-strong.c82 int two; member in struct:BB
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dipa-icf-25.c39 int two() function
/haiku-buildtools/gcc/gcc/testsuite/gcc.test-framework/
H A Dgen_directive_tests308 two() { function
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr57904.f9016 type(t2) :: one, two local in subroutine:test2
H A Dpr57987.f9016 type(t2) :: one, two local in subroutine:test2
H A Dassumed_type_3.f9012 subroutine two(a) ! { dg-error "may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute" } subroutine

Completed in 169 milliseconds

12345678