/illumos-gate/usr/src/cmd/cdrw/ |
H A D | write_image.c | 181 int counter; local 187 for (counter = 0; counter < 200; counter++) {
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/ |
H A D | arcfour_str2key.c | 14 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 D | delkey.c | 56 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 D | init_costs.c | 128 static int counter = 0; variable 133 counter++; 151 counter = 0; 153 return (counter);
|
H A D | newwin.c | 54 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 D | winchnstr.c | 57 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 D | winnstr.c | 55 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 D | winnwstr.c | 46 int counter = 0; local 61 while (counter < ncols) { 81 counter++; 91 if (counter < ncols) 94 return (counter);
|
H A D | winstr.c | 50 int counter = 0; local 69 str[counter++] = (char) wc; 73 str[counter++] = (char) wc; 76 str[counter] = '\0'; 78 return (counter);
|
H A D | winwchnstr.c | 48 int counter = 0; local 64 while ((counter < ncols) && maxcols > 0) { 83 counter++; 85 if (counter < ncols) 87 return (counter);
|
H A D | winwstr.c | 41 int counter = 0; local 79 return (counter);
|
H A D | waddwchnstr.c | 49 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 D | vidupdate.c | 159 * 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.S | 43 #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.S | 184 #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.S | 66 #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.S | 534 #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.S | 185 #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.S | 583 #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.S | 55 #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.S | 62 #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.S | 120 #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 D | fcns.c | 88 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 D | ipdrop.c | 253 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 D | lock.cc | 88 int counter = 0; local 117 counter = 0; 129 if ((counter > 5) && (!printed_warning)) { 145 if (++counter > timeout ) {
|