HomeSort by: relevance | last modified time | path
    Searched refs:second (Results 1 - 25 of 2776) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
ada-linkage-name.c 27 /* Second dummy function. */
30 second (char *x) function
43 second (0);
missing-type-name-for-templates.cc 18 template<typename first, typename second>
22 second me2;
25 template<typename first, typename second>
29 second me2;
32 template<int val1, typename first, int val2, typename second>
36 second me2;
39 template<typename, typename second>
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
ada-linkage-name.c 27 /* Second dummy function. */
30 second (char *x) function
43 second (0);
missing-type-name-for-templates.cc 18 template<typename first, typename second>
22 second me2;
25 template<typename first, typename second>
29 second me2;
32 template<int val1, typename first, int val2, typename second>
36 second me2;
39 template<typename, typename second>
  /src/usr.bin/make/unit-tests/
varname-dot-alltargets.exp 2 first second source
3 first second source all .END
depsrc-use.exp 3 second 1
4 second 2
7 first-second 1
8 first-second 2
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
offsets.c 21 long second; member in struct:big_struct
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
offsets.c 21 long second; member in struct:big_struct
  /src/external/bsd/byacc/dist/test/
err_syntax16.y 8 %token second
16 second : label
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
nsnested.cc 16 second() function in namespace:C::D
27 return D::second();
userdef.cc 74 A1 A1::operator+(const A1& second)
77 sum.x = x + second.x;
78 sum.y = y + second.y;
83 A1 A1::operator*(const A1& second)
86 product.x = this->x * second.x;
87 product.y = this->y * second.y;
92 A1 A1::operator-(const A1& second)
95 diff.x = x - second.x;
96 diff.y = y - second.y;
101 A1 A1::operator/(const A1& second)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-events.c 22 int second(){ function
33 return second();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/
precise-memory-exec.c 23 second (void) function
39 /* Second invocation. */
40 second ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
nsnested.cc 16 second() function in namespace:C::D
27 return D::second();
userdef.cc 74 A1 A1::operator+(const A1& second)
77 sum.x = x + second.x;
78 sum.y = y + second.y;
83 A1 A1::operator*(const A1& second)
86 product.x = this->x * second.x;
87 product.y = this->y * second.y;
92 A1 A1::operator-(const A1& second)
95 diff.x = x - second.x;
96 diff.y = y - second.y;
101 A1 A1::operator/(const A1& second)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-events.c 22 int second(){ function
33 return second();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rocm/
precise-memory-exec.c 23 second (void) function
39 /* Second invocation. */
40 second ();
  /src/tests/usr.bin/xlint/lint1/
c11_generic_expression.c 73 comma_expression(char first, double second)
75 /* expect+1: error: syntax error 'second' [249] */
76 return _Generic(first, second,
89 assignment_expression(int first, int second)
91 return _Generic(first = second,
92 int: second = first
  /src/external/bsd/atf/dist/tools/
several_tcs_helper.c 41 ATF_TC_WITH_CLEANUP(second); variable
42 ATF_TC_HEAD(second, tc)
48 ATF_TC_BODY(second, tc)
51 ATF_TC_CLEANUP(second, tc)
63 ATF_TP_ADD_TC(tp, second);
  /src/tests/usr.bin/indent/
opt_ci.c 75 second;
86 second;
97 second;
108 second;
119 second;
134 second + (
146 second + (
164 second + (
176 second + (
188 second +
    [all...]
  /src/external/bsd/libevent/dist/sample/
hostcheck.c 124 static int Curl_raw_equal(const char *first, const char *second)
126 while(*first && *second) {
127 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second))
131 second++;
136 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second));
139 static int Curl_raw_nequal(const char *first, const char *second, size_t max)
141 while(*first && *second && max) {
142 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) {
147 second++;
152 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second);
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_arg_retval.cpp 34 if (t->second.done)
36 return t->second.args;
44 if (t->second.detached) {
49 t->second.done = true;
50 t->second.args.arg_retval = retval;
57 CHECK(!t->second.detached);
58 return t->second.gen;
64 if (!t || gen != t->second.gen) {
68 CHECK(!t->second.detached);
76 CHECK(!t->second.detached)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/rrl/ns3/
named.conf.j2 29 responses-per-second 200;
30 referrals-per-second 220;
31 nodata-per-second 230;
32 nxdomains-per-second 240;
33 errors-per-second 250;
34 all-per-second 700;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 60 Diag << Notes[I.second].second;
63 Diag << Warnings[I.second].second;
66 Diag << Remarks[I.second].second;
70 Diag << Errors[I.second].second;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
FunctionSummary.cpp 21 Total += I.second.TotalBasicBlocks;
28 Total += I.second.VisitedBasicBlocks.count();

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011>>