Searched refs:start (Results 76 - 100 of 4032) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/win/
H A Dinstall.bat4 start wish83 ../install.tcl -builddir %BUILD% %1 %2 %3 %4 %5 %6 %7 %8 %9
/macosx-10.10.1/xnu-2782.1.97/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp41 bool IONVRAMController::start(IOService *provider) function in class:IONVRAMController
43 if(!super::start(provider)) return false;
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dref.cpp28 static int find_month(const char *start, const char *end);
54 reference::reference(const char *start, int len, reference_id *ridp) argument
63 if (start == 0)
67 const char *end = start + len;
68 const char *ptr = start;
495 const char *start = str.contents(); local
496 const char *end = start + str.length();
497 for (int i = 0; i < n && start < end; i++) {
498 const char *p = start;
499 while (start < en
546 find_last_name(const char *start, const char *end, const char **endp) argument
724 uppercase(const char *start, const char *end, string &result) argument
735 lowercase(const char *start, const char *end, string &result) argument
750 const char *start = ptr; local
883 find_year(const char *start, const char *end, const char **endp) argument
904 find_day(const char *start, const char *end, const char **endp) argument
929 find_month(const char *start, const char *end) argument
995 const char *start = date.contents(); local
1007 const char *start = f.contents(); local
1020 nth_field(int i, const char *start, const char **endp) argument
1037 const char *start = get_field(*f, endp); local
1053 const char *start = get_field(*f, endp); local
1116 const char *start = sort_key.contents(); local
[all...]
H A Dtoken.h39 void lower_case(const char *start, const char *end, string &result) const;
40 void upper_case(const char *start, const char *end, string &result) const;
41 void sortify(const char *start, const char *end, string &result) const;
42 int sortify_non_empty(const char *start, const char *end) const;
88 const token_info *lookup_token(const char *start, const char *end);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmysql.vim54 syn region mysqlString start=+"+ skip=+\\\\\|\\"+ end=+"+
55 syn region mysqlString start=+'+ skip=+\\\\\|\\'+ end=+'+
68 syn region mysqlComment start="/\*" end="\*/"
93 syn region mysqlType start="float\W" end="."me=s-1
94 syn region mysqlType start="float$" end="."me=s-1
95 syn region mysqlType start="float(" end=")" contains=mysqlNumber,mysqlVariable
96 syn region mysqlType start="double\W" end="."me=s-1
97 syn region mysqlType start="double$" end="."me=s-1
98 syn region mysqlType start="double(" end=")" contains=mysqlNumber,mysqlVariable
99 syn region mysqlType start
[all...]
H A Dstata.vim11 " 17apr2006 fixed start expression for stataFunc
25 syn region stataStarComment start=/^\s*\*/ end=/$/ contains=stataComment oneline
26 syn region stataSlashComment start="\s//" end=/$/ contains=stataComment oneline
27 syn region stataSlashComment start="^//" end=/$/ contains=stataComment oneline
29 syn region stataComment start="/\*" end="\*/" contains=stataComment
34 syn region stataGlobal start=/\${/ end=/}/ oneline contains=@stataMacroGroup
36 syn region stataLocal start=/`/ end=/'/ oneline contains=@stataMacroGroup
183 syn region stataEString matchgroup=Nothing start=/`"/ end=/"'/ oneline contains=@stataMacroGroup,stataQuote,stataString,stataEString
184 syn region stataString matchgroup=Nothing start=/"/ end=/"/ oneline contains=@stataMacroGroup
193 syn region stataFunc matchgroup=Function start
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/translit/answers/
H A Dunaccent.cpp45 while (index.start < index.limit) {
46 UChar c = text.charAt(index.start);
50 text.handleReplaceBetween(index.start, index.start+1, str);
52 index.start++;
/macosx-10.10.1/ICU-531.30/icuSources/samples/translit/
H A Dunaccent.cpp47 while (index.start < index.limit) {
48 UChar c = text.charAt(index.start);
52 text.handleReplaceBetween(index.start, index.start+1, str);
54 index.start++;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtabify.el33 (defun untabify (start end)
42 (goto-char start)
59 (defun tabify (start end)
71 (goto-char start)
74 (goto-char start)
H A Djit-lock.el316 (defun jit-lock-function (start)
323 (jit-lock-fontify-now start (+ start jit-lock-chunk-size))
330 (put-text-property start
332 start 'fontified nil
333 (min (point-max) (+ start jit-lock-chunk-size)))
336 (defun jit-lock-fontify-now (&optional start end)
341 (unless start (setq start (point-min)))
348 ;; from the end of a buffer to its start, ca
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_hline.c49 NCURSES_SIZE_T start; local
58 start = win->_curx;
59 end = start + n - 1;
63 CHANGED_RANGE(line, start, end);
71 while (end >= start) {
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_hline_set.c48 NCURSES_SIZE_T start; local
57 start = win->_curx;
58 end = start + n - 1;
62 CHANGED_RANGE(line, start, end);
70 while (end >= start) {
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dtrietest.c39 UChar32 start, limit; member in struct:SetRange
56 _testFoldedValue32(UNewTrie *trie, UChar32 start, int32_t offset) { argument
63 limit=start+0x400;
64 while(start<limit) {
65 value=utrie_get32(trie, start, &inBlockZero);
67 start+=UTRIE_DATA_BLOCK_LENGTH;
70 ++start;
87 _testFoldedValue16(UNewTrie *trie, UChar32 start, int32_t offset) { argument
94 limit=start+0x400;
95 while(start<limi
127 _testEnumRange(const void *context, UChar32 start, UChar32 limit, uint32_t value) argument
265 UChar32 start, limit; local
459 UChar32 start, limit; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Dutimer.h78 * UTimer start;
107 * utimer_getTime(&start);
119 * return utimer_getElapsedSeconds(&start);
136 * UTimer start,timer1, timer2, timer3, timer4;
140 * utimer_getTime(start);
142 * NFDTimeTaken = utimer_getDeltaSeconds(start,timer1);
144 * timer_getTime(start);
146 * NFCTimeTaken = utimer_getDeltaSeconds(start,timer2);
166 LARGE_INTEGER start; member in struct:UTimer
176 QueryPerformanceCounter(&timer->start);
188 struct timeval start; member in struct:UTimer
[all...]
/macosx-10.10.1/cups-408/cups/filter/
H A Derror.c31 char *start, /* Start of buffer */ member in struct:_cups_raster_error_s
81 size = (size_t)(buf->end - buf->start + 2 * bytes + 1024);
83 if (buf->start)
84 temp = realloc(buf->start, size);
96 buf->current = temp + (buf->current - buf->start);
97 buf->start = temp;
120 buf->current = buf->start;
122 if (buf->start)
123 *(buf->start) = '\0';
142 if (buf->current == buf->start)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/uri/
H A Durn-scheme.tcl85 # Before Tcl 8.3 we do not have 'regexp -start'. We simulate it by
90 set start 0
91 while {[regexp -indices {%[0-9a-fA-F]{2}} [string range $url $start end] match]} {
93 incr first $start ; # Make the indices relative to the true string.
94 incr last $start ; # I.e. undo the effect of the 'string range' on match results.
95 append result [string range $url $start [expr {$first - 1}]]
97 set start [incr last]
99 append result [string range $url $start end]
105 set start 0
106 while {[regexp -start
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/tools/
H A Dpcirange.cpp15 IOPCIScalar start; member in struct:IOPCIRange
46 IOPCIScalar start, IOPCIScalar size, IOPCIScalar alignment = 0)
49 range->start = start;
51 range->end = start + size;
59 IOPCIScalar start,
70 end = start + size;
73 if (((start >= range->start) && (start < rang
45 pciRangeInit(IOPCIRange * range, IOPCIScalar start, IOPCIScalar size, IOPCIScalar alignment = 0) argument
58 pciRangeListAddRange(IOPCIRange ** rangeList, IOPCIScalar start, IOPCIScalar size, IOPCIScalar alignment) argument
[all...]
/macosx-10.10.1/ntp-92/libopts/compat/
H A Dpathfind.c208 int i, start; local
222 start = i++;
227 if (!result[start])
235 if ((start + 1) != i)
237 if ((start + 1) != i && (start != 0 || i != 2))
240 strcpy( result + start + 1, result + i );
241 i = start + 1;
245 if (start > 0 && result[start
[all...]
/macosx-10.10.1/ntp-92/sntp/libopts/compat/
H A Dpathfind.c208 int i, start; local
222 start = i++;
227 if (!result[start])
235 if ((start + 1) != i)
237 if ((start + 1) != i && (start != 0 || i != 2))
240 strcpy( result + start + 1, result + i );
241 i = start + 1;
245 if (start > 0 && result[start
[all...]
/macosx-10.10.1/text_cmds-88/colrm/
H A Dcolrm.c68 u_long column, start, stop; local
83 start = stop = 0;
91 if(argv[0]) start = strtol(argv[0], &p, 10);
92 if (start <= 0 || *p)
101 if (stop && start > stop)
102 errx(1, "illegal start and stop columns");
125 if ((!start || column < start || (stop && column > stop)) &&
143 (void)fprintf(stderr, "usage: colrm [start [stop]]\n");
/macosx-10.10.1/BootCache-109/
H A Dkext_glue.cpp18 virtual bool start(IOService *provider);
25 com_apple_BootCache::start(IOService *provider) function in class:com_apple_BootCache
29 result = IOService::start(provider);
/macosx-10.10.1/Chess-310.6/sjeng/
H A Ddraw.c48 int i, repeats = 0, end, start; local
84 start = move_number - 1 - (ply % 2);
87 for (i = start; i >= 0 && i >= end; i -= 2)
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Durep.h91 * Function pointer that replaces text between start and limit in
96 * @param start the starting index of the text to be replaced,
101 * start..limit-1.
107 int32_t start,
114 * [<tt>start</tt>, <tt>limit</tt>) into the array <tt>dst</tt>.
117 * @param start offset of first character which will be copied
122 * <tt>dst</tt> must be at least <tt>(limit - start)</tt>.
126 int32_t start,
131 * Function pointer that copies text between start and limit in
135 * start
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGBinarySwitch.cpp118 void BinarySwitch::build(unsigned start, unsigned end) argument
120 unsigned size = end - start;
129 if (start
130 && m_cases[start - 1].value == m_cases[start].value - 1
131 && start + 1 < m_cases.size()
132 && m_cases[start + 1].value == m_cases[start].value + 1) {
133 m_branches.append(BranchCode(ExecuteCase, start));
137 m_branches.append(BranchCode(NotEqualToFallThrough, start));
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/cputimeCal/
H A DcputimeCal.cpp13 CFAbsoluteTime start; local
18 start = CFAbsoluteTimeGetCurrent();
20 while((CFAbsoluteTimeGetCurrent() - start) < WAIT_TIME_SEC) {

Completed in 287 milliseconds

1234567891011>>