Searched refs:counter (Results 226 - 250 of 431) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dtext_test.c102 size_t *counter = data; local
104 (*counter)++;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dexport_html.tcl268 set counter 0
271 incr counter
/macosx-10.10.1/rsync-45/rsync/
H A Dutil.c339 static int counter = 1;
360 start = counter;
362 snprintf(&path[pos], MAX_RENAMES_DIGITS+1, "%03d", counter);
363 if (++counter >= MAX_RENAMES)
364 counter = 1;
365 } while ((rc = access(path, 0)) == 0 && counter != start);
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dproxy_util.c74 /* Global balancer counter */
3120 int counter; local
3296 for (counter = 0; counter < headers_in_array->nelts; counter++) {
3297 if (headers_in[counter].key == NULL
3298 || headers_in[counter].val == NULL
3301 || !strcasecmp(headers_in[counter].key, "Host")
3306 || !strcasecmp(headers_in[counter].key, "Keep-Alive")
3307 || !strcasecmp(headers_in[counter]
[all...]
H A Dmod_proxy_scgi.c84 apr_off_t *counter; member in struct:__anon6067
125 *data->counter += *len;
363 sock_data->counter = &conn->worker->s->read;
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Druntests.pl241 my %skipped; # skipped{reason}=counter, reasons for skip
4470 my $counter;
4521 $counter = 25;
4523 sprintf("(%s)...\n\n", (not $fullstats)?"top $counter":"full");
4527 last if((not $fullstats) && (not $counter--));
4531 $counter = 10;
4533 sprintf("(%s)...\n\n", (not $fullstats)?"top $counter":"full");
4537 last if((not $fullstats) && (not $counter--));
4541 $counter = 25;
4543 sprintf("(%s)...\n\n", (not $fullstats)?"top $counter"
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/
H A Dmain1.tcl108 # counter: Count of instances created so far.
120 set Snit_info(counter) 0
2059 set name [::snit::RT.UniqueName Snit_info(counter) $type $name]
2066 [::snit::RT.UniqueInstanceNamespace Snit_info(counter) $type]
2115 set name [::snit::RT.UniqueName Snit_info(counter) $type $name]
2120 [::snit::RT.UniqueInstanceNamespace Snit_info(counter) $type]
2343 upvar $countervar counter
2345 # FIRST, bump the counter and define the %AUTO% instance name;
2348 incr counter
2349 if {$counter > 214748364
[all...]
H A Dmain1_83.tcl119 # counter: Count of instances created so far.
131 set Snit_info(counter) 0
2072 set name [::snit::RT.UniqueName Snit_info(counter) $type $name]
2088 [::snit::RT.UniqueInstanceNamespace Snit_info(counter) $type]
2137 set name [::snit::RT.UniqueName Snit_info(counter) $type $name]
2142 [::snit::RT.UniqueInstanceNamespace Snit_info(counter) $type]
2366 upvar $countervar counter
2368 # FIRST, bump the counter and define the %AUTO% instance name;
2371 incr counter
2372 if {$counter > 214748364
[all...]
H A Dmain2.tcl108 # counter: Count of instances created so far.
120 set Snit_info(counter) 0
1864 set name [::snit::RT.UniqueName Snit_info(counter) $type $name]
1871 [::snit::RT.UniqueInstanceNamespace Snit_info(counter) $type]
1922 set name [::snit::RT.UniqueName Snit_info(counter) $type $name]
1927 [::snit::RT.UniqueInstanceNamespace Snit_info(counter) $type]
2152 upvar $countervar counter
2154 # FIRST, bump the counter and define the %AUTO% instance name;
2157 incr counter
2158 if {$counter > 214748364
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSCloudCircle.c73 static int counter = 0; local
74 if(counter++ > 5) secerror("SOSCCThisDeviceIsInCircle!! %d\n", counter);
/macosx-10.10.1/apache-793/httpd/modules/slotmem/
H A Dmod_slotmem_shm.c658 unsigned int i, counter=0; local
662 counter++;
664 return counter;
/macosx-10.10.1/gnutar-453/gnutar/tests/
H A Dgenfile.c439 size_t counter = 0;
446 counter++;
451 return (counter == 0 && c == EOF);
438 size_t counter = 0; local
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclFCmd.c649 int counter = 0;
674 counter++;
680 if (counter > 20) {
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclFCmd.c610 int counter = 0;
618 counter++;
620 if (counter > 20) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Darchive.c711 unsigned int counter;
757 for (counter = 0, set = ardata->symdefs;
758 counter < ardata->symdef_count;
759 counter++, set++, rbase += BSD_SYMDEF_SIZE)
953 unsigned int counter;
1026 for (counter = 0, set = ardata->symdefs;
1027 counter < ardata->symdef_count;
1028 counter++, set++, rbase += BSD_SYMDEF_SIZE)
707 unsigned int counter; local
948 unsigned int counter; local
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Derrors.c467 * counter - which counter should be increased (error/warning)
479 int* counter,
490 ++*counter;
469 log_source_va( int* counter, STRTAB_str_t filename, int lineno, long msg_id, va_list ap ) argument
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Dtkxmllint.tcl128 global counter
130 Init [toplevel .top[Incr counter]]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsmarty.vim29 syn keyword smartyTagName strip assign counter cycle debug eval fetch
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dproc_reg.h85 #define MSR_P5_CESR_CC_DISABLE 0x0000 /* Disable counter */
395 #define rdpmc(counter,lo,hi) \
396 __asm__ volatile("rdpmc" : "=a" (lo), "=d" (hi) : "c" (counter))
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dsyscall_subr.c142 counter(c_swtch_block++);
187 counter(c_swtch_pri_block++);
/macosx-10.10.1/CPANInternal-159.1/Crypt-Rijndael-1.10/
H A DRijndael.pm62 C<MODE_OFB> (128-bit output feedback), or C<MODE_CTR> (counter mode).
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Ddh.c146 free_if(dh->counter);
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-dh.c170 free_if(dh->counter);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Ddcigettext.c229 /* State of the catalog counter at the point the string was found. */
230 int counter; member in struct:known_translation_t
502 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
672 newp->counter = _nl_msg_cat_cntr;
689 (*foundp)->counter = _nl_msg_cat_cntr;
/macosx-10.10.1/cups-408/cups/backend/
H A Dnetwork.c215 snprintf(dataptr, sizeof(data) - (size_t)(dataptr - data), "%u", packet.object_value.counter);

Completed in 614 milliseconds

1234567891011>>