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

1234567891011>>

/macosx-10.10/vim-55/runtime/syntax/
H A Dradiance.vim70 syn region radianceID start="\<alias\>" end="\<\k*\>" contains=radianceExtraType
71 syn region radianceID start="\<instance\>" end="\<\k*\>" contains=radianceExtraType
73 syn region radianceID start="\<source\>" end="\<\k*\>" contains=radianceSurfType
74 syn region radianceID start="\<ring\>" end="\<\k*\>" contains=radianceSurfType
75 syn region radianceID start="\<polygon\>" end="\<\k*\>" contains=radianceSurfType
76 syn region radianceID start="\<sphere\>" end="\<\k*\>" contains=radianceSurfType
77 syn region radianceID start="\<bubble\>" end="\<\k*\>" contains=radianceSurfType
78 syn region radianceID start="\<cone\>" end="\<\k*\>" contains=radianceSurfType
79 syn region radianceID start="\<cup\>" end="\<\k*\>" contains=radianceSurfType
80 syn region radianceID start
[all...]
H A Dtexinfo.vim40 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start="@acronym{" end="}" contains=texinfoSpecialChar,texinfoBrcPrmAtCmd
42 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start="@b{" end="}" contains=texinfoSpecialChar,texinfoBrcPrmAtCmd
44 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start="@cite{" end="}" contains=texinfoSpecialChar,texinfoBrcPrmAtCmd
46 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start="@code{" end="}" contains=texinfoSpecialChar,texinfoBrcPrmAtCmd
48 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start="@command{" end="}" contains=texinfoSpecialChar,texinfoBrcPrmAtCmd
50 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start="@dfn{" end="}" contains=texinfoSpecialChar,texinfoBrcPrmAtCmd
52 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start="@email{" end="}" contains=texinfoSpecialChar,texinfoBrcPrmAtCmd
54 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start="@emph{" end="}" contains=texinfoSpecialChar,texinfoBrcPrmAtCmd
56 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start="@env{" end="}" contains=texinfoSpecialChar,texinfoBrcPrmAtCmd
58 syn region texinfoBrcPrmAtCmd matchgroup=texinfoAtCmd start
[all...]
H A Drst.vim24 \ start='::\_s*\n\ze\z(\s\+\)' skip='^$' end='^\z1\@!'
28 \ start="::\_s*\n\ze\z([!\"#$%&'()*+,-./:;<=>?@[\]^_`{|}~]\)"
32 \ start='^>>>\s' end='^$'
34 syn region rstTable transparent start='^\n\s*+[-=+]\+' end='^$'
39 \ start='^\n\%(\s*\)\@>\%(\%(=\+\)\@>\%(\s\+\)\@>\)\%(\%(\%(=\+\)\@>\%(\s*\)\@>\)\+\)\@>$'
58 \ ' start=/.*/'
62 \ ' start=+\[\%(\d\+\|#\%(' . s:ReferenceName . '\)\=\|\*\)\]\_s+' .
67 \ ' start=+\[' . s:ReferenceName . '\]\_s+' .
72 \ start='_\%(_\|[^:\\]*\%(\\.[^:\\]*\)*\):\_s' skip=+^$+ end=+^\s\@!+
75 \ start
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DIntervalMapTest.cpp82 EXPECT_EQ(100u, I.start());
95 EXPECT_EQ(100u, I.start());
104 EXPECT_EQ(100u, I.start());
111 EXPECT_EQ(0u, I.start());
117 EXPECT_EQ(0u, I.start());
124 EXPECT_EQ(150u, I.start());
130 EXPECT_EQ(150u, I.start());
149 EXPECT_EQ(90u, map.start());
155 EXPECT_EQ(90u, map.start());
161 EXPECT_EQ(60u, map.start());
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Drangelist.c38 static enum rl_overlaptype rl_scan_from(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap, struct rl_entry *range);
52 if ((limit > 0) && (entry->rl_start <= limit)) panic("hfs: rl_verify: bad entry start?!");
76 rl_add(off_t start, off_t end, struct rl_head *rangelist) argument
83 if (end < start) panic("hfs: rl_add: end < start?!");
86 ovcase = rl_scan(rangelist, start, end, &overlap);
104 range->rl_start = start;
129 overlap->rl_start = start;
148 overlap->rl_start = start;
168 rl_remove(off_t start, off_ argument
256 rl_scan(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap) argument
279 rl_scan_from(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap, struct rl_entry *range) argument
434 rl_add(__unused off_t start, __unused off_t end, __unused void *rangelist) argument
444 rl_remove(__unused off_t start, __unused off_t end, __unused void *rangelist) argument
449 rl_scan(__unused void *rangelist, __unused off_t start, __unused off_t end, __unused void **overlap) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/extra/scrptrun/
H A Dscrptrun.h40 ScriptRun(const UChar chars[], int32_t start, int32_t length);
44 void reset(int32_t start, int32_t count);
46 void reset(const UChar chars[], int32_t start, int32_t length);
110 inline ScriptRun::ScriptRun(const UChar chars[], int32_t start, int32_t length) argument
112 reset(chars, start, length);
138 inline void ScriptRun::reset(int32_t start, int32_t length) argument
140 charStart = start;
141 charLimit = start + length;
146 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length) argument
150 reset(start, lengt
[all...]
/macosx-10.10/emacs-93/emacs/nt/
H A Drunemacs.c23 Simple program to start Emacs with its console window hidden.
51 STARTUPINFO start; local
142 memset (&start, 0, sizeof (start));
143 start.cb = sizeof (start);
144 start.dwFlags = STARTF_USESHOWWINDOW | STARTF_USECOUNTCHARS;
145 start.wShowWindow = SW_HIDE;
148 start.dwXCountChars = 80;
149 start
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/bee/
H A Dbee.tcl181 # start Optional. If set the index of the first character of the
188 proc ::bee::decode {value {evar {}} {start 0}} {
190 #puts -nonewline "[string repeat " " $X]decode @$start" ; flush stdout
194 if {[string length $value] < ($start+2)} {
195 # This checked that the 'start' index is still in the string,
201 #puts \t[string length $value]\ <\ ($start+2)
205 set type [string index $value $start]
213 incr start ; # Skip over intro 'i'.
214 set end [string first e $value $start]
219 set num [string range $value $start
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/
H A DCrossOriginPreflightResultCache.cpp56 static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set) argument
62 // Skip white space from start.
63 while (start <= end && isSpaceOrNewline((*stringImpl)[start]))
64 ++start;
67 if (start > end)
74 set.add(string.substring(start, end - start + 1));
80 unsigned start = 0; local
82 while ((end = string.find(',', start)) !
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dutf7.el98 (let ((start (point-min))
100 (narrow-to-region start end)
101 (goto-char start)
121 (defun utf7-fragment-encode (start end &optional for-imap)
125 (narrow-to-region start end)
128 (base64-encode-region start (point-max)))
129 (goto-char start)
140 (let ((start (point-min))
142 (goto-char start)
160 (defun utf7-fragment-decode (start en
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DStringExtras.h110 for (const char* start = buffer; *start && start + targetLength <= buffer + bufferLength; start++) {
111 if (*start == *target && strncmp(start + 1, target + 1, targetLength - 1) == 0)
112 return const_cast<char*>(start);
/macosx-10.10/emacs-93/emacs/lisp/
H A Drect.el56 (defun operate-on-rectangle (function start end coerce-tabs)
62 position of start of segment of this line within the rectangle,
68 (goto-char start)
104 (defun apply-on-rectangle (function start end &rest args)
106 FUNCTION is called with two arguments: the start and end columns of the
111 (goto-char start)
119 ;; ensure the start column is the left one.
123 ;; start looping over lines
151 (let (start end begextra endextra line)
153 (setq start (poin
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dsplit.tcl45 # string, I use [regexp]'s -start option to restrict the match to that
66 set start 0
67 while {[regexp -start $start -indices -- $regexp $str match submatch]} {
72 lappend list [string range $str $start $matchStart]
73 if {$subStart >= $start} {
76 set start $matchEnd
78 lappend list [string range $str $start end]
83 # For tcl <= 8.2 we do not have regexp -start...
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duarrsort.c66 int32_t start=0; local
70 while((limit-start)>=MIN_QSORT) {
71 int32_t i=(start+limit)/2;
86 start=i+1;
90 start=i;
95 while(start<limit) {
96 int32_t diff=cmp(context, item, array+start*itemSize);
102 ++start;
104 return found ? (start-1) : ~start;
168 subQuickSort(char *array, int32_t start, int32_t limit, int32_t itemSize, UComparator *cmp, const void *context, void *px, void *pw) argument
[all...]
H A Dubidiln.c82 * setTrailingWSStart() sets the start index for a trailing
99 int32_t start=pBiDi->length; local
108 if(dirProps[start-1]==B) {
109 pBiDi->trailingWSStart=start; /* currently == pBiDi->length */
113 while(start>0 && DIRPROP_FLAG(dirProps[start-1])&MASK_WS) {
114 --start;
118 while(start>0 && levels[start-1]==paraLevel) {
119 --start;
128 ubidi_setLine(const UBiDi *pParaBiDi, int32_t start, int32_t limit, UBiDi *pLineBiDi, UErrorCode *pErrorCode) argument
266 int32_t start, length; local
368 int32_t start; local
603 int32_t runIndex, start; local
689 Point *point, *start=pBiDi->insertPoints.points, local
701 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu; local
717 int32_t start; local
755 int32_t start, limit, sumOfSosEos; local
818 int32_t start, end, limit, temp; local
946 int32_t i, j, start, limit, length, insertRemove; local
991 int32_t i, runCount, start; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DPathTraversalState.cpp35 static inline float distanceLine(const FloatPoint& start, const FloatPoint& end) argument
37 return sqrtf((end.x() - start.x()) * (end.x() - start.x()) + (end.y() - start.y()) * (end.y() - start.y()));
43 : start(s)
51 return distanceLine(start, control) + distanceLine(control, end);
56 left.control = midPoint(start, control);
61 right.start = leftControlToRightControl;
63 left.start
67 FloatPoint start; member in struct:WebCore::QuadraticBezier
104 FloatPoint start; member in struct:WebCore::CubicBezier
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dcanonicalize-lgpl.c102 const char *start, *end, *rpath_limit; local
159 for (start = end = name; *start; start = end)
168 while (*start == '/')
169 ++start;
172 for (end = start; *end && *end != '/'; ++end)
175 if (end - start == 0)
177 else if (end - start == 1 && start[
[all...]
/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dcanonicalize.c105 const char *start, *end, *rpath_limit; local
162 for (start = end = name; *start; start = end)
171 while (*start == '/')
172 ++start;
175 for (end = start; *end && *end != '/'; ++end)
178 if (end - start == 0)
180 else if (end - start == 1 && start[
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveIntervalUnion.cpp38 SegmentIter SegPos = Segments.find(RegPos->start);
41 SegPos.insert(RegPos->start, RegPos->end, &VirtReg);
44 SegPos.advanceTo(RegPos->start);
51 SegPos.insert(RegEnd->start, RegEnd->end, &VirtReg);
53 SegPos.insert(RegPos->start, RegPos->end, &VirtReg);
65 SegmentIter SegPos = Segments.find(RegPos->start);
74 RegPos = VirtReg.advanceTo(RegPos, SegPos.start());
78 SegPos.advanceTo(RegPos->start);
89 OS << " [" << SI.start() << ' ' << SI.stop() << "):"
136 // In most cases, the union will start befor
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_sack.c144 head_blk.start = rcv_start;
154 tcp_seq start = tp->sackblks[i].start; local
156 if (SEQ_GEQ(start, end) || SEQ_LEQ(start, tp->rcv_nxt)) {
160 } else if (SEQ_LEQ(head_blk.start, end) &&
161 SEQ_GEQ(head_blk.end, start)) {
166 if (SEQ_GT(head_blk.start, start))
167 head_blk.start
237 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) argument
277 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, struct sackhole *after) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep041.tcl115 set start 0
116 eval rep_test $method $masterenv NULL $niter $start $start 0 0 $largs
117 incr start $niter
137 eval rep_test $method $masterenv NULL $niter $start $start 0 0 $largs
138 incr start $niter
169 $method $masterenv NULL $nentries $start $start 0 0 $largs
170 incr start
[all...]
H A Drep073.tcl102 set start 0
103 eval rep_test $method $masterenv NULL $niter $start $start 0 0 $largs
104 incr start $niter
128 eval rep_test $method $masterenv $mdb $niter $start $start 0 0 $largs
129 incr start $niter
136 eval rep_test $method $clientenv $cdb $niter $start $start 0 0 $largs
/macosx-10.10/ICU-531.30/icuSources/test/perf/strsrchperf/
H A Dstrsrchperf.cpp16 int32_t start, end; local
33 start = ubrk_preceding(brk, 1000);
34 end = ubrk_following(brk, start);
35 pttrnLen = end - start;
38 temp[i] = src[start++];
44 start = 0;
46 for(end = start; ; end += 1) {
54 pttrnLen = end - start;
57 temp[i] = src[start++];
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_body_edit.c31 /* the queue file write pointer to the start of the first body
131 state->append_hdr_pt_target = curr_rp->start;
136 * Move the file write pointer to the start of the current region.
138 if (vstream_ftell(state->dst) != curr_rp->start
139 && vstream_fseek(state->dst, curr_rp->start, SEEK_SET) < 0) {
159 msg_info("%s: where %ld, buflen %ld region start %ld len %ld",
161 (long) curr_rp->start, (long) curr_rp->len);
171 space_used = curr_rp->write_offs - curr_rp->start;
184 (long) curr_rp->write_offs, (long) next_rp->start);
186 (long) next_rp->start);
[all...]
H A Dcleanup_region.c94 static CLEANUP_REGION *cleanup_region_alloc(off_t start, off_t len) argument
99 rp->write_offs = rp->start = start;
139 msg_info("%s: body start %ld len %ld",
140 myname, (long) state->body_regions->start, (long) state->body_regions->len);
177 rp->write_offs = rp->start;
185 msg_info("%s: skip start %ld len %ld < %ld",
186 myname, (long) rp->start, (long) rp->len, (long) len);
189 msg_info("%s: done start %ld len %ld",
190 myname, (long) rp->start, (lon
[all...]

Completed in 323 milliseconds

1234567891011>>