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

1234567891011>>

/macosx-10.10.1/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.1/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.1/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.1/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.1/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.1/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.1/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...]
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDPutData.c81 UInt32 start,
100 iLastByte = (start + size - 1)/8;
106 iLastBit = (start + size - 1)&7;
108 iStartByte = start/8;
109 startBit = start&7;
130 * Do the start byte first
132 * Shift the new data over to the start of field
79 HIDPutData(void * report, IOByteCount reportLength, UInt32 start, UInt32 size, SInt32 value) argument
/macosx-10.10.1/OpenSSH-189/openssh/contrib/redhat/
H A Dsshd.init38 start() function
74 start)
75 start
82 start
94 start
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
/macosx-10.10.1/apache-793/httpd/build/rpm/
H A Dhtcacheclean.init33 # Short-Description: start and stop Apache htcacheclean
57 start() { function
75 start)
76 start
87 start
92 start
96 echo $"Usage: $prog {start|stop|restart|condrestart|status|help}"
/macosx-10.10.1/gpt-12/
H A Dmap.c42 mkmap(off_t start, off_t size, int type) argument
49 m->map_start = start;
59 map_add(off_t start, off_t size, int type, void *data) argument
64 while (n != NULL && n->map_start + n->map_size <= start)
69 if (n->map_start + n->map_size < start + size) {
74 if (n->map_start == start && n->map_size == size) {
79 (long long)start, (long long)size);
96 m = mkmap(start, size, type);
102 if (start == n->map_start) {
112 } else if (start
139 map_alloc(off_t start, off_t size) argument
192 map_free(off_t start, off_t size) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Derrorlib.h87 unsigned start; member in struct:error_sparse_map
90 #define err_sub_map_entry(start, end) { err_get_sub(start), err_get_sub(end) }
91 #define err_code_map_entry(start, end) { err_get_code(start), err_get_code(end) }
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dstringtriebuilder.cpp81 // Requires start<limit,
82 // and all strings of the [start..limit[ elements must be sorted and
85 StringTrieBuilder::writeNode(int32_t start, int32_t limit, int32_t unitIndex) { argument
89 if(unitIndex==getElementStringLength(start)) {
91 value=getElementValue(start++);
92 if(start==limit) {
97 // Now all [start..limit[ strings are longer than unitIndex.
98 int32_t minUnit=getElementUnit(start, unitIndex);
102 int32_t lastUnitIndex=getLimitOfLinearMatch(start, limit-1, unitIndex);
103 writeNode(start, limi
133 writeBranchSubNode(int32_t start, int32_t limit, int32_t unitIndex, int32_t length) argument
206 makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode) argument
258 makeBranchSubNode(int32_t start, int32_t limit, int32_t unitIndex, int32_t length, UErrorCode &errorCode) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pop3/
H A Dpop3.tcl80 # start The first message to delete in the range.
82 # one seen, see ::pop3::last), "start" (aka 1),
96 proc ::pop3::delete {chan start {end -1}} {
104 if {![string is integer $start]} {
105 if {[string match $start "next"]} {
106 set start $last
107 incr start
108 } elseif {$start == "start"} {
109 set start
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationweights.cpp186 range.start=setWeightTrail(range.start, length, minBytes[length]);
197 l=((const CollationWeights::WeightRange *)left)->start;
198 r=((const CollationWeights::WeightRange *)right)->start;
265 lower[length].start=incWeightTrail(weight, length);
273 middle.start=incWeightTrail(weight, middleLength);
277 middle.start=0xffffffff; // no middle range
284 upper[length].start=setWeightTrail(weight, length, minBytes[length]);
295 if(middle.end>=middle.start) {
296 middle.count=(int32_t)((middle.end-middle.start)>>(
303 uint32_t start=upper[length].start; local
412 uint32_t start = ranges[0].start; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/uciter8/
H A Duit_len8.c65 #define L8_PREV(s, start, i, c) { \
69 (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -2); \
86 * The caller must not modify start and limit because they are used internally.
91 * start current UTF-8 index
98 * In this case, reservedField will contain that code point and start will
124 limit=iter->start; /* count up to the UTF-8 index */
134 iter->start=i; /* just in case setState() did not get us to a code point boundary */
158 limit=iter->start;
170 /* assume i==limit==iter->start, set the UTF-16 index */
171 iter->start
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcomposite.c397 POS, set *START and *END to the start and end of the sequence,
411 find_composition (pos, limit, start, end, prop, object)
412 int pos, limit, *start, *end;
417 if (get_property_and_range (pos, Qcomposition, prop, start, end, object))
433 if (get_property_and_range (pos - 1, Qcomposition, prop, start, end,
443 get_property_and_range (pos, Qcomposition, prop, start, end, object);
456 int start, end;
462 && find_composition (from - 1, -1, &start, &end, &prop, Qnil)
463 && !COMPOSITION_VALID_P (start, end, prop))
464 from = start;
454 int start, end; local
486 int start, end; local
605 Lisp_Object start, end, components, modification_func; variable
626 Lisp_Object string, start, end, components, modification_func; variable
629 CHECK_NUMBER (start); variable
651 int start, end; variable
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpgg.el50 (defmacro pgg-save-coding-system (start end &rest body)
55 (insert-buffer-substring buffer ,start ,end)
62 (narrow-to-region ,start ,end)
73 (defun pgg-display-output-buffer (start end status)
79 (pgg-situate-output start end)
82 (defun pgg-situate-output (start end)
84 (delete-region start end)
86 (decode-coding-region start (point) buffer-file-coding-system))
185 (itimer-driver-start 'itimer-driver-start)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomhtml.c724 register char *x, *start, *piSep; local
742 start = x;
769 tnode->valueLength = (x - start);
770 tnode->nodeValue = (char*)MALLOC((x - start)+1);
771 memmove(tnode->nodeValue, start, (x - start));
772 *(tnode->nodeValue + (x - start)) = 0;
798 RetError("Missing \">\"",(start-html) );
800 if ( (x-start)==2) {
801 RetError("Null markup name",(start
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dtoken.cpp94 void token_info::sortify(const char *start, const char *end, string &result) argument
100 for (; start < end; start++)
101 if (csalpha(*start))
102 result += cmlower(*start);
106 int token_info::sortify_non_empty(const char *start, const char *end) const argument
112 for (; start < end; start++)
113 if (csalpha(*start))
119 void token_info::lower_case(const char *start, cons argument
134 upper_case(const char *start, const char *end, string &result) const argument
178 lookup_token(const char *start, const char *end) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dsregex.el554 (defun sregex--char-range (start end)
555 (let ((startc (char-to-string start))
558 ((> end (+ start 2)) (concat startc "-" endc))
559 ((> end (+ start 1)) (concat startc (char-to-string (1+ start)) endc))
560 ((> end start) (concat startc endc))
570 (let ((start (car arg))
572 (when (> start end)
573 (let ((tmp start)) (setq start en
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dundigest.el58 returns a list of cons pairs containing the start and end positions of
72 (let ((start (make-marker))
77 (move-marker start (match-beginning 0))
79 (add-to-list 'result (cons (copy-marker start) (copy-marker end t))))
103 (let ((start (make-marker))
106 (move-marker start (match-beginning 0))
108 (setq result (cons (copy-marker start) (copy-marker end t)))
117 (move-marker start (match-beginning 0))
120 (cons (copy-marker start) (copy-marker end t))))
133 (let ((start (mak
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A DgenUnicode.py58 (start, end) = string.split(range, "..")
64 start = "0x" + start variable
67 BlockNames[name].append((start, end))
69 BlockNames[name] = [(start, end)]
155 start = -1 variable
160 if start == -1:
161 start = val variable
167 elif prev == start:
169 start variable
174 start = val variable
426 start = 1 variable
431 start = 0 variable
[all...]

Completed in 504 milliseconds

1234567891011>>