Searched refs:maxCount (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dquant.cpp26 // assert(minCount <= maxCount);
29 this->maxCount = _maxCount;
37 maxCount(o.maxCount)
69 while (count < maxCount) {
103 if (maxCount == 1) {
105 } else if (maxCount == MAX) {
109 } else if (minCount == 1 && maxCount == MAX) {
115 if (maxCount != MAX) {
116 ICU_Utility::appendNumber(result, maxCount);
[all...]
H A Dquant.h29 uint32_t minCount, uint32_t maxCount);
117 uint32_t maxCount; member in class:Quantifier
H A Ducol_bld.h44 int32_t maxCount; member in struct:__anon1154
H A Ducol_wgt.cpp326 uint32_t maxCount; local
351 maxCount=0;
353 maxCount+=(uint32_t)ranges[i].count*powers[4-ranges[i].length];
355 if(maxCount>=n) {
357 printf("the maximum number of %lu weights is sufficient for n=%lu\n", maxCount, n);
361 printf("error: the maximum number of %lu weights is insufficient for n=%lu\n", maxCount, n);
386 maxCount=0;
389 maxCount+=ranges[rangeCount].count2;
391 } while(n>maxCount);
H A Drematch.cpp3492 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; local
3494 U_ASSERT(maxCount>=minCount || maxCount==-1);
3500 if (maxCount == 0) {
3513 int32_t maxCount = (int32_t)pat[opValue+3]; local
3521 if ((uint64_t)*pCounter >= (uint32_t)maxCount) {
3522 U_ASSERT(*pCounter == maxCount || maxCount == -1);
3544 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; local
3546 U_ASSERT(maxCount>
3566 int32_t maxCount = (int32_t)pat[opValue+3]; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzFace.cpp105 static const unsigned maxCount = 32; local
107 unsigned scriptCount = maxCount;
108 hb_tag_t scriptTags[maxCount];
111 unsigned languageCount = maxCount;
112 hb_tag_t languageTags[maxCount];
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCMoveTableViewAccessibility.mm257 - (NSArray *)accessibilityArrayAttributeValues:(NSString *)attribute index:(NSUInteger)index maxCount:(NSUInteger)maxCount
262 while (index++ < numKids && maxCount--)
267 return [super accessibilityArrayAttributeValues:attribute index:index maxCount:maxCount];
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDDevice.h145 UInt32 maxCount );
151 UInt32 maxCount );
157 UInt32 maxCount );
H A DIOHIDDevice.cpp1374 UInt32 maxCount )
1378 UInt32 count = maxCount;
1386 IOMalloc( maxCount * sizeof(HIDCollectionExtendedNode) );
1428 IOFree( collections, maxCount * sizeof(HIDCollectionExtendedNode) );
1453 UInt32 maxCount )
1457 UInt32 count = maxCount;
1463 if ( maxCount == 0 )
1471 buttons = (HIDButtonCapabilitiesPtr) IOMalloc( maxCount *
1508 IOFree( buttons, maxCount * sizeof(HIDButtonCapabilities) );
1520 UInt32 maxCount )
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/
H A Dchud_thread.c453 int i, maxCount = *count; local
454 for(i=0; i<maxCount; i++) {
491 int i, maxCount = *count; local
492 for(i=0; i<maxCount; i++) {
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleRule.cpp276 Vector<RefPtr<StyleRule> > StyleRule::splitIntoMultipleRulesWithMaximumSelectorComponentCount(unsigned maxCount) const
278 ASSERT(selectorList().componentCount() > maxCount);
288 if (componentsInThisSelector.size() + componentsSinceLastSplit.size() > maxCount && !componentsSinceLastSplit.isEmpty()) {
/macosx-10.9.5/IOKitUser-907.100.13/hidsystem.subproj/
H A DIOEventStatusAPI.c417 unsigned int maxCount,
434 if ( !typeRef || (CFGetTypeID(typeRef) != CFArrayGetTypeID()) || !parameterArray || !maxCount)
441 if( maxCount < *returnedCount)
442 *returnedCount = maxCount;
415 NXEvGetParameterInt( NXEventHandle handle, CFStringRef parameterName, unsigned int maxCount, unsigned int *parameterArray, unsigned int *returnedCount) argument
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.cpp1124 UInt maxCount; local
1151 maxCount = ifmr->ifm_count;
1152 if (maxCount == 0)
1155 if (maxCount > mediumCount)
1157 maxCount = mediumCount;
1159 else if (maxCount < mediumCount)
1182 typeListSize = maxCount * sizeof(UInt32);
1196 (mediumCount < maxCount) )
2485 uint32_t maxCount,
2495 if (!maxCount || !packetHea
2484 dequeueOutputPackets( uint32_t maxCount, mbuf_t * packetHead, mbuf_t * packetTail, uint32_t * packetCount, uint64_t * packetBytes ) argument
2575 dequeueOutputPacketsWithServiceClass( uint32_t maxCount, IOMbufServiceClass serviceClass, mbuf_t * packetHead, mbuf_t * packetTail, uint32_t * packetCount, uint64_t * packetBytes ) argument
[all...]
H A DIONetworkInterface.h1280 @param maxCount The maximum number of packets to dequeue. This value must
1295 uint32_t maxCount,
1307 @param maxCount The maximum number of packets to dequeue. This value must
1324 uint32_t maxCount,
H A DIONetworkController.h1608 @param maxCount The maximum number of packets that the poller can accept.
1620 uint32_t maxCount,
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboardMapper.h234 static StickyKeys_ToggleInfo * stickyKeysAllocToggleInfo (unsigned maxCount);
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dfitline.c501 IOFBLineSeg * segs, uint16_t count, uint16_t maxCount,
509 while (count < maxCount)
519 assert ((furthest+1) < maxCount);
532 //printf("max error seg 0x%x, 0x%x count %d, target %d\n", segs[idx].start, segs[idx].end, count, maxCount);
557 uint16_t desiredError, uint16_t maxCount,
569 maxCount += 3;
570 segs = malloc(maxCount * sizeof(IOFBLineSeg));
571 memset(segs, 0xee, maxCount * sizeof(IOFBLineSeg));
576 segs, 3, maxCount,
634 uint16_t maxCount local
499 IOFBSimplifySegs(const uint16_t data[], uint16_t srcDataCount, uint16_t desiredError, uint16_t * maxError, IOFBLineSeg * segs, uint16_t count, uint16_t maxCount, IOFBBootGamma * bootGamma) argument
553 IOFBCompressGamma( IOFBBootGamma * bootGamma, uint16_t channelCount, uint16_t srcDataCount, uint16_t dataWidth, const void * _data, uint16_t desiredError, uint16_t maxCount, uint16_t * maxError) argument
[all...]
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_fat.c1660 int msdosfs_find_next_free(struct msdosfsmount *pmp, uint32_t start, uint32_t end, uint32_t maxCount,
1671 * at least maxCount contiguous clusters. The found extent is returned in
1674 int msdosfs_find_next_free(struct msdosfsmount *pmp, uint32_t start, uint32_t end, uint32_t maxCount, argument
1685 KERNEL_DEBUG_CONSTANT(MSDOSFS_FIND_NEXT_FREE|DBG_FUNC_START, pmp, start, end, maxCount, 0);
1687 while (found < maxCount && cn < end)
1701 while (found < maxCount && cn < end && entry < block_end)
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dwbnf.cpp738 Repeat(Pick * base, int minCount =0, int maxCount = 1, Buffer_int * weights = NULL):
739 wr(weights, maxCount-minCount +1) {
742 this->max = maxCount;
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcitertst.c1704 int maxCount = 0; local
1749 maxCount = sizeof(locale)/sizeof(locale[0]);
1751 maxCount = uloc_countAvailable();
1753 while (count < maxCount) {
/macosx-10.9.5/WebCore-7537.78.1/accessibility/mac/
H A DWebAccessibilityObjectWrapperMac.mm3694 - (NSArray *)accessibilityArrayAttributeValues:(NSString *)attribute index:(NSUInteger)index maxCount:(NSUInteger)maxCount
3709 NSUInteger arrayLength = min(childCount - index, maxCount);
3713 return [super accessibilityArrayAttributeValues:attribute index:index maxCount:maxCount];
3721 unsigned available = min(childCount - index, maxCount);
3738 return [super accessibilityArrayAttributeValues:attribute index:index maxCount:maxCount];
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPage.h251 void findStringMatchingRanges(const String&, FindOptions, int maxCount, Vector<RefPtr<Range> >*, int& indexForSelection);
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp1472 IOFBLineSeg * segs, uint16_t count, uint16_t maxCount,
1480 while (count < maxCount)
1502 //IOLog("max error seg 0x%x, 0x%x count %d, target %d\n", segs[idx].start, segs[idx].end, count, maxCount);
1527 uint16_t desiredError, uint16_t maxCount,
1537 maxCount += 3;
1538 segs = IONew(IOFBLineSeg, maxCount);
1546 segs, 3, maxCount,
1549 IODelete(segs, IOFBLineSeg, maxCount);
1608 uint32_t maxCount; local
1614 maxCount
1470 IOFBSimplifySegs(const uint16_t data[], uint16_t srcDataCount, uint16_t desiredError, uint16_t * maxError, IOFBLineSeg * segs, uint16_t count, uint16_t maxCount, IOFBBootGamma * bootGamma) argument
1523 IOFBCompressGamma( IOFBBootGamma * bootGamma, uint16_t channelCount, uint16_t srcDataCount, uint16_t dataWidth, const void * _data, uint16_t desiredError, uint16_t maxCount, uint16_t * maxError) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DGraphicsContext3DOpenGLCommon.cpp667 void GraphicsContext3D::getAttachedShaders(Platform3DObject program, GC3Dsizei maxCount, GC3Dsizei* count, Platform3DObject* shaders) argument
674 ::glGetAttachedShaders(program, maxCount, count, shaders);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIKeyboardMapper.cpp1601 StickyKeys_ToggleInfo * IOHIKeyboardMapper::stickyKeysAllocToggleInfo (unsigned maxCount) argument
1610 (sizeof(AbsoluteTime) * (maxCount - 1));

Completed in 507 milliseconds

12