Searched refs:maxCount (Results 1 - 20 of 20) sorted by path

/macosx-10.10.1/Chess-310.6/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.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c16302 u32 maxCount; /* Maximum instantaneous currentCount */ member in struct:Mem5Global
16481 if( mem5.maxCount<mem5.currentCount ) mem5.maxCount = mem5.currentCount;
16739 fprintf(out, "mem5.maxCount = %u\n", mem5.maxCount);
[all...]
/macosx-10.10.1/ICU-531.30/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 Drematch.cpp3449 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; local
3451 U_ASSERT(maxCount>=minCount || maxCount==-1);
3457 if (maxCount == -1) {
3459 } else if (maxCount == 0) {
3472 int32_t maxCount = (int32_t)pat[opValue+3]; local
3474 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) {
3475 U_ASSERT(*pCounter == maxCount);
3479 if (maxCount
3507 int32_t maxCount = (int32_t)pat[instrOperandLoc+2]; local
3532 int32_t maxCount = (int32_t)pat[opValue+3]; local
[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1491 IOFBLineSeg * segs, uint16_t count, uint16_t maxCount,
1499 while (count < maxCount)
1521 //IOLog("max error seg 0x%x, 0x%x count %d, target %d\n", segs[idx].start, segs[idx].end, count, maxCount);
1546 uint16_t desiredError, uint16_t maxCount,
1556 maxCount += 3;
1557 segs = IONew(IOFBLineSeg, maxCount);
1565 segs, 3, maxCount,
1568 IODelete(segs, IOFBLineSeg, maxCount);
1627 uint32_t maxCount; local
1633 maxCount
1489 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
1542 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.10.1/IOGraphics-485/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.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDDevice.cpp1401 UInt32 maxCount )
1405 UInt32 count = maxCount;
1413 IOMalloc( maxCount * sizeof(HIDCollectionExtendedNode) );
1455 IOFree( collections, maxCount * sizeof(HIDCollectionExtendedNode) );
1480 UInt32 maxCount )
1484 UInt32 count = maxCount;
1490 if ( maxCount == 0 )
1498 buttons = (HIDButtonCapabilitiesPtr) IOMalloc( maxCount *
1535 IOFree( buttons, maxCount * sizeof(HIDButtonCapabilities) );
1547 UInt32 maxCount )
[all...]
H A DIOHIDDevice.h148 UInt32 maxCount );
154 UInt32 maxCount );
160 UInt32 maxCount );
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIKeyboardMapper.cpp1605 StickyKeys_ToggleInfo * IOHIKeyboardMapper::stickyKeysAllocToggleInfo (unsigned maxCount) argument
1614 (sizeof(AbsoluteTime) * (maxCount - 1));
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboardMapper.h234 static StickyKeys_ToggleInfo * stickyKeysAllocToggleInfo (unsigned maxCount);
/macosx-10.10.1/IOKitUser-1050.1.21/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.10.1/IONetworkingFamily-101/
H A DIONetworkController.cpp2334 uint32_t maxCount,
2332 pollInputPackets( IONetworkInterface * interface, uint32_t maxCount, IOMbufQueue * pollQueue, void * context ) argument
H A DIONetworkController.h1608 @param maxCount The maximum number of packets that the poller can accept.
1620 uint32_t maxCount,
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,
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebView.mm1935 - (void)_countStringMatches:(NSString *)string options:(_WKFindOptions)options maxCount:(NSUInteger)maxCount
1937 _page->countStringMatches(string, toFindOptions(options), maxCount);
1940 - (void)_findString:(NSString *)string options:(_WKFindOptions)options maxCount:(NSUInteger)maxCount
1942 _page->findString(string, toFindOptions(options), maxCount);
H A DWKWebViewPrivate.h179 - (void)_findString:(NSString *)string options:(_WKFindOptions)options maxCount:(NSUInteger)maxCount;
180 - (void)_countStringMatches:(NSString *)string options:(_WKFindOptions)options maxCount:(NSUInteger)maxCount;
/macosx-10.10.1/msdosfs-209.1.1/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,
1669 * at least maxCount contiguous clusters. The found extent is returned in
1672 int msdosfs_find_next_free(struct msdosfsmount *pmp, uint32_t start, uint32_t end, uint32_t maxCount, argument
1683 KERNEL_DEBUG_CONSTANT(MSDOSFS_FIND_NEXT_FREE|DBG_FUNC_START, pmp, start, end, maxCount, 0);
1685 while (found < maxCount && cn < end)
1699 while (found < maxCount && cn < end && entry < block_end)
/macosx-10.10.1/xnu-2782.1.97/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++) {

Completed in 647 milliseconds