Searched refs:start (Results 51 - 75 of 4477) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dio_map.c74 vm_offset_t start; local
80 start = virtual_avail;
83 (void) pmap_map_bd(start, phys_addr, phys_addr + round_page(size),
88 (void) kmem_alloc_pageable(kernel_map, &start, round_page(size));
89 (void) pmap_map(start, phys_addr, phys_addr + round_page(size),
93 return (start);
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest091.tcl10 {nproducers 2} {nitems 1000} {start 0 } {tnum "091"} args} {
16 $nconsumers $nproducers $nitems WAIT $start -txn $tnum } $args
18 $nconsumers $nproducers $nitems WAIT $start -cdb $tnum } $args
H A Dtest071.tcl11 {mode CONSUME} {start 0 } {txn -txn} {tnum "071"} args } {
14 $nconsumers $nproducers $nitems $mode $start $txn $tnum $args
/macosx-10.9.5/ruby-104/ruby/ext/json/lib/json/add/
H A Ddate.rb15 alias start sg unless method_defined?(:start)
25 'sg' => start,
/macosx-10.9.5/CPANInternal-140/Time-HiRes-Value/t/
H A D02timing.t8 my $start = Time::HiRes::Value->now();
14 my $interval = $end - $start;
/macosx-10.9.5/CPANInternal-140/Time-HiRes-Value-0.07/t/
H A D02timing.t8 my $start = Time::HiRes::Value->now();
14 my $interval = $end - $start;
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunistr_props.cpp54 int32_t start; local
57 start = i;
68 if(start > 0) {
69 doReplace(0, start, 0, 0, 0);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dnortrans.cpp102 // start and limit of the input range
103 int32_t start = offsets.start; local
105 if(start >= limit) {
119 int32_t length = limit - start;
120 _Replaceable_extractBetween(text, start, limit, input.getBuffer(length));
126 text.handleReplaceBetween(start, limit, normalized);
131 offsets.start = limit + delta;
137 UChar32 c = text.char32At(start);
139 int32_t prev = start;
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/proc/
H A Dtst.startexit.ksh31 # 1. proc:::start
32 # 2. proc:::lwp-start
42 proc:::start
45 self->start = 1;
48 proc:::lwp-start
49 /self->start/
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_lockf.h28 off_t start; member in struct:smbfs_flock
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTimerToStopPlay.tcl2 # with start/stop of movie playing.
9 global timeId start
13 set start [.m time]
14 puts "movie time $start"
20 global start scale
25 set diffms [expr 1000.0 * ($time - $start)/double($scale) - 2000 ]
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dunistr.h282 * [<TT>start</TT>, <TT>start + length</TT>) with the characters
284 * @param start the offset at which the compare operation begins
294 inline int8_t compare(int32_t start,
300 * [<TT>start</TT>, <TT>start + length</TT>) with the characters
303 * @param start the offset at which the compare operation begins
306 * @param srcStart the offset into <TT>srcText</TT> to start comparison
315 inline int8_t compare(int32_t start,
338 * [<TT>start</T
3458 pinIndices(int32_t& start, int32_t& _length) const argument
3529 doCompare(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3582 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3593 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3601 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3607 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3615 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3624 doCompareCodePointOrder(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3643 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3654 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3662 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3668 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3676 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3685 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3706 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3721 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3731 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3739 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3749 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const argument
3759 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
3786 indexOf(const UnicodeString& text, int32_t start, int32_t _length) const argument
3800 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3807 indexOf(UChar c, int32_t start, int32_t _length) const argument
3813 indexOf(UChar32 c, int32_t start, int32_t _length) const argument
3841 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3856 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
3872 lastIndexOf(const UnicodeString& text, int32_t start, int32_t _length) const argument
3889 lastIndexOf(UChar c, int32_t start, int32_t _length) const argument
3895 lastIndexOf(UChar32 c, int32_t start, int32_t _length) const argument
3984 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
3990 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
3998 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4005 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4013 replace(int32_t start, int32_t _length, UChar srcChar) argument
4019 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
4030 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText) argument
4036 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) argument
4050 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4061 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4067 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4074 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4082 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4095 extractBetween(int32_t start, int32_t limit, UChar *dst, int32_t dstStart) const argument
4105 tempSubStringBetween(int32_t start, int32_t limit) const argument
4340 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4347 insert(int32_t start, const UnicodeString& srcText) argument
4352 insert(int32_t start, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4359 insert(int32_t start, const UChar *srcChars, int32_t srcLength) argument
4365 insert(int32_t start, UChar srcChar) argument
4370 insert(int32_t start, UChar32 srcChar) argument
4390 remove(int32_t start, int32_t _length) argument
4401 removeBetween(int32_t start, int32_t limit) argument
4406 retainBetween(int32_t start, int32_t limit) argument
4434 reverse(int32_t start, int32_t _length) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dunistr.h343 * [<TT>start</TT>, <TT>start + length</TT>) with the characters
345 * @param start the offset at which the compare operation begins
355 inline int8_t compare(int32_t start,
361 * [<TT>start</TT>, <TT>start + length</TT>) with the characters
364 * @param start the offset at which the compare operation begins
367 * @param srcStart the offset into <TT>srcText</TT> to start comparison
376 inline int8_t compare(int32_t start,
399 * [<TT>start</T
3583 pinIndices(int32_t& start, int32_t& _length) const argument
3664 doCompare(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3714 compare(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3725 compare(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3733 compare(int32_t start, int32_t _length, const UChar *srcChars) const argument
3739 compare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3747 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3756 doCompareCodePointOrder(int32_t start, int32_t thisLength, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3775 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText) const argument
3786 compareCodePointOrder(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) const argument
3794 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars) const argument
3800 compareCodePointOrder(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) const argument
3808 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3817 doCaseCompare(int32_t start, int32_t thisLength, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3838 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, uint32_t options) const argument
3853 caseCompare(int32_t start, int32_t _length, const UnicodeString &srcText, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3863 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, uint32_t options) const argument
3871 caseCompare(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength, uint32_t options) const argument
3881 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const argument
3891 indexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
3918 indexOf(const UnicodeString& text, int32_t start, int32_t _length) const argument
3932 indexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3939 indexOf(UChar c, int32_t start, int32_t _length) const argument
3945 indexOf(UChar32 c, int32_t start, int32_t _length) const argument
3973 lastIndexOf(const UChar *srcChars, int32_t srcLength, int32_t start, int32_t _length) const argument
3988 lastIndexOf(const UnicodeString& srcText, int32_t srcStart, int32_t srcLength, int32_t start, int32_t _length) const argument
4004 lastIndexOf(const UnicodeString& text, int32_t start, int32_t _length) const argument
4021 lastIndexOf(UChar c, int32_t start, int32_t _length) const argument
4027 lastIndexOf(UChar32 c, int32_t start, int32_t _length) const argument
4121 replace(int32_t start, int32_t _length, const UnicodeString& srcText) argument
4127 replace(int32_t start, int32_t _length, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4135 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcLength) argument
4142 replace(int32_t start, int32_t _length, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4150 replace(int32_t start, int32_t _length, UChar srcChar) argument
4156 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText) argument
4162 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) argument
4176 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
4187 doExtract(int32_t start, int32_t _length, UnicodeString& target) const argument
4193 extract(int32_t start, int32_t _length, UChar *target, int32_t targetStart) const argument
4200 extract(int32_t start, int32_t _length, UnicodeString& target) const argument
4208 extract(int32_t start, int32_t _length, char *dst, const char *codepage) const argument
4221 extractBetween(int32_t start, int32_t limit, UChar *dst, int32_t dstStart) const argument
4231 tempSubStringBetween(int32_t start, int32_t limit) const argument
4419 insert(int32_t start, const UnicodeString& srcText, int32_t srcStart, int32_t srcLength) argument
4426 insert(int32_t start, const UnicodeString& srcText) argument
4431 insert(int32_t start, const UChar *srcChars, int32_t srcStart, int32_t srcLength) argument
4438 insert(int32_t start, const UChar *srcChars, int32_t srcLength) argument
4444 insert(int32_t start, UChar srcChar) argument
4449 insert(int32_t start, UChar32 srcChar) argument
4469 remove(int32_t start, int32_t _length) argument
4480 removeBetween(int32_t start, int32_t limit) argument
4485 retainBetween(int32_t start, int32_t limit) argument
4513 reverse(int32_t start, int32_t _length) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_astree.tcl72 lassign $ast type start end
74 if {![string is integer -strict $start]} {
75 return -code error $ourprefix[format $ourbadstart $start]
76 } elseif {$start < 0} {
77 return -code error $ourprefix[format $ourbadstart $start]
84 if {$end < $start} {
122 set children [lassign $ast type start end]
123 set result [list [list <$type> :: $start $end]]
149 set children [lassign $ast type start end]
150 set new [list $type $start
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Drevlib.c33 * copy the lines starting at offset <start> from in <in> to <out>
36 int rev_line(Sfio_t *in, Sfio_t *out, off_t start) argument
47 if(start>0 && sfmove(in, (Sfio_t*)0, start, -1) != start)
52 start=0;
54 if((offset = sfseek(in,(off_t)0,SEEK_END)) <= start)
60 if(offset < start)
62 n -= (start-offset);
63 offset = start;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db_printlog/
H A Drange.awk10 start = i + 2;
11 offset = substr($1, start, l - start + 1);
13 offset = substr($1, start, i - 1);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDResource.cpp32 bool IOHIDResource::start(IOService *provider) function in class:IOHIDResource
34 if ( !super::start(provider) )
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLOListElement.idl22 attribute long start;
H A DTimeRanges.idl31 [RaisesException] double start(unsigned long index);
/macosx-10.9.5/bind9-45.100/bind9/doc/misc/
H A Dformat-options.pl39 my $start = "";
45 $start = $start.$1."\n";
48 print $start.$line.$comment."\n";
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dcswstat.d52 /* csw start */
53 start[cpu] = timestamp;
58 /start[cpu]/
61 times += timestamp - start[cpu];
62 start[cpu] = 0;
/macosx-10.9.5/dtrace-118.1/DTTk/Kernel/
H A Dcswstat.d52 /* csw start */
53 start[cpu] = timestamp;
58 /start[cpu]/
61 times += timestamp - start[cpu];
62 start[cpu] = 0;
/macosx-10.9.5/libiconv-41/libiconv/extras/
H A Diconv_string.h11 * const char* start, const char* end,
20 * The input is in the memory region between start (inclusive) and end
43 extern int iconv_string (const char* tocode, const char* fromcode, const char* start, const char* end, char** resultp, size_t* lengthp);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dirbtk.rb22 IRB.start(__FILE__)
26 IRB.start(__FILE__)
/macosx-10.9.5/ruby-104/ruby/sample/webrick/
H A Ddemo-multipart.cgi12 cgi.start

Completed in 319 milliseconds

1234567891011>>