Searched refs:ranges (Results 1 - 25 of 152) sorted by relevance

1234567

/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A DuniClass.tcl8 # Generates the character ranges and singletons that are used in
12 # in order for the class ranges to match.
16 global ranges numranges chars numchars
19 append ranges [format "{0x%04x, 0x%04x}, " \
22 append ranges "\n "
41 global first last ranges numranges chars numchars
45 set ranges " "
65 set ranges [string trimright $ranges "\t\n ,"]
67 if {$ranges !
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A DuniClass.tcl8 # Generates the character ranges and singletons that are used in
12 # in order for the class ranges to match.
16 global ranges numranges chars numchars
19 append ranges [format "{0x%04x, 0x%04x}, " \
22 append ranges "\n "
41 global first last ranges numranges chars numchars
45 set ranges " "
65 set ranges [string trimright $ranges "\t\n ,"]
67 if {$ranges !
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ducsset.c65 * The set of code points is represented by an array of code point ranges.
66 * In the building phase, specified ranges by 'idn_ucsset_add' or
69 * merges any intersecting ranges. Since the array is sorted, a binary
87 int range_start; /* index of ucsset.ranges */
118 int size; /* allocated size of 'ranges' */
119 int nranges; /* num of ranges */
120 range_t *ranges; member in struct:idn_ucsset
141 bm->ranges = NULL;
155 if (ctx->ranges != NULL)
156 free(ctx->ranges);
194 range_t *ranges; local
290 range_t *ranges = ctx->ranges; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-range.el66 Both ranges must be in ascending order."
310 "Convert list of numbers to a list of ranges or a single range.
312 ranges."
338 (defun gnus-uncompress-range (ranges)
339 "Expand a list of ranges into a list of numbers.
341 these ranges."
344 ((null ranges)
346 ((not (listp (cdr ranges)))
347 (setq first (car ranges))
348 (setq last (cdr ranges))
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Ddenseranges.h14 * Helper code for finding a small number of dense ranges.
23 * Does it make sense to write 1..capacity ranges?
24 * Returns 0 if not, otherwise the number of ranges.
29 * @param ranges Output ranges array.
30 * @param capacity Maximum number of ranges.
31 * @return Minimum number of ranges (at most capacity) that have the desired density,
37 int32_t ranges[][2], int32_t capacity);
H A Ddenseranges.cpp14 * Helper code for finding a small number of dense ranges.
87 * Does it make sense to write 1..capacity ranges?
88 * Returns 0 if not, otherwise the number of ranges.
93 * @param ranges Output ranges array.
94 * @param capacity Maximum number of ranges.
95 * @return Minimum number of ranges (at most capacity) that have the desired density,
101 int32_t ranges[][2], int32_t capacity) {
112 ranges[0][0]=minValue;
113 ranges[
99 uprv_makeDenseRanges(const int32_t values[], int32_t length, int32_t density, int32_t ranges[][2], int32_t capacity) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ducol_wgt.h35 * what ranges to use for a given number of weights between (excluding)
38 * @param lowerLimit A collation element weight; the ranges will be filled to cover
40 * @param upperLimit A collation element weight; the ranges will be filled to cover
45 * @param ranges An array that is filled in with one or more ranges to cover
47 * @return number of ranges, 0 if it is not possible to fit n elements between the limits
53 WeightRange ranges[7]);
56 * Given a set of ranges calculated by ucol_allocWeights(),
58 * The ranges are modified to keep the current iteration state.
60 * @param ranges Th
[all...]
H A Ducol_wgt.cpp134 /* for uprv_sortArray: sort ranges in weight order */
152 * possible ranges of weights between the two limits, excluding them
153 * for weights with up to 4 bytes there are up to 2*4-1=7 ranges
158 WeightRange ranges[7]) {
198 * With the limit lengths of 1..4, there are up to 7 ranges for allocation:
208 * We are now going to calculate up to 7 ranges.
209 * Some of them will typically overlap, so we will then have to merge and eliminate ranges.
248 /* reduce or remove the lower ranges that go beyond upperLimit */
255 /* lower and upper ranges collide or are directly adjacent: merge these two and remove all shorter ranges */
156 getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit, uint32_t maxByte, uint32_t countBytes, WeightRange ranges[7]) argument
318 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit, uint32_t n, uint32_t maxByte, WeightRange ranges[7]) argument
498 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount) argument
[all...]
H A Ducol_bld.h41 WeightRange ranges[7]; member in struct:__anon1154
/macosx-10.9.5/CF-855.17/
H A DCFURL.inc.h50 CFRange ranges[9]; variable
51 /* index gives the URL part involved; to calculate the correct range index, use the number of the bit of the equivalent flag (i.e. the host flag is HAS_HOST, which is 0x8. so the range index for the host is 3.) Note that this is true in this function ONLY, since the ranges stored in (*range) are actually packed, skipping those URL components that don't exist. This is why the indices are hard-coded in this function. */
66 ranges[8].location = idx + 1;
67 ranges[8].length = string_length - (idx + 1);
78 ranges[0].location = base_idx;
79 ranges[0].length = idx;
131 (*range)->location = ranges[0].location;
132 (*range)->length = ranges[0].length;
157 ranges[1].location = base; // base of the user
162 ranges[
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp22 findOffsetInRanges ( IOVirtualAddress address, IOVirtualRange ranges[], unsigned rangeCount ) argument
32 distanceInRange = address - ranges[index].address ;
33 if ( found = ( distanceInRange < ranges[ index ].length ) )
36 offset += ranges[ index ].length ;
48 NuDCL::NuDCL( NuDCLPool & pool, UInt32 numRanges, IOVirtualRange ranges[], NuDCLSharedData::Type type ) argument
55 // copy passed in ranges to our ranges array
56 bcopy( ranges, fData.ranges, numRanges * sizeof( IOVirtualRange ) ) ;
65 NuDCL::AppendRanges ( UInt32 numRanges, IOVirtualRange ranges[] )
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dpages10 Usage="$0 [-h] [-n lines/page] page-ranges [file ...]"
31 Pages are given as a list of ranges separated by commas.
51 echo $0: no page ranges given. 1>&2
85 # Sort ranges
91 ErrExit("Overlapping ranges: " Ranges[k[i]] "," Ranges[k[i - 1]])
/macosx-10.9.5/libauto-185.5/tests/
H A Dtest_introspection.c33 static void blockRecorder(task_t task, void *context, unsigned type, vm_range_t *ranges, unsigned count) { argument
38 if (ranges->address != (vm_address_t)blockContext->zone) blockContext->size_in_use += ranges->size;
39 ++ranges;
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp71 IOAddressRange ranges; local
90 ranges.address = args->keyStoreDataStart;
91 ranges.length = args->keyStoreDataSize;
95 memoryDescriptor = IOMemoryDescriptor::withOptions(&ranges,
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/examples/
H A Ddomtext.tcl362 set data(insert) [lindex [$path.text tag ranges $node] end]
385 set data(insert) [lindex [$path.text tag ranges tag:start:$node] end]
398 set end [lindex [$path.text tag ranges tag:end:$node] end]
404 set end [lindex [$path.text tag ranges tag:end:$node] end]
420 set end [lindex [$path.text tag ranges $node] 1]
430 set data(insert) [lindex [$path.text tag ranges $node] end]
434 set data(insert) [lindex [$path.text tag ranges $node] end]
438 set end [lindex [$path.text tag ranges $node] end]
447 set end [lindex [$path.text tag ranges $node] 1]
454 set end [lindex [$path.text tag ranges
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/encodings/
H A DGenCompactCodings155 set ranges {}
167 lappend ranges [list $identicStart [expr $last - $identicStart +1] {}]
172 lappend ranges [list $from 1 $to]
185 lappend ranges [list $from 1 $to]
195 lappend ranges [list $from 1 $to]
202 lappend ranges [list $identicStart [expr $last - $identicStart +1] {}]
205 return $ranges
213 proc OptimizeRanges { fallback ranges } {
218 foreach range $ranges {
273 proc OutputCode { encVar fallback ranges } {
[all...]
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioLevelControl.cpp172 if (ranges) {
173 ranges->release();
174 ranges = NULL;
237 if (ranges == NULL) {
238 ranges = OSArray::withCapacity(1);
239 if (ranges) {
240 setProperty(kIOAudioLevelControlRangesKey, ranges);
244 if (ranges) {
249 oldRanges = ranges;
250 newRanges = OSArray::withArray(ranges);
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A DgenUnicode.py29 # minTableSize gives the minimum number of ranges which must be present
90 # all the ranges (codepoints) of that category. Note that category
152 # reduce the number list into ranges
158 ranges = [] variable
168 ranges.append((prev, prev))
173 ranges.append((start, prev))
178 ranges.append((prev, prev))
180 ranges.append((start, prev))
181 Categories[cat] = ranges
301 # For any categories with more than minTableSize ranges w
308 ranges = Categories[name] variable
415 ranges = Categories[name] variable
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DgenUnicode.py29 # minTableSize gives the minimum number of ranges which must be present
90 # all the ranges (codepoints) of that category. Note that category
152 # reduce the number list into ranges
158 ranges = [] variable
168 ranges.append((prev, prev))
173 ranges.append((start, prev))
178 ranges.append((prev, prev))
180 ranges.append((start, prev))
181 Categories[cat] = ranges
301 # For any categories with more than minTableSize ranges w
308 ranges = Categories[name] variable
415 ranges = Categories[name] variable
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DLiveInterval.cpp41 size_t Len = ranges.size();
58 ranges.push_back(LiveRange(Def, Def.getDeadSlot(), VNI));
68 ranges.insert(I, LiveRange(Def, Def.getDeadSlot(), VNI));
103 if (i != ranges.begin()) --i;
109 if (j != other.ranges.begin()) --j;
212 /// merge and eliminate all ranges that this will overlap with. The iterator is
215 assert(I != ranges.end() && "Not a valid interval!");
220 for (; MergeTo != ranges.end() && NewEnd >= MergeTo->end; ++MergeTo) {
228 // the same value number, merge the two ranges into one range.
229 if (MergeTo != ranges
[all...]
/macosx-10.9.5/vim-53/runtime/tools/
H A Dunicode.vim69 let ranges = []
81 call Range(ranges, start, end, step, add)
91 call Range(ranges, start, end, step, add)
99 call append('$', ranges)
112 let ranges = []
124 call Range(ranges, start, end, step, add)
134 call Range(ranges, start, end, step, add)
142 call append('$', ranges)
148 func! Range(ranges, start, end, step, add)
150 call add(a:ranges,
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregc_cvec.c45 int nranges) /* ... and this many ranges... */
56 cv->ranges = cv->chrs + nchrs;
102 cv->ranges[cv->nranges*2] = (chr)from;
103 cv->ranges[cv->nranges*2 + 1] = (chr)to;
116 int nranges) /* ... and this many ranges... */
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWUtils.cpp160 // takes a pointer and a list of ranges, and finds the offset of the pointer into
163 findOffsetInRanges ( mach_vm_address_t address, unsigned rangeCount, IOAddressRange ranges[], IOByteCount & outOffset ) argument
172 distanceInRange = address - ranges[index].address ;
173 if ( found = ( distanceInRange < ranges[ index ].length ) )
176 outOffset += ranges[ index ].length ;
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2Lib/
H A DIOFireWireSBP2LibORB.h112 static IOReturn staticSetCommandBuffersAsRanges( void * self, FWSBP2VirtualRange * ranges,
115 virtual IOReturn setCommandBuffersAsRanges( FWSBP2VirtualRange * ranges, UInt32 withCount,
126 ( void * self, FWSBP2VirtualRange * ranges, UInt32 withCount,
129 ( FWSBP2VirtualRange * ranges, UInt32 withCount,
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_scanner.cc164 void Scanner::GetComments(int start, int end, vector<StringPiece> *ranges) { argument
179 ranges->push_back(*it);
185 void Scanner::GetNextComments(vector<StringPiece> *ranges) { argument
194 ranges->push_back(*it);

Completed in 304 milliseconds

1234567