Home
last modified time | relevance | path

Searched defs:second (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Duserdef.cc76 A1 A1::operator+(const A1& second) in operator +()
85 A1 A1::operator*(const A1& second) in operator *()
94 A1 A1::operator-(const A1& second) in operator -()
103 A1 A1::operator/(const A1& second) in operator /()
112 A1 A1::operator%(const A1& second) in operator %()
121 int A1::operator==(const A1& second) in operator ==()
129 int A1::operator!=(const A1& second) in operator !=()
137 int A1::operator&&(const A1& second) in operator &&()
142 int A1::operator||(const A1& second) in operator ||()
165 A1 A1::operator|(const A1& second) in operator |()
[all …]
/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dlfpfunc.c71 l_fp_scmp(const l_fp first, const l_fp second) in l_fp_scmp()
88 l_fp_ucmp(const l_fp first, l_fp second) in l_fp_ucmp()
131 l_fp_add(const l_fp first, const l_fp second) in l_fp_add()
140 l_fp_subtract(const l_fp first, const l_fp second) in l_fp_subtract()
191 l_fp_swap(l_fp * first, l_fp *second) in l_fp_swap()
209 l_isgt (const l_fp first, const l_fp second) in l_isgt()
216 l_isgtu(const l_fp first, const l_fp second) in l_isgtu()
223 l_ishis(const l_fp first, const l_fp second) in l_ishis()
230 l_isgeq(const l_fp first, const l_fp second) in l_isgeq()
237 l_isequ(const l_fp first, const l_fp second) in l_isequ()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dseveral_tcs_helper.c42 ATF_TC_HEAD(second, tc) in ATF_TC_HEAD() argument
48 ATF_TC_BODY(second, tc) in ATF_TC_BODY() argument
51 ATF_TC_CLEANUP(second, tc) in ATF_TC_CLEANUP() argument
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dc11_generic_expression.c73 comma_expression(char first, double second) in comma_expression()
89 assignment_expression(int first, int second) in assignment_expression()
H A Dd_bltinoffsetof.c11 char *second; member
26 typedef int second[-(int)__builtin_offsetof(struct foo, u.s.second)]; typedef
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhostcheck.c124 static int Curl_raw_equal(const char *first, const char *second) in Curl_raw_equal()
139 static int Curl_raw_nequal(const char *first, const char *second, size_t max) in Curl_raw_nequal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-devirt.c142 tree second; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dutility.d34 T2 second; in pair() local
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnsnested.cc16 second() in second() function
H A Dnsnoimports.cc14 int second(){ in second() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_setjmp_x86_64.S72 .macro WEAK_ALIAS first second
H A Dhwasan_setjmp_aarch64.S83 .macro WEAK_ALIAS first second
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnsnested.cc16 second() in second() function
H A Dnsnoimports.cc14 int second(){ in second() function
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_setjmp_riscv64.S86 .macro WEAK_ALIAS first second
H A Dhwasan_setjmp_x86_64.S72 .macro WEAK_ALIAS first second
H A Dhwasan_setjmp_aarch64.S83 .macro WEAK_ALIAS first second
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet45.C6 T2 second; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Doverload7.C7 int second; member
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Ddatetime.cpp223 const int minute, const int second, in from_values()
332 const int minute, const int second, in set_mock_now()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dsqltypes.d79 SQLUSMALLINT second; variable
88 SQLUSMALLINT second; member
122 SQLUINTEGER second; member
/netbsd-src/external/bsd/flex/dist/src/
H A Dnfa.c380 int mkbranch (int first, int second) in mkbranch()
463 int mkor (int first, int second) in mkor()
/openbsd-src/usr.bin/lex/
H A Dnfa.c393 mkbranch(first,second) mkbranch() argument
482 mkor(first,second) mkor() argument
[all...]
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py539 def _getAssertEqualityFunc(self, first, second): argument
563 def _baseAssertEqual(self, first, second, msg=None): argument
570 def assertEqual(self, first, second, msg=None): argument
577 def assertNotEqual(self, first, second, msg=None): argument
589 second, argument
633 second, argument
989 def assertMultiLineEqual(self, first, second, msg=None): argument
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_pair.h74 _T2 second; ///< @c second is a copy of the second object member

12345678910>>...12