Searched refs:subrange (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dtransform.c161 dispatch_data_t subrange, map = NULL; local
163 subrange = dispatch_data_create_subrange(data, offset, size);
164 if (dispatch_data_get_size(subrange) == size) {
165 map = dispatch_data_create_map(subrange, ptr, NULL);
167 dispatch_release(subrange);
175 dispatch_data_t subrange = _dispatch_data_subrange_map(data, &p, 0, 2); local
177 if (subrange == NULL) {
190 dispatch_release(subrange);
321 dispatch_data_t subrange = _dispatch_data_subrange_map(data, &p,
323 if (subrange
[all...]
H A Ddata.c30 // dispatch data object is needed to represent a subrange of a memory region.
330 dispatch_data_t subrange = dispatch_data_create_subrange( local
333 dispatch_data_t concat = dispatch_data_create_concat(data, subrange);
335 _dispatch_data_release(subrange);
349 // When mapping a leaf object or a subrange of a leaf object, return a direct
464 // Create a new object for the requested subrange of the leaf
/macosx-10.10.1/libauto-186/
H A DThreadLocalCollector.cpp137 Range subrange; local
148 subrange.set_range(reference, reference + run);
149 if (subrange.address() < end && subrange.end() <= end) {
151 scan_range(subrange);
160 subrange.set_range((void *)reference, end);
161 scan_range(subrange);
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcomp.c103 static VOID subrange _ANSI_ARGS_((struct vars *, pchr, pchr, struct state *, struct state *));
1617 subrange(v, from, ce - 1, lp, rp);
1625 subrange(v, from, to, lp, rp);
H A Dregc_color.c399 - subrange - allocate new subcolors to this range of chrs, fill in arcs
400 ^ static VOID subrange(struct vars *, pchr, pchr, struct state *,
404 subrange(v, from, to, lp, rp) function
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcomp.c101 static void subrange(struct vars *, pchr, pchr, struct state *, struct state *);
1657 subrange(v, from, to, lp, rp);
H A Dregc_color.c435 - subrange - allocate new subcolors to this range of chrs, fill in arcs
436 ^ static VOID subrange(struct vars *, pchr, pchr, struct state *,
440 subrange(
429 subrange( function
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWebPageMac.mm557 RefPtr<Range> finalRange = TextIterator::subrange(fullCharacterRange.get(), extractedRange.location, extractedRange.length);

Completed in 214 milliseconds