/titanic_50/usr/src/cmd/eqn/ |
H A D | shift.c | 23 int shval, d1, h1, b1, h2, b2; in bshiftb() local 30 h1 = eht[p1]; in bshiftb() 51 eht[yyval] = h1 + max(0, h2-b1-d1); in bshiftb() 67 shval = -VERT((4 * (h1-b1)) / 10) - b2; in bshiftb() 68 if (VERT(4*(h1-b1)/10) + h2 < h1-b1) /* raise little super */ in bshiftb() 71 if (VERT(1) + h2 < h1-b1) /* raise little super */ in bshiftb() 73 shval = -(h1-b1) + h2-b2 - d1; in bshiftb() 75 eht[yyval] = h1 + max(0, h2-VERT((6*(h1-b1))/10)); in bshiftb() 81 eht[yyval] = h1 + max(0, h2 - VERT(1)); in bshiftb() 114 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; in shift2() local [all …]
|
H A D | paren.c | 26 int n, m, h1, j, b1, v; in paren() local 27 h1 = eht[p1]; b1 = ebase[p1]; in paren() 31 n = (h1 + EM(1.0, EFFPS(ps)) - 1) / EM(1.0, EFFPS(ps)); in paren() 33 n = max(b1+VERT(1), h1-b1-VERT(1)) / VERT(1); in paren() 46 ebase[yyval] = b1 + (eht[yyval]-h1)/2; in paren() 47 v = b1 - h1/2 + VERT(EM(0.4, ps)); in paren() 53 v = b1 - h1/2 + VERT(1); in paren()
|
H A D | fromto.c | 22 int b, h1, b1, pss; in fromto() local 25 h1 = eht[yyval] = eht[p1]; in fromto() 62 -(h1-b1+ebase[p3]), yyval, p3, pss, p3, EFFPS(ps), in fromto() 63 yyval, p3, (h1-b1+ebase[p3])); in fromto()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | ruptime.c | 242 hscmp(struct hs *h1, struct hs *h2) in hscmp() argument 245 return (rflg * strcmp(h1->hs_wd->wd_hostname, h2->hs_wd->wd_hostname)); in hscmp() 252 lcmp(struct hs *h1, struct hs *h2) in lcmp() argument 255 if (down(h1)) in lcmp() 257 return (tcmp(h1, h2)); in lcmp() 264 (h2->hs_wd->wd_loadav[0] - h1->hs_wd->wd_loadav[0])); in lcmp() 271 ucmp(struct hs *h1, struct hs *h2) in ucmp() argument 274 if (down(h1)) in ucmp() 276 return (tcmp(h1, h2)); in ucmp() 282 return (rflg * (h2->hs_nusers - h1->hs_nusers)); in ucmp() [all …]
|
/titanic_50/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_cache.c | 242 nsc_copy(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, in nsc_copy() argument 248 if (((h1->sb_flag & NSC_NODATA) && h1->sb_vec == NULL) || in nsc_copy() 252 if (h1->sb_fd && h2->sb_fd) { in nsc_copy() 253 io1 = (h1->sb_flag & NSC_ABUF) ? in nsc_copy() 254 (nsc_io_t *)h1->sb_fd : h1->sb_fd->sf_aio; in nsc_copy() 260 rc = (*io1->copy)(h1, h2, pos1, pos2, len); in nsc_copy() 266 return (_nsc_copy_h(h1, h2, pos1, pos2, len)); in nsc_copy() 271 _nsc_copy_h(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, in _nsc_copy_h() argument 278 if (pos1 < h1->sb_pos || pos1 + len > h1->sb_pos + h1->sb_len || in _nsc_copy_h() 287 v1 = h1->sb_vec; in _nsc_copy_h() [all …]
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | sasl.c | 159 char *hr, *h1, *h, *res; local 174 h1 = s1; 178 while (h != NULL && *h1 != '\0') 181 if ((h = strchr(h1, ' ')) != NULL) 183 l1 = strlen(h1); 186 if (iteminlist(h1, s2, " ") != NULL) 193 memcpy(hr, h1, l1); 203 h1 = h + 1;
|
H A D | usersmtp.c | 329 char *hr, *h1, *h, *res; local 348 h1 = s2; 352 while (h != NULL && *h1 != '\0') 355 if ((h = strchr(h1, ' ')) != NULL) 357 l1 = strlen(h1); 360 if (iteminlist(h1, s1, " ") == NULL) 366 memcpy(hr, h1, l1); 376 h1 = h + 1;
|
/titanic_50/usr/src/cmd/audio/utilities/ |
H A D | hdr_misc.c | 189 audio_cmp_hdr(Audio_hdr *h1, Audio_hdr *h2) in audio_cmp_hdr() argument 191 if ((h1->encoding != h2->encoding) || in audio_cmp_hdr() 192 (h1->bytes_per_unit != h2->bytes_per_unit) || in audio_cmp_hdr() 193 (h1->channels != h2->channels) || in audio_cmp_hdr() 194 (h1->samples_per_unit != h2->samples_per_unit)) in audio_cmp_hdr() 197 if (h1->sample_rate != h2->sample_rate) in audio_cmp_hdr()
|
/titanic_50/usr/src/lib/libmvec/common/ |
H A D | __vlog.c | 666 double h0, h1, h2, h3; in __vlog() local 737 h1 = d1 * TBL[i1]; in __vlog() 747 s1 = h1 + l1; in __vlog() 763 *y = (n1 * ln2hi + TBL[i1+2]) + (h1 + (l1 + in __vlog()
|
/titanic_50/usr/src/lib/libm/common/C/ |
H A D | __lgamma.c | 85 h1 = 1.782736530353274213975932e7, variable 244 q = h0+y*(h1+y*(h2+y*(h3+y*(h4+y*(h5+y*(h6+y* in __k_lgamma() 253 q = h0+y*(h1+y*(h2+y*(h3+y*(h4+y*(h5+y*(h6+y*(h7+y))))))); in __k_lgamma()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | Makefile.in | 228 config.h: stamp-h1 230 rm -f stamp-h1; \ 231 $(MAKE) stamp-h1; \ 234 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 235 @rm -f stamp-h1 239 rm -f stamp-h1 243 -rm -f config.h stamp-h1
|
/titanic_50/usr/src/cmd/fm/schemes/hc/ |
H A D | scheme.c | 211 nvlist_t **h1 = NULL, **h2 = NULL; in fru_compare() local 221 (void) nvlist_lookup_nvlist_array(f1, FM_FMRI_HC_LIST, &h1, in fru_compare() 225 if (h1sz == h2sz && hclist_contains(h1, h1sz, h2, h2sz) == 1) in fru_compare()
|
/titanic_50/usr/src/cmd/rpcbind/ |
H A D | pmap_svc.c | 260 int h1, h2, h3, h4, p1, p2; in pmapproc_getport() local 276 if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3, in pmapproc_getport() 281 h1, h2, h3, h4, p1, p2); in pmapproc_getport()
|
H A D | rpcb_svc_com.c | 1173 int h1, h2, h3, h4, p1, p2; in rpcbproc_callit_com() local 1177 &h1, &h2, &h3, &h4, &p1, &p2) != 6) in rpcbproc_callit_com() 1606 int h1, h2, h3, h4, p1, p2; in add_pmaplist() local 1620 &h1, &h2, &h3, &h4, &p1, &p2) != 6) in add_pmaplist()
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | hment.c | 130 hment_t *h1 = (hment_t *)hm1; in hment_compare() local 134 diff = (uintptr_t)h1->hm_htable - (uintptr_t)h2->hm_htable; in hment_compare() 136 diff = h1->hm_entry - h2->hm_entry; in hment_compare() 138 diff = h1->hm_pfn - h2->hm_pfn; in hment_compare()
|
/titanic_50/usr/src/cmd/datadm/ |
H A D | datadm.c | 776 datadm_hca_entry_match(datadm_hca_entry_t *h1, datadm_hca_entry_t *h2) in datadm_hca_entry_match() argument 778 if (!datadm_str_match(h1->he_name, h2->he_name)) { in datadm_hca_entry_match() 785 datadm_hca_entry_find(datadm_hca_entry_t *h1, datadm_hca_find_t *hf) in datadm_hca_entry_find() argument 787 if (datadm_str_match(h1->he_name, hf->hf_sp_entry->spe_devname)) { in datadm_hca_entry_find() 788 hf->hf_hca_entry = h1; in datadm_hca_entry_find() 1289 datadm_hca_entry_find_by_name(datadm_hca_entry_t *h1, in datadm_hca_entry_find_by_name() argument 1292 if (datadm_str_match(h1->he_name, hf->hf_name)) { in datadm_hca_entry_find_by_name() 1293 hf->hf_hca_entry = h1; in datadm_hca_entry_find_by_name()
|
/titanic_50/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 1929 const struct hio *h1 = x1; in hsched_deadline_compare() local 1932 if (h1->io_timestamp < h2->io_timestamp) in hsched_deadline_compare() 1934 if (h1->io_timestamp > h2->io_timestamp) in hsched_deadline_compare() 1937 if (h1->io_lblkno < h2->io_lblkno) in hsched_deadline_compare() 1939 if (h1->io_lblkno > h2->io_lblkno) in hsched_deadline_compare() 1942 if (h1 < h2) in hsched_deadline_compare() 1944 if (h1 > h2) in hsched_deadline_compare() 1953 const struct hio *h1 = x1; in hsched_offset_compare() local 1956 if (h1->io_lblkno < h2->io_lblkno) in hsched_offset_compare() 1958 if (h1->io_lblkno > h2->io_lblkno) in hsched_offset_compare() [all …]
|
/titanic_50/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-job.c | 164 char *h1; in lpd_add_rfc1179_attributes() local 175 "job-originating-host-name", &h1) == PAPI_OK) { in lpd_add_rfc1179_attributes() 177 "job-host", h1); in lpd_add_rfc1179_attributes()
|
/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge_rxdma_hw.h | 1805 uint8_t h1:4; member 1807 uint8_t h1:4; 1817 uint8_t h1:8; member 1819 uint8_t h1:8; 1829 uint8_t h1:4; member 1831 uint8_t h1:4;
|
H A D | nxge_fflp_hw.h | 534 uint32_t h1:20; member 540 uint32_t h1:20; 1651 uint32_t h1:20; member
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.c | 751 diskq_header1 h1; /* version 1 header */ in rdc_resume_diskq() local 757 h1 = *(diskq_header1 *)(&group->diskq.disk_hdr.h); in rdc_resume_diskq() 763 hc->state = h1.state; in rdc_resume_diskq() 764 hc->head_offset = h1.head_offset; in rdc_resume_diskq() 765 hc->tail_offset = h1.tail_offset; in rdc_resume_diskq() 766 hc->disk_size = h1.disk_size; in rdc_resume_diskq() 767 hc->nitems = h1.nitems; in rdc_resume_diskq() 768 hc->blocks = h1.blocks; in rdc_resume_diskq() 769 hc->qwrap = h1.qwrap; in rdc_resume_diskq() 770 hc->auxqwrap = h1.auxqwrap; in rdc_resume_diskq() [all …]
|
/titanic_50/usr/src/lib/libnsl/key/ |
H A D | xcrypt.c | 552 uint32_t h1; member 587 if (weakDESkeys[i].h1 == db.key.high && in weak_DES_key()
|
/titanic_50/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 183 int h1, h2, h3, h4, p1, p2; in ip_uaddr2taddr() local 205 if (sscanf(addr, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3, &h4, in ip_uaddr2taddr() 213 inaddr = (h1 << 24) + (h2 << 16) + (h3 << 8) + h4; in ip_uaddr2taddr()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | request.c | 528 #define LDAP_CONN_SAMEHOST( h1, h2 ) \ argument 529 (( (h1) == NULL && (h2) == NULL ) || \ 530 ( (h1) != NULL && (h2) != NULL && strcasecmp( (h1), (h2) ) == 0 ))
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zap_leaf.c | 450 #define HCD_GTEQ(h1, cd1, h2, cd2) \ argument 451 ((h1 > h2) ? TRUE : ((h1 == h2 && cd1 >= cd2) ? TRUE : FALSE))
|