Searched defs:counter (Results 1 - 25 of 33) sorted by relevance

12

/osnet-11/usr/src/lib/libcurses/screen/
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 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 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 Dwinnwstr.c46 int counter = 0; local
61 while (counter < ncols) {
81 counter++;
91 if (counter < ncols)
94 return (counter);
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 Dwinwchnstr.c48 int counter = 0; local
64 while ((counter < ncols) && maxcols > 0) {
83 counter++;
85 if (counter < ncols)
87 return (counter);
H A Dwinwstr.c41 int counter = 0; local
79 return (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 Dvidupdate.c159 * counter is the maximum attributes allowed on a terminal.
179 int counter = max_attributes, i, j, tempmode; local
192 if ((j = counter) >= 0) {
/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/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/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/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);
H A Dcrypto.c394 register grub_size_t counter = 0; local
400 counter++;
403 return !!counter;
/osnet-11/usr/src/cmd/hal/utils/
H A Dacpi.c295 static int counter = 0; local
306 if (counter && !charging && !discharging) {
375 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/lib/krb5/kadm5/clnt/
H A Dclient_init.c855 static int counter = 0; local
857 + (3 * sizeof(counter)));
858 sprintf(handle->cache_name, "MEMORY:kadm5_%u", counter++);
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddsa.c795 int counter;
802 &counter, &seed, &seedlen, &h_value);
810 "(seed-values(counter %d)(seed %b)(h %m))",
811 counter, (int)seedlen, seed, h_value));
794 int counter; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c795 int counter;
802 &counter, &seed, &seedlen, &h_value);
810 "(seed-values(counter %d)(seed %b)(h %m))",
811 counter, (int)seedlen, seed, h_value));
794 int counter; local
/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c338 _aio_suspend_cleanup(int *counter) argument
341 (*counter)--; /* _aio_kernel_suspend or _aio_suscv_cnt */
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c94 * it shouldn't matter too much if two threads step on this counter
97 static int counter; local
149 MD5Update(&ctx, (unsigned char *) &counter, sizeof (counter));
150 ++counter;

Completed in 170 milliseconds

12