Searched refs:counter (Results 1 - 25 of 431) sorted by relevance

1234567891011>>

/macosx-10.10.1/libclosure-65/escapeTests/
H A Descape4.m23 int counter = 0;
24 while (counter < 10) {
27 if (counter > 5) {
31 ++counter;
H A Descape3.m20 for (int counter = 0; counter < 10; ++counter) {
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A Dcomparison.c31 for (size_t counter = 0; counter < count; counter++) {
32 error_counter |= first[counter] ^ second[counter];
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A Dcomparison.c31 for (size_t counter = 0; counter < count; counter++) {
32 error_counter |= first[counter] ^ second[counter];
/macosx-10.10.1/libclosure-65/objectTests/
H A Ddispatch_async.c18 __block CFIndex counter; local
23 counter = 0;
29 counter++;
32 counter--;
33 if(counter == 0) {
37 if(counter == 0) {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/counter/
H A DpkgIndex.tcl12 package ifneeded counter 2.0.4 [list source [file join $dir counter.tcl]]
H A Dcounter.tcl0 # counter.tcl --
10 # RCS: @(#) $Id: counter.tcl,v 1.23 2005/09/30 05:36:38 andreas_kupries Exp $
14 namespace eval ::counter {
16 # Variables of name counter::T-$tagname
17 # are created as arrays to support each counter.
45 # ::counter::init --
47 # Set up a counter.
50 # tag The identifier for the counter. Pass this to counter::count
51 # args option values pairs that define characteristics of the counter
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DCounter2.xotcl14 ### The counter class is an agent implementing the business logic
25 ### Create two counter instances c1/c2
36 -instmixin PageTemplateHtml -parameter {counter}
40 [my set place] exportObjs [self] ;### export the web counter object
41 my exportProcs increment ;### export counter's increment method
44 my instvar counter ;### import var that stores shielded web agent
45 $counter [self proc] ;### call the actual method on the web agent
49 my instvar count counter ;### importiere var that stores shielded web agent
50 $counter instvar count ;### importiere count var
52 # and create web-page with counter conten
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/aes/
H A Daes_ctr.c62 /* NOTE: the IV/counter CTR mode is big-endian. The rest of the AES code
65 /* increment counter (128-bit int) by 1 */
66 static void AES_ctr128_inc(unsigned char *counter) { argument
69 /* Grab bottom dword of counter and increment */
70 c = GETU32(counter + 12);
72 PUTU32(counter + 12, c);
78 /* Grab 1st dword of counter and increment */
79 c = GETU32(counter + 8);
81 PUTU32(counter + 8, c);
87 /* Grab 2nd dword of counter an
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/camellia/
H A Dcmll_ctr.c62 /* NOTE: the IV/counter CTR mode is big-endian. The rest of the Camellia code
64 /* increment counter (128-bit int) by 1 */
65 static void Camellia_ctr128_inc(unsigned char *counter) argument
69 /* Grab bottom dword of counter and increment */
70 c = GETU32(counter + 12);
72 PUTU32(counter + 12, c);
78 /* Grab 1st dword of counter and increment */
79 c = GETU32(counter + 8);
81 PUTU32(counter + 8, c);
87 /* Grab 2nd dword of counter an
[all...]
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_so_object.rb26 @counter = 0
30 @counter += 1
31 if @counter >= @count_max
33 @counter = 0
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOStatisticsPrivate.h233 static void storeUserClientCallInfo(IOUserClient *userClient, IOUserClientCounter *counter);
248 static void unregisterEventSource(IOEventSourceCounter *counter);
251 static void unregisterWorkLoop(IOWorkLoopCounter *counter);
254 static void unregisterUserClient(IOUserClientCounter *counter);
260 /* Inlines for counter manipulation.
262 * NOTE: counter access is not expressly guarded here so as not to incur performance penalties
269 static inline void setCounterType(IOEventSourceCounter *counter, IOStatisticsCounterType type) { argument
270 if (counter) {
271 counter->type = type;
275 static inline void countOpenGate(IOEventSourceCounter *counter) { argument
282 countCloseGate(IOEventSourceCounter *counter) argument
290 countInterruptCheckForWork(IOEventSourceCounter *counter) argument
296 countInterrupt(IOEventSourceCounter *counter) argument
303 countCommandQueueActionCall(IOEventSourceCounter *counter) argument
310 countCommandGateActionCall(IOEventSourceCounter *counter) argument
317 countTimerTimeout(IOEventSourceCounter *counter) argument
327 countWorkLoopOpenGate(IOWorkLoopCounter *counter) argument
334 countWorkLoopCloseGate(IOWorkLoopCounter *counter) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/php_db4/samples/
H A Dsimple_counter.php9 // Get the current value of "counter"
10 $counter = $db->get("counter"); variable
11 print "Counter Value is $counter\n";
13 // Increment $counter and put() it.
14 $db->put("counter", $counter+1);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dglobal.c21 gg->counter = 0;
26 gg->counter ++;
27 sprintf (gg->buf, "graph%d", gg->counter);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Scope/
H A Dregress-192226.js53 var counter = 0; variable
76 ++counter;
81 ++counter;
86 f(); // sets |counter|
87 actual = counter;
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dtftpsubs.c67 int counter; /* size of data in buffer, or flag */ member in struct:bf
74 int counter; /* size of data in buffer, or flag */ member in struct:bf
79 /* Values for bf.counter */
102 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
104 bfs[1].counter = BF_FREE;
122 bfs[current].counter = BF_FREE; /* free old one */
126 if (b->counter == BF_FREE) /* if it's empty */
128 /* assert(b->counter != BF_FREE);*//* check */
130 return b->counter;
150 if (b->counter !
[all...]
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib547.c46 int *counter = (int *)clientp; local
48 if(*counter) {
53 (*counter)++; /* bump */
67 int *counter = (int *)clientp; local
71 *counter = 0; /* clear counter to make the read callback restart */
85 int counter=0; local
108 test_setopt(curl, CURLOPT_IOCTLDATA, &counter);
110 test_setopt(curl, CURLOPT_READDATA, &counter);
H A Dlib555.c45 int *counter = (int *)clientp; local
47 if(*counter) {
52 (*counter)++; /* bump */
66 int *counter = (int *)clientp; local
70 *counter = 0; /* clear counter to make the read callback restart */
80 int counter=0; local
96 easy_setopt(curl, CURLOPT_IOCTLDATA, &counter);
98 easy_setopt(curl, CURLOPT_READDATA, &counter);
/macosx-10.10.1/remote_cmds-47/tftpd.tproj/
H A Dtftpsubs.c64 int counter; /* size of data in buffer, or flag */ member in struct:bf
68 /* Values for bf.counter */
100 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
102 bfs[1].counter = BF_FREE;
119 bfs[current].counter = BF_FREE; /* free old one */
123 if (b->counter == BF_FREE) /* if it's empty */
125 /* assert(b->counter != BF_FREE);*//* check */
127 return b->counter;
147 if (b->counter != BF_FREE) /* nop if not free */
154 b->counter
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/extensions/example/
H A Dexample.c54 simpleCounter *counter = (simpleCounter*) userData;
56 counter->elementCounter++;
83 simpleCounter *counter = (simpleCounter*) userData;
85 counter->elementCounter = 0;
145 simpleCounter *counter;
176 counter = (simpleCounter *) malloc (sizeof (simpleCounter));
177 counter->elementCounter = 0;
180 handlerSet->userData = counter;
200 counter = CHandlerSetGetUserData (interp, objv[1], "example");
201 Tcl_SetIntObj (Tcl_GetObjResult (interp), counter
53 simpleCounter *counter = (simpleCounter*) userData; local
81 simpleCounter *counter = (simpleCounter*) userData; local
141 simpleCounter *counter; local
[all...]
/macosx-10.10.1/network_cmds-457/kdumpd.tproj/
H A Dkdumpsubs.c63 int counter; /* size of data in buffer, or flag */ member in struct:bf
67 /* Values for bf.counter */
94 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
96 bfs[1].counter = BF_FREE;
113 /* bfs[current].counter = BF_FREE; /\* free old one *\/ */
117 /* if (b->counter == BF_FREE) /\* if it's empty *\/ */
119 /* /\* assert(b->counter != BF_FREE);*\//\* check *\/ */
121 /* return b->counter; */
140 if (b->counter != BF_FREE) /* nop if not free */
147 b->counter
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dstats.c54 /* For 0-255, we use the rdtype value as counter indices */
193 dns_generalstats_increment(dns_stats_t *stats, isc_statscounter_t counter) { argument
196 isc_stats_increment(stats->counters, counter);
201 int counter; local
206 counter = rdtypecounter_dlv;
208 counter = rdtypecounter_others;
210 counter = (int)type;
212 isc_stats_increment(stats->counters, (isc_statscounter_t)counter);
219 int counter; local
224 counter
303 rdatatype_dumpcb(isc_statscounter_t counter, isc_uint64_t value, void *arg) argument
322 rdataset_dumpcb(isc_statscounter_t counter, isc_uint64_t value, void *arg) argument
353 opcode_dumpcb(isc_statscounter_t counter, isc_uint64_t value, void *arg) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dexit-after-int52-to-value.js7 var counter = 0; variable
10 result["blah" + (counter++)] = 42;
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dstats.h41 * Create a statistics counter structure of general type. It counts a general
86 isc_stats_increment(isc_stats_t *stats, isc_statscounter_t counter);
88 * Increment the counter-th counter of stats.
93 *\li counter is less than the maximum available ID for the stats specified
98 isc_stats_decrement(isc_stats_t *stats, isc_statscounter_t counter);
100 * Decrement the counter-th counter of stats.
110 * Dump the current statistics counters in a specified way. For each counter
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/Sample/Embedded/
H A Dracoon.conf41 counter 10; # maximum trying count to send.

Completed in 1405 milliseconds

1234567891011>>