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

1 2 3 4 5 6 7 8

  /src/external/bsd/byacc/dist/test/
err_syntax16.y 8 %token second
16 second : label
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
offsets.c 21 long second; member in struct:big_struct
watchpoint-unaligned.c 44 static const uint64_t second = 2; local
50 : "r" (p), "r" (first), "r" (second) /* input */
54 data.u.size8twice[offset + 1] = second;
  /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);
  /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.base/
offsets.c 21 long second; member in struct:big_struct
watchpoint-unaligned.c 44 static const uint64_t second = 2; local
50 : "r" (p), "r" (first), "r" (second) /* input */
54 data.u.size8twice[offset + 1] = 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);
  /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/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/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
nsnested.cc 16 second() function in namespace:C::D
27 return D::second();
nsnoimports.cc 14 int second(){ function in namespace:A::B::C
24 return C::second();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
nsnested.cc 16 second() function in namespace:C::D
27 return D::second();
nsnoimports.cc 14 int second(){ function in namespace:A::B::C
24 return C::second();
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
GenericValue.h 26 unsigned int second; member in struct:llvm::GenericValue::IntPair
44 UIntPairVal.second = 0;
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
srpl-host-0i-2s.c 68 TEST_FAIL_CHECK(state, rrcb_2 != NULL, "no register record callback for second register record");
107 TEST_FAIL_CHECK(state, rrcb_2 != NULL, "no register record callback for second register record");
147 srp_server_t *second = test_srpl_add_server(state); local
149 srpl_connection_t *connection = test_srpl_connection_create(state, state->primary, second);
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
cpu_time.c 100 extern GFC_REAL_4 second (void);
101 export_proto(second); variable
104 second (void) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
cpu_time.c 100 extern GFC_REAL_4 second (void);
101 export_proto(second); variable
104 second (void) function
  /src/tests/usr.bin/xlint/lint1/
d_bltinoffsetof.c 11 char *second; member in struct:foo::__anon7972::__anon7973
26 typedef int second[-(int)__builtin_offsetof(struct foo, u.s.second)]; typedef
  /src/external/gpl3/gcc/dist/gcc/
mux-utils.h 56 static pointer_mux second (T2 *);
77 void set_second (T2 *ptr) { *this = second (ptr); }
146 // Points to the first byte of an object for A pointers or the second
148 // uintptr_t tells the compiler that second () can never return null,
163 pointer_mux<T1, T2>::second (T2 *ptr) function in class:pointer_mux
193 // of the second pointer as an integer and test that, so that the integer
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map_info.h 39 ValueT second = {}; member in struct:__sanitizer::detail::DenseMapPair
42 : first(f), second(s) {}
47 second(__sanitizer::forward<ValueT2>(s)) {}
56 ValueT &getSecond() { return second; }
57 const ValueT &getSecond() const { return second; }
271 SecondInfo::getHashValue(PairVal.second));
276 SecondInfo::isEqual(LHS.second, RHS.second);
  /src/external/gpl3/gcc.old/dist/gcc/
mux-utils.h 56 static pointer_mux second (T2 *);
77 void set_second (T2 *ptr) { *this = second (ptr); }
142 // Points to the first byte of an object for A pointers or the second
144 // uintptr_t tells the compiler that second () can never return null,
159 pointer_mux<T1, T2>::second (T2 *ptr) function in class:pointer_mux
189 // of the second pointer as an integer and test that, so that the integer
  /src/external/mit/expat/dist/tests/
nsalloc_tests.c 511 const char *second local
527 if (_XML_Parse_SINGLE_BYTES(g_parser, second, (int)strlen(second), XML_TRUE)
1303 "='foo/Second'>&First;";

Completed in 41 milliseconds

1 2 3 4 5 6 7 8