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

<<11121314151617181920>>

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DLine.h44 static_assert(lineSize / minimumObjectSize < maxRefCount, "maximum object count must fit in Line");
84 inline void Line<Traits>::concurrentRef(unsigned char count) argument
87 BASSERT(count <= maxRefCount);
88 m_refCount = count;
92 inline bool Line<Traits>::deref(std::lock_guard<StaticMutex>&, unsigned char count) argument
94 BASSERT(count <= m_refCount);
95 m_refCount -= count;
/macosx-10.10/cups-408/cups/cups/
H A Dbackchannel.c110 ssize_t count; /* Current bytes */ local
145 count = (ssize_t)_write(3, buffer, (unsigned)(bytes - total));
147 count = write(3, buffer, bytes - total);
150 if (count < 0)
162 * Write succeeded, update buffer pointer and total count...
165 buffer += count;
166 total += (size_t)count;
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dwarnless.h67 ssize_t curlx_read(int fd, void *buf, size_t count);
69 ssize_t curlx_write(int fd, const void *buf, size_t count);
73 # define read(fd, buf, count) curlx_read(fd, buf, count)
75 # define write(fd, buf, count) curlx_write(fd, buf, count)
/macosx-10.10/libpthread-105.1.4/src/
H A Dthread_setup.c69 mach_msg_type_number_t count = i386_THREAD_STATE_COUNT; local
73 mach_msg_type_number_t count = x86_THREAD_STATE64_COUNT;
77 mach_msg_type_number_t count = ARM_THREAD_STATE_COUNT;
86 &count); local
129 (void)thread_set_state(_pthread_kernel_thread(thread), flavor, (thread_state_t)&state, count); local
135 (void)thread_create_running(mach_task_self(), flavor, (thread_state_t)&state, count, &kernel_thread); local
/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/tests/
H A Dtest_object.py18 count = 0
20 count += 1
27 self.assertGreater(count, 0)
35 count = 0
37 count += 1
44 self.assertGreater(count, 0)
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_prng_dev.c115 ssize_t count; local
126 count = timed_read(dev->fd, buffer, rand_bytes, dev->timeout, (void *) 0);
127 if (count > 0) {
130 myname, (long) count, dev->name);
131 RAND_seed(buffer, count);
137 return (count);
/macosx-10.10/ruby-106/ruby/lib/
H A Dmonitor.rb108 count = @monitor.__send__(:mon_exit_for_cond)
113 @monitor.__send__(:mon_enter_for_cond, count)
250 def mon_enter_for_cond(count)
252 @mon_count = count
256 count = @mon_count
259 return count
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/templates/
H A Dmd_template.c180 if ((s->count + bufLen) < CHUNK_SIZE) {
186 memcpy ((VOID*) (s->buf + s->count), (VOID*) buffer, bufLen);
187 s->count += bufLen;
195 int k = CHUNK_SIZE - s->count;
198 memcpy ((VOID*) (s->buf + s->count), (VOID*) buffer, k);
213 s->count = bufLen;
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DCounter.xotcl15 Class Counter -superclass HtmlDocument -parameter {{count 0}}
19 my persistent count ;### make count variable persistent
25 return "<HTML>The value in $objName is now: [my set count].<p>
31 my incr count
H A DCounter3.xotcl14 Class Counter -parameter {{count 1}}
16 my incr count
23 my persistent count ;### make count variable persistent
29 return "<HTML>The value in $objName is [my set count].<p>
/macosx-10.10/uucp-11/uucp/contrib/
H A DLogin.VMS32 count
46 count
57 count
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSOrderedSet.cpp79 count = 0;
118 unsigned int OSOrderedSet::getCount() const { return count; }
167 for (i = 0; i < count; i++)
170 count = 0;
177 unsigned int newCount = count + 1;
179 if ((index > count) || !anObject)
190 if (index != count) {
191 for (i = count; i > index; i--)
197 count++;
210 return( setObject( count, anObjec
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/DYLD_VERSIONED_FRAMEWORK_PATH-basic/
H A Dmain.c41 uint32_t count = _dyld_image_count(); local
42 for(uint32_t i=0; i < count; ++i) {
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/image-slide/
H A Dmain.c34 int count = _dyld_image_count(); local
35 for(int i=0; i < count; ++i) {
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/rpath-introspection/
H A Dmain.c38 int count = _dyld_image_count(); local
40 for(int i=0; i < count; ++i) {
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_load.c18 int ch, i, count, duplicate; local
23 count = 100000;
33 count = atoi(optarg);
112 /* Insert count in-order key/data pairs. */
119 for (i = 0; i < count; ++i) {
130 for (i = 0; i < count; ++i) {
138 for (i = 0, recno = 1; i < count; ++i, ++recno)
147 count, ts, duplicate ? "duplicate " : "");
148 TIMER_DISPLAY(count);
159 "usage: b_load [-d] [-C cachesz] [-c count] [
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr030/
H A Dchk.build78 count=0
81 count=$(expr $count + 1)
82 dir="scr030.$count"
/macosx-10.10/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/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/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/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/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/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/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/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

Completed in 389 milliseconds

<<11121314151617181920>>