Searched refs:start (Results 151 - 175 of 1911) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp_debug.c634 UV start = ANYOFRbase(o); local
637 if (start < NUM_ANYOF_CODE_POINTS) {
641 start, end);
646 start, NUM_ANYOF_CODE_POINTS);
647 start = NUM_ANYOF_CODE_POINTS;
651 if (start >= NUM_ANYOF_CODE_POINTS) {
682 /* Ready to start outputting. First, the initial left bracket */
780 /* Otherwise, start at the permissible max and work back to the
938 S_put_range(pTHX_ SV *sv, UV start, const UV end, const bool allow_literals) argument
941 * 'start' t
1125 UV start, end; local
1228 UV start, end; local
1378 int start = i++; local
1523 Perl_dumpuntil(pTHX_ const regexp *r, const regnode *start, const regnode *node, const regnode *last, const regnode *plast, SV* sv, I32 indent, U32 depth) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgen-protos.c68 parse_fn_proto (start, end, fn)
69 char *start, *end;
80 fprintf (stderr, "Funny input line: %s\n", start);
86 fprintf (stderr, "Funny input line: %s\n", start);
107 progname, start);
120 decl_start = start;
/openbsd-current/lib/libc/locale/
H A D_wcstod.h46 const wchar_t *start; local
60 start = src;
96 size = src - start;
110 s = start;
120 s = start;
137 *endptr = (wchar_t*)start + size;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Ddump.t37 my $start = getcwd;
108 chdir $start if defined $start;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.h25 /// In most cases both the start and end of a continuous execution can be
34 /// The end is known and we have a lower bound for the start, i.e. the
36 /// start.
38 /// The start is known and we have an upper bound for the end, i.e. the next
41 /// We only know the start. This might be the last entry of a cpu trace.
52 /// The known or hinted start tsc, or 0 if the variant is \a OnlyEnd.
65 lldb::pid_t pid, uint64_t start, uint64_t end);
74 lldb::pid_t pid, uint64_t start,
84 lldb::pid_t pid, uint64_t start);
89 uint64_t start; member in struct:lldb_private::trace_intel_pt::ThreadContinuousExecution::__anon1502::__anon1503
93 uint64_t start; member in struct:lldb_private::trace_intel_pt::ThreadContinuousExecution::__anon1502::__anon1504
105 uint64_t start; member in struct:lldb_private::trace_intel_pt::ThreadContinuousExecution::__anon1502::__anon1507
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h38 lldb::addr_t start; // virtual address of the beginning of the range member in struct:lldb_private::minidump::Range
42 Range(lldb::addr_t start, llvm::ArrayRef<uint8_t> range_ref) argument
43 : start(start), range_ref(range_ref) {}
46 return lhs.start == rhs.start && lhs.range_ref == rhs.range_ref;
/openbsd-current/gnu/lib/libreadline/
H A Dutil.c160 register int start, end; local
165 start = end - 1;
170 _rl_replace_text (homedir, start, end);
173 else if (rl_line_buffer[start] != '~')
175 for (; !whitespace (rl_line_buffer[start]) && start >= 0; start--)
177 start++;
180 end = start;
191 if (rl_line_buffer[start]
[all...]
/openbsd-current/usr.bin/vi/ex/
H A Dex_global.c69 recno_t start, end; local
195 for (start = cmdp->addr1.lno,
196 end = cmdp->addr2.lno; start <= end; ++start) {
208 if (db_get(sp, start, DBG_FATAL, &dbp, &len))
228 if ((rp = TAILQ_LAST(&ecp->rq, _rh)) && rp->stop == start - 1) {
237 rp->start = rp->stop = start;
277 if (rp->start > lno) {
279 --rp->start;
[all...]
/openbsd-current/sys/dev/cardbus/
H A Drbus.c179 * struct extent *ex, bus_addr_t start, bus_size_t end,
185 bus_addr_t start, bus_addr_t end, int flags)
195 rb->rb_start = start;
201 (u_long)start, (u_long)end,
216 rbus_new_root_delegate(bus_space_tag_t bt, bus_addr_t start, bus_size_t size) argument
221 if ((ex = extent_create("rbus root", start, start + size, M_DEVBUF,
225 rb = rbus_new_body(bt, ex, start, start + size,
241 rbus_new_root_share(bus_space_tag_t bt, struct extent *ex, bus_addr_t start, argument
184 rbus_new_body(bus_space_tag_t bt, struct extent *ex, bus_addr_t start, bus_addr_t end, int flags) argument
[all...]
/openbsd-current/regress/lib/libsndio/fd/
H A Dfd.c13 unsigned start; /* first used byte */ member in struct:buf
57 end = buf->start + buf->used;
86 count = BUF_LEN - buf->start;
89 n = write(fd, buf->data + buf->start, count);
95 buf->start += n;
96 if (buf->start >= BUF_LEN)
97 buf->start -= BUF_LEN;
115 end = buf->start + buf->used;
151 count = BUF_LEN - buf->start;
156 n = sio_write(hdl, buf->data + buf->start, coun
[all...]
/openbsd-current/sys/kern/
H A Dsubr_extent.c92 extent_align(u_long start, u_long align, u_long skew) argument
94 return ((((start - skew) + (align - 1)) & (-align)) + skew);
165 extent_create(char *name, u_long start, u_long end, int mtype, caddr_t storage, argument
178 if (end < start) {
179 printf("%s: extent `%s', start 0x%lx, end 0x%lx\n",
180 __func__, name, start, end);
181 panic("%s: end < start", __func__);
229 ex->ex_start = start;
245 rp->er_start = start;
296 extent_insert_and_optimize(struct extent *ex, u_long start, u_lon argument
401 extent_do_alloc_region(struct extent *ex, u_long start, u_long size, int flags, struct extent_region *myrp) argument
560 extent_alloc_region(struct extent *ex, u_long start, u_long size, int flags) argument
580 extent_alloc_region_with_descr(struct extent *ex, u_long start, u_long size, int flags, struct extent_region *rp) argument
985 extent_free(struct extent *ex, u_long start, u_long size, int flags) argument
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dpretty-print.c106 pp_wrap_text (pretty_printer *pp, const char *start, const char *end) argument
110 while (start != end)
114 const char *p = start;
118 && p - start >= pp_remaining_character_count_for_line (pp))
120 pp_append_text (pp, start, p);
121 start = p;
124 if (start != end && ISBLANK (*start))
127 ++start;
129 if (start !
139 pp_maybe_wrap_text(pretty_printer *pp, const char *start, const char *end) argument
150 pp_append_r(pretty_printer *pp, const char *start, int length) argument
696 pp_base_append_text(pretty_printer *pp, const char *start, const char *end) argument
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/docs/html/
H A Dmakedoc.awk7 # 'title' is the text to print at the start of the list
62 start = index(line,"\">") + 2;
63 thistext = substr(line,start);
/openbsd-current/gnu/lib/libstdc++/libstdc++/docs/html/
H A Dmakedoc.awk7 # 'title' is the text to print at the start of the list
62 start = index(line,"\">") + 2;
63 thistext = substr(line,start);
/openbsd-current/gnu/usr.bin/binutils/ld/emulparams/
H A Dshelf32.sh27 ENTRY=start
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980329-1.c9 int *start; member in struct:re_registers
29 regs->start[i] = 0;
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/emulparams/
H A Dshelf32.sh27 ENTRY=start
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dsearch.h26 2) a pointer to a SEARCH_BINDING which contains the buffer, start,
29 They return a long, which is the offset from the start of the buffer
37 long start; /* Offset of the start of the search. */ member in struct:__anon7378
45 SEARCH_BINDING *make_binding (char *buffer, long int start, long int end);
56 /* Function names that start with "skip" are passed a string, and return
57 an offset from the start of that string. Function names that start
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dmacro.h58 extern void write_region_to_macro_output (char *string, int start, int end);
67 extern void enclosure_expand (int arg, int start, int end);
/openbsd-current/regress/usr.bin/sed/
H A Dsierpinski.sed15 :start
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dload-module.t35 ["::", qr!\ABareword in require must not start with a double-colon: "::"!],
36 ["::::", qr!\ABareword in require must not start with a double-colon: "::::"!],
37 ["::/", qr!\ABareword in require must not start with a double-colon: "::/!],
39 ["::/WOOSH", qr!\ABareword in require must not start with a double-colon: "::/WOOSH!],
41 ["::.WOOSH", qr!\ABareword in require must not start with a double-colon: "::.WOOSH!],
/openbsd-current/usr.bin/less/
H A Dos.c39 start:
50 goto start;
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h24 void start(const PDBSymbolTypeFunctionSig &Symbol, const char *Name,
26 void start(const PDBSymbolFunc &Symbol, PointerType Pointer);
H A DPrettyVariableDumper.h26 void start(const PDBSymbolData &Var, uint32_t Offset = 0);
27 void start(const PDBSymbolTypeVTable &Var, uint32_t Offset = 0);
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-sendsyslog-dropped.pl43 qr/syslogd\[\d+\]: start/ => 1,
52 qr/syslogd\[\d+\]: start/ => 1,

Completed in 439 milliseconds

1234567891011>>