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

1234

/illumos-gate/usr/src/cmd/cdrw/
H A Dwrite_image.c181 int counter; local
187 for (counter = 0; counter < 200; counter++) {
/illumos-gate/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...]
/illumos-gate/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) {
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vhypot.S43 #define counter %i0 define
223 mov tmp_counter,counter
228 cmp counter,0
512 cmp counter,4
517 sub counter,4,counter
775 subcc counter,4,counter ! counter -= 4;
779 add counter,
[all...]
H A D__vatanf.S184 #define counter %l1 define
294 ld [%fp+tmp_counter],counter
298 cmp counter,0
578 subcc counter,8,counter
1081 subcc counter,8,counter
1114 addcc counter,7,counter
1168 subcc counter,
[all...]
H A D__vhypotf.S66 #define counter %l0 define
199 ld [%fp+tmp_counter],counter
204 cmp counter,0
424 cmp counter,5
435 sub counter,5,counter
696 subcc counter,5,counter ! counter -= 5
710 add counter,
[all...]
H A D__vpowf.S534 #define counter %o7 define
781 ld [%fp+tmp_counter],counter
786 cmp counter,0
1104 cmp counter,6 ! counter
1115 sub counter,3,counter ! counter
1364 cmp counter,6 ! counter
[all...]
H A D__vrsqrtf.S185 #define counter %i5 define
384 ld [%fp+tmp_counter],counter
388 cmp counter,0
636 cmp counter,6
641 sub counter,6,counter ! counter
861 subcc counter,6,counter ! counter
[all...]
H A D__vsqrt.S583 #define counter %l3 define
709 ld [%fp+tmp_counter],counter
713 cmp counter,0
973 cmp counter,6
1338 sub counter,6,counter ! counter
1343 cmp counter,6
1348 subcc counter,1,counter
[all...]
H A D__vsqrtf_ultra3.S55 #define counter %l6 define
145 ld [%fp+tmp_counter],counter
149 cmp counter,0
381 cmp counter,5
386 sub counter,5,counter ! counter
586 subcc counter,5,counter ! counter
[all...]
H A D__vatan2f.S62 #define counter %o3 define
251 ld [%fp+tmp_counter],counter
256 subcc counter,1,counter
725 subcc counter,1,counter
810 subcc counter,1,counter
894 subcc counter,1,counter
[all...]
H A D__vlogf.S120 #define counter %l7 define
141 ! l7 cycle counter
298 ld [%fp+tmp0],counter
303 subcc counter,1,counter
489 subcc counter,7,counter
661 subcc counter,4,counter ! update cycle counter
[all...]
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Dfcns.c88 int counter; local
112 for (counter = 0; counter < nseg; counter++) {
114 if (gelf_getphdr(elf_file, counter, &p_phdr) == 0) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipdrop.c253 struct kstat_named *counter, ipdropper_t *who_called)
267 /* Increment the bean counter, if available. */
268 if (counter != NULL) {
269 switch (counter->data_type) {
271 counter->value.i32++;
274 counter->value.ui32++;
277 counter->value.i64++;
280 counter->value.ui64++;
286 if (counter != NULL)
287 str = counter
252 ip_drop_packet(mblk_t *mp, boolean_t inbound, ill_t *ill, struct kstat_named *counter, ipdropper_t *who_called) argument
[all...]
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dlock.cc88 int counter = 0; local
117 counter = 0;
129 if ((counter > 5) && (!printed_warning)) {
145 if (++counter > timeout ) {

Completed in 90 milliseconds

1234