Searched refs:count (Results 476 - 500 of 5314) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/BerkeleyDB-21/db/test_micro/source/
H A Db_load.c18 int ch, i, count, duplicate; local
23 count = 100000;
32 count = atoi(optarg);
111 /* Insert count in-order key/data pairs. */
118 for (i = 0; i < count; ++i) {
129 for (i = 0; i < count; ++i) {
137 for (i = 0, recno = 1; i < count; ++i, ++recno)
146 count, ts, duplicate ? "duplicate " : "");
147 TIMER_DISPLAY(count);
158 "usage: b_load [-d] [-C cachesz] [-c count] [
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_add_oid_set_member.c73 n = (*oid_set)->count + 1;
80 (*oid_set)->count = n;
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dget_princs_s.c42 int count; member in struct:foreach_data
49 tmp = realloc(d->princs, (d->count + 1) * sizeof(*tmp));
53 d->princs[d->count++] = princ;
83 int *count)
104 d.count = 0;
112 *count = d.count - 1;
114 kadm5_free_name_list(context, d.princs, &d.count);
80 kadm5_s_get_principals(void *server_handle, const char *expression, char ***princs, int *count) argument
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducmndata.c76 uint32_t count; member in struct:__anon781
78 PointerTOCEntry entry[2]; /* Actual size is from count. */
119 const UDataOffsetTOCEntry *toc, int32_t count) {
121 int32_t limit=count;
129 if(count==0) {
164 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { argument
166 int32_t limit=count;
174 if(count==0) {
212 retVal = toc->count;
225 int32_t number, count local
118 offsetTOCPrefixBinarySearch(const char *s, const char *names, const UDataOffsetTOCEntry *toc, int32_t count) argument
275 int32_t number, count=(int32_t)toc->count; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dchoicfmt.h194 * @param count Size of 'limits' and 'formats' arrays.
199 int32_t count );
212 * @param count Size of 'limits', 'closures', and 'formats' arrays
218 int32_t count);
305 * @param count The size of the above arrays.
310 int32_t count );
319 * @param count The size of the above arrays
325 int32_t count);
331 * @param count Will be set to 0.
335 virtual const double* getLimits(int32_t& count) cons
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DContextualGlyphInsertionProc2.cpp44 le_int16 count,
48 LEGlyphID *insertGlyphs = glyphStorage.insertGlyphs(atGlyph, count + 1, success);
64 insertGlyphs[count] = glyphStorage[atGlyph];
67 while(count--) {
85 le_int16 count = (flags & cgiMarkedInsertCountMask) >> 5; local
88 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success);
93 le_int16 count = flags & cgiCurrentInsertCountMask; local
96 doInsertion(glyphStorage, currGlyph, currIndex, count, isKashidaLike, isBefore, success);
41 doInsertion(LEGlyphStorage &glyphStorage, le_int16 atGlyph, le_int16 &index, le_int16 count, le_bool , le_bool isBefore, LEErrorCode &success) argument
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/statements/
H A Ddo_while.js38 var count = 0; variable
49 testcases[count++] = new TestCase( SECTION, "do_while ",
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest000-rootdse54 count=2
57 count=3
75 if test $RC != $count ; then
76 echo ">>>>> Test failed: expected $count entries, got" $RC
/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Dm_ecdsa.c122 static int update(EVP_MD_CTX *ctx,const void *data,size_t count) argument
123 { return SHA1_Update(ctx->md_data,data,count); }
/macosx-10.10.1/Security-57031.1.35/Security/Keychain Circle Notification/
H A DNSArray+mapWithBlock.m31 NSMutableArray *mapped = [[NSMutableArray alloc] initWithCapacity:self.count];
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DMarshallingHelpers.cpp143 long count = 0; local
147 ::SafeArrayPutElement(sa, &count, bstr); // SafeArrayPutElement() copies the string correctly.
148 count++;
158 long count = 0; local
162 ::SafeArrayPutElement(sa, &count, &number);
163 count++;
171 long count = 0; local
175 ::SafeArrayPutElement(sa, &count, &value);
176 count++;
179 ::SafeArrayPutElement(sa, &count,
198 long count = 0; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNPRuntimeUtilities.h47 template<typename T> T* npnMemNewArray(size_t count) argument
49 return static_cast<T*>(npnMemAlloc(sizeof(T) * count));
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dtwr_dnet.c136 ** structure (includes the floor count as the first
166 unsigned32 count,
228 twr_t_length = twr_c_tower_flr_count_size; /* to store floor count */
230 for ( count = 0; count < floor_count; count++ )
233 twr_t_length += related_data_size[count];
277 for (count = 0; count < floor_count; count
165 unsigned32 count, local
377 unsigned16 count, local
[all...]
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Ddispqlen.d45 lquantize(curthread->last_processor->runq.count, 0, 64, 1);
H A Dintbycpu.d42 sdt:::interrupt-start { @num[cpu] = count(); }
H A Diopending14 # [-m mount_point] [interval [count]]
28 # count number of samples @ 1000 Hz
66 interval=5; count=-1
78 [-m mount_point] [interval [count]]
101 count=$1; shift
127 inline int COUNTER = '$count';
178 /* increase event pending count */
188 /* decrease event pending count */
H A Dsigdist.d53 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
H A Dsyscallbypid.d46 @num[pid, execname, probefunc] = count();
H A Dxcallsbypid.d43 @num[pid, execname] = count();
/macosx-10.10.1/dtrace-147/DTTk/Cpu/
H A Ddispqlen.d45 lquantize(curthread->last_processor->runq.count, 0, 64, 1);
H A Dintbycpu.d42 sdt:::interrupt-start { @num[cpu] = count(); }
H A Dxcallsbypid.d43 @num[pid, execname] = count();
/macosx-10.10.1/dtrace-147/DTTk/Disk/
H A Diopending14 # [-m mount_point] [interval [count]]
28 # count number of samples @ 1000 Hz
66 interval=5; count=-1
78 [-m mount_point] [interval [count]]
101 count=$1; shift
127 inline int COUNTER = '$count';
178 /* increase event pending count */
188 /* decrease event pending count */
/macosx-10.10.1/dtrace-147/DTTk/Proc/
H A Dsigdist.d53 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
H A Dsyscallbypid.d46 @num[pid, execname, probefunc] = count();

Completed in 281 milliseconds

<<11121314151617181920>>