Searched refs:second (Results 1 - 25 of 1161) sorted by relevance

1234567891011>>

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dstrequal.c34 int curl_strequal(const char *first, const char *second) argument
37 return !(strcasecmp)(first, second);
39 return !(strcmpi)(first, second);
41 return !(stricmp)(first, second);
43 while(*first && *second) {
44 if(toupper(*first) != toupper(*second)) {
48 second++;
50 return toupper(*first) == toupper(*second);
57 int curl_strnequal(const char *first, const char *second, size_t max) argument
60 return !strncasecmp(first, second, ma
[all...]
H A Drawstr.c98 int Curl_raw_equal(const char *first, const char *second) argument
100 while(*first && *second) {
101 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second))
105 second++;
110 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second));
113 int Curl_raw_nequal(const char *first, const char *second, size_t max) argument
115 while(*first && *second && max) {
116 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) {
121 second++;
126 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second);
[all...]
H A Drawstr.h35 int Curl_raw_equal(const char *first, const char *second);
36 int Curl_raw_nequal(const char *first, const char *second, size_t max);
/macosx-10.10.1/dtrace-147/test/tst/common/types/
H A Dtst.relenum.d48 second
52 /zero >= one || second <= first || zero == second/
56 printf("null = %d; first = %d; second = %d", null, first, second);
61 /second < one || two > second || null == first/
65 printf("null = %d; first = %d; second = %d", null, first, second);
70 /first < two && second > on
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dseveral_tcs_helper.c41 ATF_TC_WITH_CLEANUP(second); variable
42 ATF_TC_HEAD(second, tc)
48 ATF_TC_BODY(second, tc)
51 ATF_TC_CLEANUP(second, tc)
66 ATF_TP_ADD_TC(tp, second);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dfuzzy.tcl44 # second Second number
49 proc Absmax { first second } {
50 return [expr {abs($first) > abs($second)? abs($first) : abs($second)}]
58 # second Second number
63 proc teq { first second } {
65 set scale [Absmax $first $second]
66 return [expr {abs($first-$second) <= $eps3 * $scale}]
69 proc tne { first second } {
72 return [expr {![teq $first $second]}]
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Dcomparison.c29 uint64_t constant_memcmp(const uint8_t *first, const uint8_t *second, size_t count) { argument
32 error_counter |= first[counter] ^ second[counter];
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Dcomparison.c29 uint64_t constant_memcmp(const uint8_t *first, const uint8_t *second, size_t count) { argument
32 error_counter |= first[counter] ^ second[counter];
/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest46.conf7 <Macro warnings $i second>
H A Dtest60.conf6 <Macro Bla @first @second>
8 Warning Macro Bla arg 2: @second
9 Use Foo @first 'second'
10 Use Foo 'first' @second
11 Use Foo @first @second
/macosx-10.10.1/libclosure-65/objectTests/
H A Dlocalisglobal.c23 int aresame(void *first, void *second) { argument
25 long *s = (long *)second;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dopaque.m23 +(BarHandle)createBarWithFirst:(double)first andSecond:(double)second;
25 +(void)getFirst:(double*)first andSecond:(double*)second of:(BarHandle)bar;
26 +(void)setFirst:(double)first andSecond:(double)second of:(BarHandle)bar;
65 double second;
101 +(BarHandle)createBarWithFirst:(double)first andSecond:(double)second
107 result->second = second;
117 +(void)getFirst:(double*)first andSecond:(double*)second of:(BarHandle)bar
120 *second = bar->second;
[all...]
H A Dstructs.m12 int second;
18 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second;
26 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second
30 f.second = second;
36 return foo.first + foo.second;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dopaque.m23 +(BarHandle)createBarWithFirst:(double)first andSecond:(double)second;
25 +(void)getFirst:(double*)first andSecond:(double*)second of:(BarHandle)bar;
26 +(void)setFirst:(double)first andSecond:(double)second of:(BarHandle)bar;
118 double second;
154 +(BarHandle)createBarWithFirst:(double)first andSecond:(double)second
160 result->second = second;
170 +(void)getFirst:(double*)first andSecond:(double*)second of:(BarHandle)bar
173 *second = bar->second;
[all...]
H A Dstructs.m12 int second;
18 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second;
26 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second
30 f.second = second;
36 return foo.first + foo.second;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dopaque.m23 +(BarHandle)createBarWithFirst:(double)first andSecond:(double)second;
25 +(void)getFirst:(double*)first andSecond:(double*)second of:(BarHandle)bar;
26 +(void)setFirst:(double)first andSecond:(double)second of:(BarHandle)bar;
118 double second;
154 +(BarHandle)createBarWithFirst:(double)first andSecond:(double)second
160 result->second = second;
170 +(void)getFirst:(double*)first andSecond:(double*)second of:(BarHandle)bar
173 *second = bar->second;
[all...]
H A Dstructs.m12 int second;
18 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second;
26 +(struct FooStruct)createWithFirst:(int)first andSecond:(int)second
30 f.second = second;
36 return foo.first + foo.second;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DELFObjectFile.cpp25 if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2LSB)
27 else if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2MSB)
29 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB)
31 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) {
/macosx-10.10.1/swig-12/Lib/java/
H A Dstd_pair.i26 pair(T first, U second);
32 U second;
/macosx-10.10.1/swig-12/Lib/lua/
H A Dstd_pair.i35 pair(T first, U second);
39 U second;
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Dstd_pair.i26 pair(T first, U second);
32 U second;
/macosx-10.10.1/swig-12/Lib/php/
H A Dstd_pair.i26 pair(T first, U second);
32 U second;
/macosx-10.10.1/swig-12/Lib/tcl/
H A Dstd_pair.i26 pair(T first, U second);
32 U second;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_pair.h71 typedef _T2 second_type; ///< @c second_type is the second bound type
74 _T2 second; ///< @c second is a copy of the second object member in struct:pair
78 /** The default constructor creates @c first and @c second using their
81 : first(), second() { }
85 : first(__a), second(__b) { }
90 : first(__p.first), second(__p.second) { }
97 { return __x.first == __y.first && __x.second
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h47 if (X.second > Y.second) return true;
48 if (X.second < Y.second) return false;
56 size_t XSizeB = getBlockSize(X.first.second);
57 size_t YSizeB = getBlockSize(Y.first.second);
83 Forest.insert(e.second);
91 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) {
92 Forest.unionSets(e.first, e.second);

Completed in 137 milliseconds

1234567891011>>