Searched refs:start (Results 126 - 150 of 4477) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/examples/
H A Dzkt-signer.sh3 # Shell script to start the zkt-signer
9 echo Please start this skript out of the flat or hierarchical sub directory
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Ddnlcsnoop.d69 /* store start time */
70 self->start = timestamp;
77 /self->start/
80 this->elapsed = (timestamp - self->start) / 1000;
91 self->start = 0;
/macosx-10.9.5/dtrace-118.1/DTTk/Kernel/
H A Ddnlcsnoop.d69 /* store start time */
70 self->start = timestamp;
77 /self->start/
80 this->elapsed = (timestamp - self->start) / 1000;
91 self->start = 0;
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/big-stack/
H A Dmain.c55 char start; local
56 foo(STACK_SIZE, &start);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dsmtp_reply_footer.c9 /* int smtp_reply_footer(buffer, start, template, filter,
12 /* ssize_t start;
30 /* .IP start
85 int smtp_reply_footer(VSTRING *buffer, ssize_t start, argument
101 if (start < 0 || start > VSTRING_LEN(buffer))
102 msg_panic("%s: bad start: %ld", myname, (long) start);
110 for (cp = STR(buffer) + start, end = cp + strlen(cp);;) {
137 dsn_len = dsn_valid(STR(buffer) + start
[all...]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_sleep.rb6 start = Time.now
8 slept = Time.now-start
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceMemory.h52 @field start First physical address in the range.
57 IOPhysicalAddress start; member in struct:IODeviceMemory::InitElement
81 IOPhysicalAddress start,
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.h42 typedef int (*pmap_traverse_callback)(vm_map_offset_t start,
47 vm_map_offset_t start,
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dbidi.c46 if (ea->start >= eb->start && ea->start < eb->start + eb->len)
48 return ea->start - eb->start;
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A Dxmlreader.cpp48 le_int32 start = 0, end = 0; local
52 while(u_isUWhiteSpace(numbers[start])) {
53 start += 1;
56 while((end = numbers.indexOf(CH_COMMA, start)) >= 0) {
57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
59 start = end + 1;
64 while(u_isUWhiteSpace(numbers[start])) {
65 start += 1;
75 len = numbers.extract(start, en
94 le_int32 start = 0, end = 0; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dexp.c36 char *start,*end; local
47 start=ms_time_new();
57 ms_time_get(start);
61 md=ms_time_diff(start,end);
63 ms_time_get(start);
71 d=ms_time_diff(start,end)/* *50/33 */;
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dselectiveencode.c68 char *start, *end; local
90 start = non_ascii;
91 while (start > s) {
92 char *prev = idn_utf8_findfirstbyte(start - 1, s);
95 start = prev;
97 *startp = start;
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsb-image.el76 (defun speedbar-insert-image-button-maybe (start length)
83 (ezimage-insert-image-button-maybe start length))))
94 (let ((start (point)) (end nil))
98 (put-text-property start end 'face 'underline))
101 (let ((start (point)))
104 (speedbar-insert-image-button-maybe start
/macosx-10.9.5/ruby-104/ruby/test/date/
H A Dtest_date_marshal.rb11 assert_equal(d.start, d2.start)
18 assert_equal(d.start, d2.start)
25 assert_equal(d.start, d2.start)
/macosx-10.9.5/vim-53/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...]
/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/ICU-511.35/icuSources/common/
H A Dunorm_it.c48 * api.start: first valid character & state in the arrays
58 /* there are UChars available before start or after limit? */
74 api->start=api->index=api->limit=0;
79 api->start=api->index=api->limit=uni->capacity;
84 api->start=api->index=api->limit=uni->capacity/2;
96 int32_t start, limit; local
106 start=api->start;
114 uprv_memcpy(states+delta+start, uni->states+start, (limi
162 int32_t srcIndex, destIndex, start; local
265 int32_t start, capacity, room; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DApplyBlockElementCommand.cpp67 // When a selection ends at the start of a paragraph, we rarely paint
96 VisiblePosition start(visiblePositionForIndex(startIndex, startScope.get()));
98 if (start.isNotNull() && end.isNotNull())
99 setEndingSelection(VisibleSelection(start, end, endingSelection().isDirectional()));
107 Position start = startOfSelection.deepEquivalent().downstream(); local
108 if (isAtUnsplittableElement(start)) {
110 insertNodeAt(blockquote, start);
128 rangeForParagraphSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end);
132 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell);
133 VisiblePosition endOfNextParagraph = endOfNextParagrahSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, en
182 rangeForParagraphSplittingTextNodesIfNeeded(const VisiblePosition& endOfCurrentParagraph, Position& start, Position& end) argument
241 endOfNextParagrahSplittingTextNodesIfNeeded(VisiblePosition& endOfCurrentParagraph, Position& start, Position& end) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/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);
101 * if the search hit a non-overlapping entry PAST the start of the
106 range->rl_start = start;
131 overlap->rl_start = start;
150 overlap->rl_start = start;
170 rl_remove(off_t start, off_t end, struct rl_head *rangelist) argument
258 rl_scan(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap) argument
281 rl_scan_from(struct rl_head *rangelist, off_t start, off_t end, struct rl_entry **overlap, struct rl_entry *range) argument
431 rl_add(__unused off_t start, __unused off_t end, __unused void *rangelist) argument
441 rl_remove(__unused off_t start, __unused off_t end, __unused void *rangelist) argument
446 rl_scan(__unused void *rangelist, __unused off_t start, __unused off_t end, __unused void **overlap) argument
[all...]
/macosx-10.9.5/ICU-511.35/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.9.5/apache-786.1/httpd/build/rpm/
H A Dhtcacheclean.init33 # Short-Description: start and stop Apache htcacheclean
57 start() {
75 start)
76 start
87 start
92 start
96 echo $"Usage: $prog {start|stop|restart|condrestart|status|help}"
/macosx-10.9.5/emacs-92/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.9.5/tcl-102/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.9.5/WebCore-7537.78.1/fileapi/
H A DBlob.cpp159 PassRefPtr<Blob> Blob::slice(long long start, long long end, const String& contentType) const argument
174 if (start < 0)
175 start = start + size;
180 if (start < 0)
181 start = 0;
184 if (start >= size) {
185 start = 0;
187 } else if (end < start)
188 end = start;
[all...]

Completed in 242 milliseconds

1234567891011>>