Searched refs:counter (Results 101 - 125 of 431) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drand-timer.c46 static volatile int counter; variable
56 gdata[igdata++] ^= counter & 0xff;
146 counter++;
H A Dmd5.c39 #define A m->counter[0]
40 #define B m->counter[1]
41 #define C m->counter[2]
42 #define D m->counter[3]
255 r[4*i] = m->counter[i] & 0xFF;
256 r[4*i+1] = (m->counter[i] >> 8) & 0xFF;
257 r[4*i+2] = (m->counter[i] >> 16) & 0xFF;
258 r[4*i+3] = (m->counter[i] >> 24) & 0xFF;
267 r[i] = swap_uint32_t (m->counter[i]);
/macosx-10.10.1/network_cmds-457/spray.tproj/
H A Dspray.c197 if (host_stats.counter != count) {
198 int packets_dropped = count - host_stats.counter;
211 print_xferstats(host_stats.counter, length, xmit_time);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dxml__tcl.tcl39 variable counter 0
199 variable counter
200 return xmlparser[incr counter]
/macosx-10.10.1/apache-793/httpd/modules/examples/
H A Dmod_example_ipc.c42 * The module allocates a counter in shared memory, which is incremented by the
84 apr_uint64_t counter; member in struct:exipc_data
170 base->counter = 0;
235 * status page to the client, is to increment the counter in
298 /* Increment the counter */
300 base->counter++;
301 /* Send a page with our pid and the new value of the counter. */
308 (unsigned int)base->counter);
313 * what the counter is, because without the lock the value could
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPSIMAKAPersistentState.h67 uint16_t counter);
H A DEAPSIMAKAPersistentState.c257 uint16_t counter; member in struct:EAPSIMAKAPersistentState
327 return (persist->counter);
332 uint16_t counter)
334 persist->counter = counter;
385 CFNumberRef counter; local
390 counter
397 if (counter != NULL
406 CFNumberGetValue(counter, kCFNumberSInt16Type,
463 CFNumberRef counter; local
331 EAPSIMAKAPersistentStateSetCounter(EAPSIMAKAPersistentStateRef persist, uint16_t counter) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/runtime/libprofile/
H A DGCDAProfiling.c99 * --- LLVM line counter API ---
144 uint64_t *counter; local
150 counter = counters[pred];
154 if (counter)
155 ++*counter;
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/Sample/
H A Dracoon.conf41 counter 10; # maximum trying count to send.
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dfindoptdiff75 #counter=0
80 diffs="diffs."$((counter++))
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dtree_c.tcl44 long int counter;
65 tdg->counter = 0;
71 tdg->counter ++;
72 sprintf (tdg->buf, "tree%d", tdg->counter);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A DpkgIndex.tcl5 package ifneeded tcl::transform::counter 1 [list source [list [file join $dir counter.tcl]]]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Ddns.c197 u_int counter; local
249 for (counter = 0; counter < fingerprints->rri_nrdatas; counter++) {
256 fingerprints->rri_rdatas[counter].rdi_data,
257 fingerprints->rri_rdatas[counter].rdi_length)) {
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib506.c40 int counter; member in struct:userdata
81 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter);
82 user->counter++;
117 printf("unlock: %-6s [%s]: %d\n", what, user->text, user->counter);
118 user->counter++;
187 user.counter = 0;
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DImmutableSetTest.cpp22 int counter; member in struct:__anon10532::ImmutableSetTest::MyIter
25 MyIter() : counter(0), ptr(buffer) {
30 ++counter;
162 ASSERT_EQ(6, obj.counter);
167 ASSERT_EQ(3, obj2.counter);
172 ASSERT_EQ(0, obj3.counter);
/macosx-10.10.1/misc_cmds-33/units/
H A Dunits.c241 int counter = 1; local
249 counter++;
251 if (counter > 1)
252 printf("%s%d", powerstring, counter);
255 counter = 1;
258 if (counter > 1)
259 printf("%s%d", powerstring, counter);
260 counter = 1;
265 counter++;
267 if (counter >
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/ipc/
H A Dcommon.c147 long counter; member in struct:heim_isemaphore
165 s->counter = value;
186 /* if counter hits below zero, we get to wait */
187 if (--s->counter < 0) {
220 wakeup = (++s->counter == 0) ;
237 if (s->counter != 0)
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlregexp.c10 * - RELAX-NG/TREX i.e. the counter proposal
217 int counter; member in struct:_xmlRegTrans
1131 if (trans->counter >= 0) {
1132 fprintf(output, "counted %d, ", trans->counter);
1266 xmlRegexpErrMemory(ctxt, "allocating counter");
1276 xmlRegexpErrMemory(ctxt, "allocating counter");
1308 xmlRegexpErrMemory(ctxt, "allocating counter");
1350 int counter, int count) {
1372 (trans->counter == counter)
1348 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1505 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1524 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1601 int counter; local
1771 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument
3251 xmlRegCounterPtr counter; local
3288 xmlRegCounterPtr counter; local
3395 xmlRegCounterPtr counter; local
3835 xmlRegCounterPtr counter; local
3873 xmlRegCounterPtr counter; local
3896 xmlRegCounterPtr counter; local
3921 xmlRegCounterPtr counter; local
4292 xmlRegCounterPtr counter = NULL; local
5871 int counter; local
5957 int counter; local
6026 int counter; local
6105 int counter; local
6245 xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
6269 xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlregexp.c10 * - RELAX-NG/TREX i.e. the counter proposal
214 int counter; member in struct:_xmlRegTrans
1127 if (trans->counter >= 0) {
1128 fprintf(output, "counted %d, ", trans->counter);
1262 xmlRegexpErrMemory(ctxt, "allocating counter");
1272 xmlRegexpErrMemory(ctxt, "allocating counter");
1304 xmlRegexpErrMemory(ctxt, "allocating counter");
1346 int counter, int count) {
1368 (trans->counter == counter)
1344 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1501 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1520 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1597 int counter; local
1767 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument
3243 xmlRegCounterPtr counter; local
3280 xmlRegCounterPtr counter; local
3387 xmlRegCounterPtr counter; local
3825 xmlRegCounterPtr counter; local
3863 xmlRegCounterPtr counter; local
3886 xmlRegCounterPtr counter; local
3911 xmlRegCounterPtr counter; local
4282 xmlRegCounterPtr counter = NULL; local
5857 int counter; local
5943 int counter; local
6012 int counter; local
6091 int counter; local
6231 xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
6255 xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dh/
H A Ddh_lib.c136 ret->counter = NULL;
176 if (r->counter != NULL) BN_clear_free(r->counter);
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A Dutil.c324 size_t counter; local
334 for (counter = 1; counter <= S16(ndp->numRecords); counter++) {
336 uint16_t recOffset = S16(indices[-counter]);
344 fprintf(stderr, "%s: skipping node record %zu because it is type %#x, at offset %u keyLength %zu\n", __FUNCTION__, counter, S16(fp->recordType), recOffset, keyLength);
349 fprintf(stderr, "%s: node record %zu, file id = %u\n", __FUNCTION__, counter, S32(fp->fileID));
378 size_t counter; local
388 for (counter = 1; counter <
[all...]
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-septel.c84 int counter = 0; local
114 counter++ ;
117 while ((m == NULL)&& (counter< 100)) ;
/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dqmqp-sink.c34 /* Display a running counter that is updated whenever a delivery
95 static int counter; variable
105 counter++;
106 vstream_printf("%d\r", counter);
/macosx-10.10.1/shell_cmds-179/locate/locate/
H A Dutil.c140 print_matches(counter)
141 u_int counter;
143 (void)printf("%d\n", counter);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/coroutine/
H A Dcoroutine.tcl359 variable counter
360 return [namespace current]::C[incr counter]
368 variable counter 0

Completed in 590 milliseconds

1234567891011>>