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

/macosx-10.10/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_md5.c12 static void setCount(MD5_CTX *ctx, uint64_t count) function
21 setCount(md5_ctx, ccdigest_nbits(di, di_ctx)/8+ccdigest_num(di, di_ctx));
H A Dcorecrypto_sha1.c13 static void setCount(SHA1_CTX *ctx, uint64_t count) function
21 setCount(sha1_ctx, ccdigest_nbits(di, di_ctx)/8+ccdigest_num(di, di_ctx));
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddigitlst.h333 void setCount(int32_t c);
H A Ddigitlst.cpp312 DigitList::setCount(int32_t c) { function in class:DigitList
/macosx-10.10/AppleRAID-4.0.6/
H A Dartest.c497 CFIndex setCount = theList ? CFArrayGetCount(theList) : 0; local
499 printf("AppleRAIDGetListOfSets found %d sets\n", (int)setCount); fflush(stdout);
503 for (i=0; i < setCount; i++) {
766 CFIndex setCount = theList ? CFArrayGetCount(theList) : 0; local
769 for (i=0; i < setCount; i++) {
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dclass-builder.m65 int setCount = [(NSNumber *)[kvoDict objectForKey:key] intValue] + 1;
66 n = [[NSNumber alloc] initWithInt:setCount];
69 if (setCount != 1) {
73 int setCount = [(NSNumber *)[kvoDict objectForKey:key] intValue] - 1;
74 if (setCount != 0) {
75 n = [[NSNumber alloc] initWithInt:setCount];
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dclass-builder.m67 int setCount = [(NSNumber *)[kvoDict objectForKey:key] intValue] + 1;
68 n = [[NSNumber alloc] initWithInt:setCount];
71 if (setCount != 1) {
75 int setCount = [(NSNumber *)[kvoDict objectForKey:key] intValue] - 1;
76 if (setCount != 0) {
77 n = [[NSNumber alloc] initWithInt:setCount];
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dclass-builder.m67 int setCount = [(NSNumber *)[kvoDict objectForKey:key] intValue] + 1;
68 n = [[NSNumber alloc] initWithInt:setCount];
71 if (setCount != 1) {
75 int setCount = [(NSNumber *)[kvoDict objectForKey:key] intValue] - 1;
76 if (setCount != 0) {
77 n = [[NSNumber alloc] initWithInt:setCount];

Completed in 239 milliseconds