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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-epilogue-begin-2.exp 16 standard_testfile dw2-epilogue-begin.c dw2-epilogue-begin.S
20 source $srcdir/$subdir/dw2-epilogue-begin.exp.tcl
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-epilogue-begin-2.exp 16 standard_testfile dw2-epilogue-begin.c dw2-epilogue-begin.S
20 source $srcdir/$subdir/dw2-epilogue-begin.exp.tcl
  /src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/
instrprof-basic.c 6 int begin(int i) { function
21 begin(0);
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-basic.c 6 int begin(int i) { function
21 begin(0);
  /src/external/lgpl3/gmp/dist/tests/devel/
primes.c 111 check_pprime (unsigned long begin, unsigned long end, int composites)
113 begin = (begin / 6U) * 6U;
114 for (;(begin < 2) & (begin <= end); ++begin)
116 *(g->_mp_d) = begin;
117 TRACE(printf ("-%li ", begin),1);
121 for (;(begin < 4) & (begin <= end); ++begin
302 unsigned long begin = 0, end = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
memmem.c 49 const char *begin; local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin)
64 if (begin[0] == ((const char *) needle)[0] &&
65 !memcmp ((const void *) &begin[1],
68 return (void *) begin;
  /src/external/gpl3/binutils.old/dist/libiberty/
memmem.c 49 const char *begin; local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin)
64 if (begin[0] == ((const char *) needle)[0] &&
65 !memcmp ((const void *) &begin[1],
68 return (void *) begin;
  /src/external/gpl3/gcc.old/dist/libiberty/
memmem.c 49 const char *begin; local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin)
64 if (begin[0] == ((const char *) needle)[0] &&
65 !memcmp ((const void *) &begin[1],
68 return (void *) begin;
  /src/external/gpl3/gcc/dist/libiberty/
memmem.c 49 const char *begin; local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin)
64 if (begin[0] == ((const char *) needle)[0] &&
65 !memcmp ((const void *) &begin[1],
68 return (void *) begin;
  /src/external/gpl3/gdb/dist/libiberty/
memmem.c 49 const char *begin; local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin)
64 if (begin[0] == ((const char *) needle)[0] &&
65 !memcmp ((const void *) &begin[1],
68 return (void *) begin;
  /src/external/gpl3/gdb.old/dist/libiberty/
memmem.c 49 const char *begin; local
63 for (begin = (const char *) haystack; begin <= last_possible; ++begin)
64 if (begin[0] == ((const char *) needle)[0] &&
65 !memcmp ((const void *) &begin[1],
68 return (void *) begin;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_leb128.h 18 It EncodeSLEB128(T value, It begin, It end) {
28 if (UNLIKELY(begin == end))
30 *(begin++) = byte;
32 return begin;
36 It DecodeSLEB128(It begin, It end, T* v) {
41 if (UNLIKELY(begin == end)) {
43 return begin;
45 byte = *(begin++);
53 return begin;
57 It EncodeULEB128(T value, It begin, It end)
    [all...]
sanitizer_range.h 22 uptr begin; member in struct:__sanitizer::Range
27 return lhs.begin == rhs.begin && lhs.end == rhs.end;
  /src/external/gpl3/gdb/dist/gdb/
target-memory.c 32 return a_req.begin < b_req.begin;
36 in [BEGIN, END) range.
44 ULONGEST begin,
52 /* If the request doesn't overlap [BEGIN, END), skip it. We
58 if (begin >= r.end)
60 if (end != 0 && end <= r.begin)
63 claimed_begin = std::max (begin, r.begin);
69 if (claimed_begin == r.begin && claimed_end == r.end
154 CORE_ADDR begin, end; variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
target-memory.c 32 return a_req.begin < b_req.begin;
36 in [BEGIN, END) range.
44 ULONGEST begin,
52 /* If the request doesn't overlap [BEGIN, END), skip it. We
58 if (begin >= r.end)
60 if (end != 0 && end <= r.begin)
63 claimed_begin = std::max (begin, r.begin);
69 if (claimed_begin == r.begin && claimed_end == r.end
154 CORE_ADDR begin, end; variable
    [all...]
  /src/usr.bin/make/unit-tests/
deptgt-begin.exp 1 make: deptgt-begin.mk:19: warning: duplicate script for target ".BEGIN" ignored
2 make: deptgt-begin.mk:8: warning: using previous script for ".BEGIN" defined here
4 : Making before-begin before .BEGIN.
5 : .BEGIN
  /src/sys/arch/x68k/stand/libdos/
makestrerror.awk 10 /^\/\* dos_errlist begin \*\/$/,/^\/\* dos_errlist end \*\/$/ {
11 if ($0 ~ /^\/\* dos_errlist begin \*\/$/) {
  /src/usr.bin/mkcsmapper/
ldef.h 30 u_int32_t begin; member in struct:__anon8299
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
jit-reader-host.h 23 const char *begin, *end; member in struct:jithost_abi_bounds
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.pascal/
hello.pas 7 begin
13 begin
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
jit-reader-host.h 23 const char *begin, *end; member in struct:jithost_abi_bounds
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.pascal/
hello.pas 7 begin
13 begin
  /src/external/bsd/openldap/dist/libraries/librewrite/
parse.c 36 char *p, *begin; local
46 for ( begin = p; p[ 0 ] != '\0'; p++ ) {
54 argv[ cnt ] = begin;
60 begin = p;
64 if ( p != begin ) {
67 begin++;
73 argv[ cnt ] = begin;
81 begin = p;
  /src/external/gpl3/gcc.old/dist/libquadmath/strtod/
grouping.h 21 /* Find the maximum prefix of the string between BEGIN and END which
23 follows BEGIN directly. */
24 extern const wchar_t *__correctly_grouped_prefixwc (const wchar_t *begin,
30 extern const char *__correctly_grouped_prefixmb (const char *begin,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
iterators_fn_imps.hpp 46 begin() function in class:PB_DS_CLASS_C_DEC
52 begin() const function in class:PB_DS_CLASS_C_DEC

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>