Searched refs:num2 (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcrontab.c530 int num, num2; local
563 num2 = 0;
565 num2 = num2*10 + (line[cursor]-'0');
567 if ((num2 < lower) || (num2 > upper)) {
H A Dcron.c1456 int num, num2, start; local
1484 num2 = 0;
1486 num2 = num2*10 + (line[cursor]-'0');
1488 if ((num2 < lower) || (num2 > upper))
/opensolaris-onvv-gate/usr/src/cmd/sdiff/
H A Dsdiff.c126 static int num1, num2; /* line count for left side file and right */ variable
252 num1 = num2 = 0;
257 * num1 and num2 counts the number of lines in file1 and 2
275 n2 = from2 - num2;
294 while (num2 < to2) {
330 while (num2 < to2) {
437 num2++;
/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c517 itm_size_t num2; local
729 for (num = 0, num2 = 0, ml = map_list; ml; ml = ml->next) {
739 num2 += range_num;
825 ((num2 * 8) < dense_encoded_map_ent))) {
850 if (u < num2) {
853 num2);
875 if (u < num2) {
895 hash_factor, result_len, num2,
908 result_len, num2);
1135 itm_size_t num2)
1130 map_table_lookup_fixed( itmc_data_pair_t **tpp, itm_size_t num, itm_data_t *default_data, long resultlen, itm_size_t num2) argument
1282 map_table_hash( itmc_data_pair_t **tpp, itm_size_t num, itm_data_t *default_data, long hash_factor, long resultlen, itm_size_t num2, itm_num_t error_count) argument
1981 itm_num_t num2; local
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbntest.c92 const int num2 = 5; /* number of tests for slow functions */ variable
738 for (i=0; i<num2; i++)
740 int bits = (200*(i+1))/num2;
923 for (i=0; i<num2; i++)
974 for (i=0; i<num2; i++)
1025 for (i=0; i<num2; i++)
1774 for (j = 0; j < num2; j++)
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/ml/
H A Dfloat.s103 * If (num1/num2 > num1/num3) the FPU has the FDIV bug.
116 fldl .num2
133 .num2: .4byte 0x0 /* 15.0 */

Completed in 104 milliseconds