Searched refs:end (Results 76 - 100 of 6376) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebKit-7600.1.25/ios/DefaultDelegates/
H A DWebDefaultUIKitDelegate.h31 @end
/macosx-10.10.1/WebKit-7600.1.25/mac/Carbon/
H A DCarbonWindowFrame.h43 @end // interface NSCarbonWindowFrame
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebNSArrayExtras.h36 @end
43 @end
/macosx-10.10.1/objc4-646/test/
H A DARRMRR.h13 @end
H A DMRRARR.h13 @end
H A DivarSlide.h9 @end
21 @end;
32 @end;
43 @end;
53 @end;
63 @end;
73 @end;
83 @end;
95 @end
110 @end
[all...]
/macosx-10.10.1/apache-793/httpd/modules/lua/test/htdocs/
H A Dhooks.lua8 end
10 end
16 end
18 end
26 end
29 end
/macosx-10.10.1/ICU-531.30/icuSources/samples/break/
H A Dubreak.c17 void printTextRange(UChar* str, int32_t start, int32_t end) argument
22 savedEndChar = str[end];
23 str[end] = 0;
26 printf("string[%2d..%2d] \"%s\"\n", start, end-1, charBuf);
27 str[end] = savedEndChar;
34 int32_t end; local
36 for (end = ubrk_next(boundary); end != UBRK_DONE; start = end, end
46 int32_t end = ubrk_last(boundary); local
55 int32_t end; local
64 int32_t end = ubrk_last(boundary); local
73 int32_t end = ubrk_following(boundary, pos); local
[all...]
H A Dbreak.cpp26 int32_t start, int32_t end )
32 printf(" %ld %ld\t", (long)start, (long)end);
35 printUnicodeString(UnicodeString(s, start, end-start));
37 printUnicodeString(UnicodeString(s, end));
47 for (int32_t end = boundary.next();
48 end != BreakIterator::DONE;
49 start = end, end = boundary.next())
51 printTextRange( boundary, start, end );
58 int32_t end local
71 int32_t end = boundary.next(); local
78 int32_t end = boundary.last(); local
86 int32_t end = boundary.following(pos); local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_sqrt.c83 goto end;
103 goto end;
121 if (y == NULL) goto end;
125 if (ret == NULL) goto end;
128 if (!BN_nnmod(A, a, p, ctx)) goto end;
145 if (!BN_rshift(q, p, 2)) goto end;
147 if (!BN_add_word(q, 1)) goto end;
148 if (!BN_mod_exp(ret, A, q, p, ctx)) goto end;
182 if (!BN_mod_lshift1_quick(t, A, p)) goto end;
185 if (!BN_rshift(q, p, 3)) goto end;
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DIteratorRange.h34 IteratorRange(Iterator begin, Iterator end) argument
36 , m_end(WTF::move(end))
41 Iterator end() const { return m_end; } function in class:WTF::IteratorRange
49 IteratorRange<Iterator> makeIteratorRange(Iterator&& begin, Iterator&& end) argument
51 return IteratorRange<Iterator>(std::forward<Iterator>(begin), std::forward<Iterator>(end));
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dmystrtok.c21 /* end of the buffer was reached.
47 char *end; local
61 end = start + strcspn(start, sep);
62 if (*end != 0)
63 *end++ = 0;
64 *src = end;
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DCopyVisitor.cpp47 size_t next, end; local
48 m_shared.getNextBlocksToCopy(next, end);
49 while (next < end) {
50 for (; next < end; ++next) {
56 for (CopyWorkList::iterator it = workList.begin(); it != workList.end(); ++it)
62 m_shared.getNextBlocksToCopy(next, end);
64 ASSERT(next == end);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_vline.c50 NCURSES_SIZE_T end; local
58 end = row + n - 1;
59 if (end > win->_maxy)
60 end = win->_maxy;
68 while (end >= row) {
69 struct ldat *line = &(win->_line[end]);
72 end--;
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_vline_set.c49 NCURSES_SIZE_T end; local
57 end = row + n - 1;
58 if (end > win->_maxy)
59 end = win->_maxy;
67 while (end >= row) {
68 struct ldat *line = &(win->_line[end]);
71 end--;
/macosx-10.10.1/apache-793/httpd/modules/lua/test/
H A Dhelpers.lua11 end
23 end
25 end
28 end
30 end
35 end
36 end
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dchkdef.cmd85 end
92 end
99 end
104 end
105 end /* select */
106 end
113 end
H A Dmakedef.cmd104 end
136 end
142 end
145 end /* select */
146 end /* do while queued() */
159 end
162 end
165 end
177 end
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dpkg_icu.cpp81 char *end; local
93 end=strchr(line, '#');
94 if(end!=NULL) {
95 *end=0;
98 end=strchr(line, 0);
99 while(line<end && (*(end-1)=='\r' || *(end-1)=='\n')) {
100 *--end=0;
114 // find whitespace after the item or the end o
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Drmdir.c60 register char* end; local
96 end = dir;
97 if (pflag) end += strlen(dir);
116 if (n) *end = '/';
118 do if (end <= dir) goto next; while (*--end != '/');
119 do if (end <= dir) goto next; while (*(end - 1) == '/' && end--);
120 *end
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Diterators_fn_imps.hpp76 return const_node_iterator(const_cast<pointer>(mid_pointer(begin(), end())),
78 const_cast<pointer>(end()),(m_a_metadata == NULL)?
88 return const_node_iterator(end(), end(), end(),
97 return node_iterator(mid_pointer(begin(), end()), begin(), end(),
106 return node_iterator(end(), end(),
107 end(),(m_a_metadat
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dutil.c17 q->start = q->end = NULL;
20 /* Add item to end of the list
28 if (!q->end) {
29 q->start = q->end = qi;
31 q->end->next = qi;
32 q->end = qi;
44 if (!q->end) {
45 q->start = q->end = qi;
69 if (q->end == qi) {
70 q->end
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dutil.c17 q->start = q->end = NULL;
20 /* Add item to end of the list
28 if (!q->end) {
29 q->start = q->end = qi;
31 q->end->next = qi;
32 q->end = qi;
44 if (!q->end) {
45 q->start = q->end = qi;
69 if (q->end == qi) {
70 q->end
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/bee/
H A Dbee.tcl192 if {$evar ne ""} {upvar 1 $evar end} else {set end _}
196 # and the end of the value most likely as well. Note that each
214 set end [string first e $value $start]
215 if {$end < 0} {
218 incr end -1 ; # Get last character before closing 'e'.
219 set num [string range $value $start $end]
227 incr end 2 ; # Step after closing 'e' to the beginning of
230 #puts " ($num) @$end"
247 set end
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dundo.c72 alloc_undo_entry (what, start, end, text)
74 int start, end;
82 temp->end = end;
92 rl_add_undo (what, start, end, text)
94 int start, end;
99 temp = alloc_undo_entry (what, start, end, text);
131 new = alloc_undo_entry (entry->what, entry->start, entry->end, (char *)NULL);
167 int waiting_for_begin, start, end; local
171 start = end
[all...]

Completed in 248 milliseconds

1234567891011>>