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

123

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/
H A Darcfour_str2key.c14 int counter; local
15 for (counter=0;counter<len;counter++) {
16 unicode[2*counter]=ascii[counter];
17 unicode[2*counter + 1]=0x00;
66 int counter;
67 for(counter=0;counter<1
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/ieee1275/
H A Drelocator.c27 int counter = 0; local
35 counter++;
42 return 2 * counter;
48 int counter = 0; local
69 events[counter].type = REG_FIRMWARE_START;
70 events[counter].pos = addr;
71 counter++;
72 events[counter].type = REG_FIRMWARE_END;
73 events[counter].pos = addr + len;
74 counter
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dgentab.sh38 typeset -i counter err_line
44 counter=0
99 ksh) ((n=counter-1)) ;;
100 *) n=`expr $counter - 1` ;;
122 ?*) eval $index=$counter ;;
159 "") counter=$init
163 "") counter=$init ;;
164 [0123456789]*) counter=$value ;;
169 1:?*) echo "#define $prefix$first $counter" ;;
185 then case $counter i
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dwinstr.c50 int counter = 0; local
69 str[counter++] = (char) wc;
73 str[counter++] = (char) wc;
76 str[counter] = '\0';
78 return (counter);
H A Dwinchnstr.c57 int counter = 0; local
70 while ((counter < ncols) && maxcols > 0) {
74 if (counter + eucw > ncols)
82 counter++;
86 counter++;
89 if (counter < ncols)
91 return (counter);
H A Dwinnstr.c55 int counter = 0; local
69 while (counter < ncols) {
72 if (counter + eucw > ncols)
80 counter++;
85 counter++;
96 if (counter < ncols)
99 return (counter);
H A Ddelkey.c56 int counter = 0, i, num_deleted_keys = 0; local
68 while (++counter < numkeys) {
88 i = (numkeys - counter) - 1;
91 if (counter <= *lmorder) {
92 if (counter < *first_macro) {
93 if (counter <= *lkorder)
H A Dwinnwstr.c46 int counter = 0; local
61 while (counter < ncols) {
81 counter++;
91 if (counter < ncols)
94 return (counter);
H A Dwinwchnstr.c48 int counter = 0; local
64 while ((counter < ncols) && maxcols > 0) {
83 counter++;
85 if (counter < ncols)
87 return (counter);
H A Dinit_costs.c128 static int counter = 0; variable
133 counter++;
151 counter = 0;
153 return (counter);
H A Dnewwin.c54 int counter = 0; local
66 while (counter < nlines) {
67 memSset(&win->_y[counter][0], (chtype) ' ', ncols);
73 win->_y16[counter][i] = (_ochtype) ' ';
76 counter++;
H A Dwaddwchnstr.c49 int counter; local
69 counter = win->_maxx - my_x;
70 while ((ncols > 0) && (*string) && (counter > 0)) {
81 if ((scrw = wcscrw(rawc)) > counter)
106 counter -= scrw;
H A Dwinwstr.c41 int counter = 0; local
79 return (counter);
/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/
H A Drelocator.c49 int counter = 0; local
79 events[counter].type = REG_FIRMWARE_START;
80 events[counter].pos = start;
81 counter++;
82 events[counter].type = REG_FIRMWARE_END;
83 events[counter].pos = end;
84 counter++;
87 return counter;
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c782 int counter; local
862 for (counter = 0;
863 counter < arglist->serviceAuthenticationMethod->count;
864 counter++) {
867 arglist->serviceAuthenticationMethod->optlist[counter],
870 for (counter = 0;
871 counter < arglist->serviceCredentialLevel->count;
872 counter++) {
875 arglist->serviceCredentialLevel->optlist[counter],
878 for (counter
1096 int counter; local
1343 int counter; local
2319 int counter; local
2452 int counter; local
3395 int counter; local
3442 int counter; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t296 my $counter;
298 --$counter;
301 ++$counter;
308 is ($counter, 1, "There is 1 object $state");
311 is ($counter, 1, "There is still 1 object $state");
315 is ($counter, 1, "There is still 1 object $state");
317 is ($counter, 1, "Still 1 object $state");
319 is ($counter, 0, "0 objects when hash key is deleted $state");
321 is ($counter, 0, "Still 0 objects $state");
323 is ($counter,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dplay.c76 When counter is set and terminated, output is set to high. */
79 /* Programmable one-shot. When loading counter, output is set to
80 high. When counter terminated, output is set to low. Can be
85 /* Rate generator. Output is low for one period of the counter, and
94 When counter is set and terminated, output is set to low. */
98 only starts the counter when the gate pin is set to high. */
103 #define PIT_CTRL_COUNT_BINARY 0x00 /* 16-bit binary counter. */
104 #define PIT_CTRL_COUNT_BCD 0x01 /* 4-decade BCD counter. */
128 unsigned int counter; local
135 counter
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dpriority_queue.c211 int counter; local
218 for (counter = 0; counter < 1000000; counter++)
223 printf ("Error at %d\n", counter);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm125 my($q,$counter) = @_;
126 return undef if $counter >= 10;
129 "This page has been called ", strong($counter)," times",
134 my($q,$counter) = @_;
137 strong($counter - 1),' iterations.',
188 consisting of the CGI object and a counter indicating the number
195 my($q,$counter) = @_;
196 return undef if $counter > 100;
199 "This page called $counter times";
251 my($q,$counter)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmethod.t114 $counter = 0;
120 my $c = ++$counter;
127 my $c = ++$counter;
149 my $c = ++$counter;
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c871 int counter = 0; local
901 while (counter <= (value_len-1)) {
902 value[counter] = opt_string[opt_len+counter];
903 counter = counter + 1;
908 value[counter] = '\0';
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c1193 int counter[65537]; local
1197 memset (counter, 0, sizeof (counter));
1200 counter[(cur->char_code & 0xffff) + 1]++;
1202 counter[i+1] += counter[i];
1206 tmp[counter[(cur->char_code & 0xffff)]++] = *cur;
1208 memset (counter, 0, sizeof (counter));
1211 counter[((cu
[all...]
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c258 state->counter = -1;
291 state->counter++;
292 if (state->counter == 0)
312 if (done == 0 && (state->counter % 100 != 0))
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_logging.c434 * Given a counter group and counter name within the group, returns the value
435 * associated with the counter in 'cntval'.
438 sip_get_counter_value(int group, int counter, void *cntval, size_t cntlen) argument
442 if ((counter == SIP_COUNTER_START_TIME || counter ==
450 switch (counter) {
598 * counter values and starts counting afresh.
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dldivide.s65 movl $64,%ecx / initialize counter for 64-bits

Completed in 75 milliseconds

123