/netbsd-src/external/bsd/ntp/dist/tests/libntp/ |
H A D | lfpfunc.c | 71 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 D | several_tcs_helper.c | 33 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 D | c11_generic_expression.c | 73 comma_expression(char first, double second) in comma_expression() 89 assignment_expression(int first, int second) in assignment_expression()
|
H A D | d_bltinoffsetof.c | 10 } 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 D | gcc_attribute_aligned.c | 59 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 D | hostcheck.c | 124 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 D | ipa-devirt.c | 141 tree first; member 142 tree second; member
|
H A D | ordered-hash-map.h | 112 const Key &first; member 113 Value &second; member
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
H A D | utility.d | 32 T1 first; in pair() local 34 T2 second; in pair() local
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
H A D | nsnested.cc | 16 second() in second() function 24 first() in first() function
|
H A D | nsnoimports.cc | 14 int second(){ in second() function 20 int first(){ in first() function
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
H A D | nsnested.cc | 16 second() in second() function 24 first() in first() function
|
H A D | nsnoimports.cc | 14 int second(){ in second() function 20 int first(){ in first() function
|
/netbsd-src/external/bsd/flex/dist/src/ |
H A D | nfa.c | 313 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 D | gtest-param-test.h | 457 #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 D | SearchPath.cpp | 105 std::string PathSearcher::joinPaths(const std::string & first, const std::string & second) in joinPaths()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | mux-utils.h | 151 pointer_mux<T1, T2>::first (T1 *ptr) in first() function 159 pointer_mux<T1, T2>::second (T2 *ptr) in second() function
|
H A D | ordered-hash-map.h | 112 const Key &first; member 113 Value &second; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | GenericValue.h | 25 unsigned int first; member 26 unsigned int second; member
|
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | merge.c | 32 static int _merge(struct lv_segment *first, struct lv_segment *second) in _merge()
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_tab_lexopt_templ.c | 154 int first, second; in SF() local
|
/netbsd-src/external/gpl2/lvm2/dist/lib/striped/ |
H A D | striped.c | 112 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 D | fight.c | 1378 int first, second; /* indices for swapping */ in scramblestats() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 31 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 D | patch.c | 298 static bool first, second; in x86_patch() local
|