/titanic_52/usr/src/contrib/ast/src/lib/libpp/ |
H A D | gentab.sh | 38 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...] |
/titanic_52/usr/src/lib/libmvec/common/vis/ |
H A D | __vrhypotf.S | 191 #define counter %i0 macro 327 ld [%fp+tmp_counter],counter 332 cmp counter,0 570 cmp counter,5 575 sub counter,5,counter 847 subcc counter,5,counter ! counter -= 5; 855 add counter, [all...] |
H A D | __vsqrtf_ultra3.S | 55 #define counter %l6 macro 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 | __vhypotf.S | 66 #define counter %l0 macro 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 | __vlogf.S | 120 #define counter %l7 macro 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...] |
H A D | __vatanf.S | 184 #define counter %l1 macro 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 | __vpowf.S | 534 #define counter %o7 macro 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 macro 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 macro 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 | __vhypot.S | 43 #define counter %i0 macro 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 | __vrhypot.S | 87 #define counter %l4 macro 307 ld [%fp+tmp_counter],counter 312 cmp counter,0 967 cmp counter,8 972 sub counter,8,counter 1892 subcc counter,8,counter ! counter -= 8; 1896 add counter, [all...] |
/titanic_52/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/ |
H A D | arcfour_str2key.c | 14 int counter; in asctouni() local 15 for (counter=0;counter<len;counter++) { in asctouni() 16 unicode[2*counter]=ascii[counter]; in asctouni() 17 unicode[2*counter + 1]=0x00; in asctouni() 66 int counter; in krb5int_arcfour_string_to_key() 67 for(counter=0;counter<1 in krb5int_arcfour_string_to_key() [all...] |
/titanic_52/usr/src/uts/sun4/io/fpc/ |
H A D | fpc-impl.c | 56 JBC_PIC0_EVT_MASK, /* JBC counter 0 */ 57 JBC_PIC1_EVT_MASK, /* JBC counter 1 */ 58 IMU_PIC0_EVT_MASK, /* IMU counter 0 */ 59 IMU_PIC1_EVT_MASK, /* IMU counter 1 */ 60 MMU_PIC0_EVT_MASK, /* MMU counter 0 */ 61 MMU_PIC1_EVT_MASK, /* MMU counter 1 */ 62 TLU_PIC0_EVT_MASK, /* TLU counter 0 */ 63 TLU_PIC1_EVT_MASK, /* TLU counter 1 */ 64 TLU_PIC2_EVT_MASK, /* TLU counter 2 */ 65 LPU_PIC0_EVT_MASK, /* LPU counter 181 fpc_get_counter_reg_index(fire_perfcnt_t regtype,int counter) fpc_get_counter_reg_index() argument 210 int num_counters, counter; fpc_perfcnt_program() local 280 int num_counters, counter; fpc_perfcnt_read() local [all...] |
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftpsubs.c | 82 int counter; /* size of data in buffer, or flag */ member 87 /* Values for bf.counter */ 113 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */ in rw_init() 115 bfs[1].counter = BF_FREE; in rw_init() 130 bfs[current].counter = BF_FREE; /* free old one */ in readit() 134 if (b->counter == BF_FREE) /* if it's empty */ in readit() 137 return (b->counter); in readit() 154 if (b->counter != BF_FREE) /* nop if not free */ in read_ahead() 161 b->counter = fread(dp->th_data, sizeof (char), blocksize, in read_ahead() 164 b->counter in read_ahead() [all...] |
/titanic_52/usr/src/uts/sun4v/io/n2piupc/ |
H A D | n2piupc_kstats.c | 122 /* Create counter kstats */ in n2piupc_kstat_attach() 326 * Program a performance counter. 328 * reggroup is which type of counter. 329 * counter is the counter number. 330 * event is the event to program for that counter. 339 int counter; in n2piupc_perfcnt_program() local 355 for (counter = 0; counter < grp_p->num_counters; counter in n2piupc_perfcnt_program() 408 int counter; n2piupc_kstat_update() local [all...] |
/titanic_52/usr/src/lib/libcurses/screen/ |
H A D | winchnstr.c | 57 int counter = 0; in winchnstr() local 70 while ((counter < ncols) && maxcols > 0) { in winchnstr() 74 if (counter + eucw > ncols) in winchnstr() 82 counter++; in winchnstr() 86 counter++; in winchnstr() 89 if (counter < ncols) in winchnstr() 91 return (counter); in winchnstr()
|
H A D | winnstr.c | 55 int counter = 0; in winnstr() local 69 while (counter < ncols) { in winnstr() 72 if (counter + eucw > ncols) in winnstr() 80 counter++; in winnstr() 85 counter++; in winnstr() 96 if (counter < ncols) in winnstr() 99 return (counter); in winnstr()
|
H A D | delkey.c | 56 int counter = 0, i, num_deleted_keys = 0; in delkey() local 68 while (++counter < numkeys) { in delkey() 88 i = (numkeys - counter) - 1; in delkey() 91 if (counter <= *lmorder) { in delkey() 92 if (counter < *first_macro) { in delkey() 93 if (counter <= *lkorder) in delkey()
|
H A D | winstr.c | 50 int counter = 0; in winstr() local 69 str[counter++] = (char) wc; in winstr() 73 str[counter++] = (char) wc; in winstr() 76 str[counter] = '\0'; in winstr() 78 return (counter); in winstr()
|
H A D | winwchnstr.c | 48 int counter = 0; in winwchnstr() local 64 while ((counter < ncols) && maxcols > 0) { in winwchnstr() 83 counter++; in winwchnstr() 85 if (counter < ncols) in winwchnstr() 87 return (counter); in winwchnstr()
|
/titanic_52/usr/src/uts/sun4v/io/iospc/ |
H A D | iospc.c | 322 /* Create counter kstats */ in iospc_kstat_attach() 462 * Program a performance counter. 464 * reggroup is which type of counter. 465 * counter is the counter number. 466 * event is the event to program for that counter. 475 int counter; in iospc_perfcnt_program() local 487 for (counter = 0; counter < grp_p->num_counters; counter in iospc_perfcnt_program() 544 int counter; iospc_kstat_update() local [all...] |
/titanic_52/usr/src/uts/sun4u/io/ |
H A D | bbc_beep.c | 217 /* Map the Beep Control and Beep counter Registers */ in bbc_beep_attach() 328 unsigned long counter; in bbc_beep_freq() local 334 /* Convert the frequency in hz to the bbc counter value */ in bbc_beep_freq() 335 counter = bbc_beep_hztocounter(freq); in bbc_beep_freq() 337 /* Extract relevant second and third byte of counter value */ in bbc_beep_freq() 338 beep_c2 = (counter & 0xff00) >> 8; in bbc_beep_freq() 339 beep_c3 = (counter & 0xff0000) >> 16; in bbc_beep_freq() 354 "bbc_beep_freq: dip = 0x%p, freq = %d, counter = 0x%x : Done", in bbc_beep_freq() 355 (void *)dip, freq, (int)counter)); in bbc_beep_freq() 473 * Where n = position of the bit of counter registe 484 unsigned long counter; bbc_beep_hztocounter() local [all...] |
/titanic_52/usr/src/uts/intel/io/ |
H A D | pit_beep.c | 256 int counter; in pit_beep_freq() local 259 counter = 0; in pit_beep_freq() 261 counter = PIT_HZ / freq; in pit_beep_freq() 262 if (counter > UINT16_MAX) in pit_beep_freq() 263 counter = UINT16_MAX; in pit_beep_freq() 264 else if (counter < 1) in pit_beep_freq() 265 counter = 1; in pit_beep_freq() 269 outb(PITCTR2_PORT, counter & 0xff); in pit_beep_freq() 270 outb(PITCTR2_PORT, counter >> 8); in pit_beep_freq()
|
/titanic_52/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapclient.c | 779 int counter; in client_manual() local 859 for (counter = 0; in client_manual() 860 counter < arglist->serviceAuthenticationMethod->count; in client_manual() 861 counter++) { in client_manual() 864 arglist->serviceAuthenticationMethod->optlist[counter], in client_manual() 867 for (counter = 0; in client_manual() 868 counter < arglist->serviceCredentialLevel->count; in client_manual() 869 counter++) { in client_manual() 872 arglist->serviceCredentialLevel->optlist[counter], in client_manual() 875 for (counter in client_manual() 1093 int counter; client_mod() local 1340 int counter; client_genProfile() local 2268 int counter; credCheck() local 2401 int counter; adminCredCheck() local 3344 int counter; parseParam() local 3391 int counter; clientSetParam() local [all...] |
/titanic_52/usr/src/common/crypto/modes/ |
H A D | gcm.c | 147 uint64_t counter; in gcm_mode_encrypt_contiguous_blocks() local 181 * Increment counter. Counter bits are confined in gcm_mode_encrypt_contiguous_blocks() 182 * to the bottom 32 bits of the counter block. in gcm_mode_encrypt_contiguous_blocks() 184 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_mode_encrypt_contiguous_blocks() 185 counter = htonll(counter + 1); in gcm_mode_encrypt_contiguous_blocks() 186 counter &= counter_mask; in gcm_mode_encrypt_contiguous_blocks() 187 ctx->gcm_cb[1] = (ctx->gcm_cb[1] & ~counter_mask) | counter; in gcm_mode_encrypt_contiguous_blocks() 269 uint64_t counter; in gcm_encrypt_final() local 278 * Increment counter in gcm_encrypt_final() 335 uint64_t counter; gcm_decrypt_incomplete_block() local 418 uint64_t counter; gcm_decrypt_final() local [all...] |