Searched refs:segments (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dversion.rb204 segments = self.segments.dup
205 segments.pop while segments.any? { |s| String === s }
206 segments.pop if segments.size > 1
208 segments[-1] = segments[-1].succ
209 self.class.new segments.join(".")
221 @hash ||= segments
285 def segments # :nodoc: method in class:Gem
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/zero-length-segment/
H A DMakefile32 export DYLD_PRINT_SEGMENTS=1 && ./main 2> segments.log
33 grep __FOOBAR segments.log > /dev/null || echo "PASS zero-length-segment"
34 (grep __FOOBAR segments.log > /dev/null && echo "FAIL zero-length-segment") || /usr/bin/true
49 ${RM} ${RMFLAGS} *~ main libfoo.dylib segments.log
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLookupTables.h58 const LookupSegment *lookupSegment(const LETableReference &base, const LookupSegment *segments, LEGlyphID glyph, LEErrorCode &success) const;
71 LookupSegment segments[ANY_NUMBER]; member in struct:SegmentSingleLookupTable
73 LE_VAR_ARRAY(SegmentSingleLookupTable, segments)
77 LookupSegment segments[ANY_NUMBER]; member in struct:SegmentArrayLookupTable
79 LE_VAR_ARRAY(SegmentArrayLookupTable, segments)
H A DSegmentSingleProcessor2.cpp38 const LookupSegment *segments = segmentSingleLookupTable->segments; local
44 const LookupSegment *lookupSegment = segmentSingleLookupTable->lookupSegment(segmentSingleLookupTable, segments, thisGlyph, success);
H A DSegmentArrayProcessor.cpp37 const LookupSegment *segments = segmentArrayLookupTable->segments; local
43 const LookupSegment *lookupSegment = segmentArrayLookupTable->lookupSegment(segmentArrayLookupTable, segments, thisGlyph, success);
H A DSegmentArrayProcessor2.cpp37 const LookupSegment *segments = segmentArrayLookupTable->segments; local
43 const LookupSegment *lookupSegment = segmentArrayLookupTable->lookupSegment(segmentArrayLookupTable, segments, thisGlyph, success);
H A DSegmentSingleProcessor.cpp37 const LookupSegment *segments = segmentSingleLookupTable->segments; local
43 const LookupSegment *lookupSegment = segmentSingleLookupTable->lookupSegment(segmentSingleLookupTable, segments, thisGlyph, success);
H A DLookupTables.cpp27 const LookupSegment *BinarySearchLookupTable::lookupSegment(const LETableReference &base, const LookupSegment *segments, LEGlyphID glyph, LEErrorCode &success) const argument
34 LEReferenceTo<LookupSegment> entry(base, success, segments);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryCursor.h77 @discussion Pointer to a C function that outputs a single physical segment to an element in the array as defined by the segments and segmentIndex parameters.
79 @param segments Base of the output vector of DMA address length pairs.
80 @param segmentIndex Index to output 'segment' in the 'segments' array.
83 void * segments,
137 @discussion Generates a list of physical segments from the given memory descriptor, relative to the current position of the descriptor.
140 @param segments Void pointer to base of output physical scatter/gather list. Always passed directly onto the SegmentFunction without interpretation by the cursor.
141 @param maxSegments Maximum number of segments that can be written to segments array.
144 @result If the descriptor is exhausted of memory, a zero is returned, otherwise the number of segments that were filled in is returned.
149 void * segments,
219 getPhysicalSegments(IOMemoryDescriptor *descriptor, IOByteCount fromPosition, PhysicalSegment *segments, UInt32 maxSegments, UInt32 inMaxTransferSize = 0, IOByteCount *transferSize = 0) argument
295 getPhysicalSegments(IOMemoryDescriptor * descriptor, IOByteCount fromPosition, PhysicalSegment * segments, UInt32 maxSegments, UInt32 inMaxTransferSize = 0, IOByteCount * transferSize = 0) argument
369 getPhysicalSegments(IOMemoryDescriptor * descriptor, IOByteCount fromPosition, PhysicalSegment * segments, UInt32 maxSegments, UInt32 inMaxTransferSize = 0, IOByteCount * transferSize = 0) argument
[all...]
H A DIODMACommand.h103 @param segments Base of the output vector of DMA address length pairs.
104 @param segmentIndex Index to output 'segment' in the 'segments' array.
109 void *segments,
314 @discussion Generates a list of physical segments from the given memory descriptor, relative to the current position of the descriptor. The constraints that are set during initialisation will be respected. This function maintains the state across multiple calls for efficiency. However the state is discarded if the new offset is not the expected one.
316 @param segments Void pointer to base of output physical scatter/gather list. Always passed directly onto the SegmentFunction.
317 @param numSegments Input/output parameter Number of segments that can fit in the segment array and returns number of segments generated.
321 void *segments,
353 Segment32 *segments,
355 { return genIOVMSegments(offset, segments, numSegment
352 gen32IOVMSegments(UInt64 *offset, Segment32 *segments, UInt32 *numSegments) argument
360 gen64IOVMSegments(UInt64 *offset, Segment64 *segments, UInt32 *numSegments) argument
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DKeyValueCoding.py72 def avg(self, obj, segments):
73 path = u'.'.join(segments)
80 def count(self, obj, segments):
83 def distinctUnionOfArrays(self, obj, segments):
84 path = u'.'.join(segments)
96 def distinctUnionOfObjects(self, obj, segments):
97 path = u'.'.join(segments)
108 def max(self, obj, segments):
109 path = u'.'.join(segments)
112 def min(self, obj, segments)
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DKeyValueCoding.py72 def avg(self, obj, segments):
73 path = u'.'.join(segments)
80 def count(self, obj, segments):
83 def distinctUnionOfArrays(self, obj, segments):
84 path = u'.'.join(segments)
96 def distinctUnionOfObjects(self, obj, segments):
97 path = u'.'.join(segments)
108 def max(self, obj, segments):
109 path = u'.'.join(segments)
112 def min(self, obj, segments)
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ducsset.c81 * (U+0000 - U+7FFFFFFF) are divided into segments. For each segment,
116 segment_t segments[SEG_LEN]; member in struct:idn_ucsset
195 segment_t *segments; local
204 segments = ctx->segments;
213 segments[i].range_start = -1;
214 segments[i].range_end = -1;
246 if (segments[j].range_start < 0)
247 segments[j].range_start = i;
248 segments[
265 segment_t *segments; local
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/PyObjCTools/
H A DKeyValueCoding.py79 def avg(obj, segments):
80 path = '.'.join(segments)
88 def count(obj, segments):
92 def distinctUnionOfArrays(obj, segments):
93 path = '.'.join(segments)
114 def distinctUnionOfSets(obj, segments):
115 path = '.'.join(segments)
123 def distinctUnionOfObjects(obj, segments):
124 path = '.'.join(segments)
147 def max(obj, segments)
[all...]
/macosx-10.10/Libinfo-459/gen.subproj/
H A Drthdr.c298 inet6_rth_space(int type, int segments) argument
302 if ((segments >= 0) && (segments <= 127))
303 return (((segments * 2) + 1) << 3);
311 inet6_rth_init(void *bp, socklen_t bp_len, int type, int segments) argument
319 if (bp_len < inet6_rth_space(IPV6_RTHDR_TYPE_0, segments))
322 if ((segments < 0) || (segments > 127))
327 rth0->ip6r0_len = segments * 2;
349 /* Don't exceed the number of stated segments */
368 int i, segments; local
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCI.cpp204 IODMACommand::Segment64 segments[1]; local
208 err = cmd->gen64IOVMSegments(&offset, &segments[0], &numSeg);
210 err, segments[0].fIOVMAddr, segments[0].fLength, numSeg);
269 IODMACommand::Segment32 segments[1]; local
273 err = cmd->gen32IOVMSegments(&offset, &segments[0], &numSeg);
275 err, segments[0].fIOVMAddr, segments[0].fLength, numSeg);
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWSimpleContiguousPhysicalAddressSpace.cpp151 FWSegment segments[ 2 ]; local
156 status = getSegments( &offset_64, segments, &segment_count );
170 if( segments[0].length < getLength() )
178 _members->fFWPhysicalAddress = segments[0].address;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DRegion.h91 const Vector<int, 32>& shapeSegments() const { return m_shape.segments(); }
94 void setShapeSegments(const Vector<int>& segments) { m_shape.setSegments(segments); } argument
134 const Vector<int, 32>& segments() const { return m_segments; } function in class:WebCore::Region::Shape
137 void setSegments(const Vector<int>& segments) { m_segments = segments; } argument
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dattrvt.c40 int nb_seg; /* Number of segments */
51 void *segments[MAX_AVT_SEG]; member in struct:_xsltAttrVT
102 if (avt->segments[i] != NULL)
103 xmlFree((xmlChar *) avt->segments[i]);
105 xmlXPathFreeCompExpr((xmlXPathCompExprPtr) avt->segments[i]);
108 xmlXPathFreeCompExpr((xmlXPathCompExprPtr) avt->segments[i]);
110 if (avt->segments[i] != NULL)
111 xmlFree((xmlChar *) avt->segments[i]);
140 * needs to be added to the 'segments' array within the xsltAttrVT
154 memset(&avt->segments[av
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DReplaySession.js45 SegmentsChanged: "replay-session-segments-changed",
52 get segments()
59 // The replay manager won't update the session's list of segments nor create a new session.
68 var segmentIds = payload.segments;
81 console.error("Problem resolving segments: ", error);
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp137 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
138 for(std::vector<MachOLayoutAbstraction::Segment>::const_iterator it = segments.begin(); it != segments.end(); ++it) {
181 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
182 uint64_t slide = segments[0].newAddress() - segments[0].address();
183 for(std::vector<MachOLayoutAbstraction::Segment>::const_iterator it = segments.begin(); it != segments.end(); ++it) {
201 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
202 for(std::vector<MachOLayoutAbstraction::Segment>::const_iterator it = segments
323 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
338 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
351 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
364 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
732 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
755 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
910 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
995 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
1019 const std::vector<MachOLayoutAbstraction::Segment>& segments = fLayout.getSegments(); local
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drbt_rule.cpp48 * segments, or null if there are none. The array itself is adopted,
66 segments(0),
101 // We don't validate the segments array. The caller must
102 // guarantee that the segments are well-formed (that is, that
105 this->segments = segs;
173 segments = NULL;
176 segments = (UnicodeFunctor **)uprv_malloc(other.segmentsCount * sizeof(UnicodeFunctor *));
177 uprv_memcpy(segments, other.segments, other.segmentsCount*sizeof(segments[
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Dgmo.h94 /* The number of system dependent segments. */
96 /* Offset of table describing system dependent segments. */
129 /* Offset of static string segments in file. */
131 /* Alternating sequence of static and system dependent segments.
139 } segments[1]; member in struct:sysdep_string
142 /* Marker for the end of the segments[] array. This has the value 0xFFFFFFFF,
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dgmo.h94 /* The number of system dependent segments. */
96 /* Offset of table describing system dependent segments. */
129 /* Offset of static string segments in file. */
131 /* Alternating sequence of static and system dependent segments.
139 } segments[1]; member in struct:sysdep_string
142 /* Marker for the end of the segments[] array. This has the value 0xFFFFFFFF,
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShapeOutsideInfo.cpp309 SegmentList segments; local
311 computedShape().getExcludedIntervals((lineTop - logicalTopOffset()), std::min(lineHeight, shapeLogicalBottom() - lineTop), segments);
313 for (size_t i = 0; i < segments.size(); i++) {
314 segments[i].logicalLeft += logicalLeftOffset();
315 segments[i].logicalRight += logicalLeftOffset();
318 return segments;
334 SegmentList segments = computeSegmentsForLine(borderBoxLineTop, lineHeight); local
335 if (segments.size()) {
337 LayoutUnit rawLeftMarginBoxDelta = segments.first().logicalLeft + logicalLeftMargin;
341 LayoutUnit rawRightMarginBoxDelta = segments
[all...]

Completed in 197 milliseconds

123