Home
last modified time | relevance | path

Searched +defs:first +defs:second (Results 1 – 25 of 150) sorted by relevance

123456

/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()
149 l_fp_negate(const l_fp first) in l_fp_negate()
158 l_fp_abs(const l_fp first) in l_fp_abs()
167 l_fp_signum(const l_fp first) in l_fp_signum()
175 l_fp_convert_to_double(const l_fp first) in l_fp_convert_to_double()
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()
[all …]
/netbsd-src/external/bsd/atf/dist/tools/
H A Dseveral_tcs_helper.c33 ATF_TC_HEAD(first, tc) in ATF_TC_HEAD() argument
37 ATF_TC_BODY(first, tc) in ATF_TC_BODY() argument
42 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.c10 } first; member
11 char *second; member
21 typedef int first[-(int)__builtin_offsetof(struct foo, u.s.first)]; typedef
26 typedef int second[-(int)__builtin_offsetof(struct foo, u.s.second)]; typedef
H A Dgcc_attribute_aligned.c59 int first; in aligned_struct_member() member
60 int second __attribute__((__aligned__(16))); in aligned_struct_member() member
/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.c141 tree first; member
142 tree second; member
H A Dordered-hash-map.h112 const Key &first; member
113 Value &second; member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dutility.d32 T1 first; in pair() local
34 T2 second; in pair() local
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnsnested.cc16 second() in second() function
24 first() in first() function
H A Dnsnoimports.cc14 int second(){ in second() function
20 int first(){ in first() function
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnsnested.cc16 second() in second() function
24 first() in first() function
H A Dnsnoimports.cc14 int second(){ in second() function
20 int first(){ in first() function
/netbsd-src/external/bsd/flex/dist/src/
H A Dnfa.c313 int link_machines (int first, int last) in link_machines()
380 int mkbranch (int first, int second) in mkbranch()
463 int mkor (int first, int second) in mkor()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h457 #define GTEST_GET_FIRST_(first, ...) first argument
458 #define GTEST_GET_SECOND_(first, second, ...) second argument
/netbsd-src/external/bsd/elftosb/dist/common/
H A DSearchPath.cpp105 std::string PathSearcher::joinPaths(const std::string & first, const std::string & second) in joinPaths()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmux-utils.h151 pointer_mux<T1, T2>::first (T1 *ptr) in first() function
159 pointer_mux<T1, T2>::second (T2 *ptr) in second() function
H A Dordered-hash-map.h112 const Key &first; member
113 Value &second; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h25 unsigned int first; member
26 unsigned int second; member
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dmerge.c32 static int _merge(struct lv_segment *first, struct lv_segment *second) in _merge()
/netbsd-src/external/mit/isl/dist/
H A Disl_tab_lexopt_templ.c154 int first, second; in SF() local
/netbsd-src/external/gpl2/lvm2/dist/lib/striped/
H A Dstriped.c112 static int _striped_segments_compatible(struct lv_segment *first, in _striped_segments_compatible()
113 struct lv_segment *second) in _striped_segments_compatible()
/netbsd-src/games/phantasia/
H A Dfight.c1378 int first, second; /* indices for swapping */ in scramblestats() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp31 static llvm::Type *getCommonType(llvm::Type *first, llvm::Type *second) { in getCommonType()
427 static bool areBytesInSameUnit(CharUnits first, CharUnits second, in areBytesInSameUnit()
453 bool SwiftAggLowering::shouldMergeEntries(const StorageEntry &first, in shouldMergeEntries()
454 const StorageEntry &second, in shouldMergeEntries()
/netbsd-src/sys/arch/x86/x86/
H A Dpatch.c298 static bool first, second; in x86_patch() local

123456