Searched refs:h1 (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/eqn/
H A Dshift.c23 int shval, d1, h1, b1, h2, b2; local
30 h1 = eht[p1];
51 eht[yyval] = h1 + max(0, h2-b1-d1);
67 shval = -VERT((4 * (h1-b1)) / 10) - b2;
68 if (VERT(4*(h1-b1)/10) + h2 < h1-b1) /* raise little super */
71 if (VERT(1) + h2 < h1-b1) /* raise little super */
73 shval = -(h1-b1) + h2-b2 - d1;
75 eht[yyval] = h1 + max(0, h2-VERT((6*(h1
114 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; local
[all...]
H A Dparen.c26 int n, m, h1, j, b1, v; local
27 h1 = eht[p1]; b1 = ebase[p1];
31 n = (h1 + EM(1.0, EFFPS(ps)) - 1) / EM(1.0, EFFPS(ps));
33 n = max(b1+VERT(1), h1-b1-VERT(1)) / VERT(1);
46 ebase[yyval] = b1 + (eht[yyval]-h1)/2;
47 v = b1 - h1/2 + VERT(EM(0.4, ps));
53 v = b1 - h1/2 + VERT(1);
H A Dfromto.c22 int b, h1, b1, pss; local
25 h1 = eht[yyval] = eht[p1];
62 -(h1-b1+ebase[p3]), yyval, p3, pss, p3, EFFPS(ps),
63 yyval, p3, (h1-b1+ebase[p3]));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c242 hscmp(struct hs *h1, struct hs *h2) argument
245 return (rflg * strcmp(h1->hs_wd->wd_hostname, h2->hs_wd->wd_hostname));
252 lcmp(struct hs *h1, struct hs *h2) argument
255 if (down(h1))
257 return (tcmp(h1, h2));
264 (h2->hs_wd->wd_loadav[0] - h1->hs_wd->wd_loadav[0]));
271 ucmp(struct hs *h1, struct hs *h2) argument
274 if (down(h1))
276 return (tcmp(h1, h2));
282 return (rflg * (h2->hs_nusers - h1
289 tcmp(struct hs *h1, struct hs *h2) argument
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c242 nsc_copy(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, argument
248 if (((h1->sb_flag & NSC_NODATA) && h1->sb_vec == NULL) ||
252 if (h1->sb_fd && h2->sb_fd) {
253 io1 = (h1->sb_flag & NSC_ABUF) ?
254 (nsc_io_t *)h1->sb_fd : h1->sb_fd->sf_aio;
260 rc = (*io1->copy)(h1, h2, pos1, pos2, len);
266 return (_nsc_copy_h(h1, h2, pos1, pos2, len));
271 _nsc_copy_h(nsc_buf_t *h1, nsc_buf_ argument
333 nsc_copy_direct(nsc_buf_t *h1, nsc_buf_t *h2, nsc_off_t pos1, nsc_off_t pos2, nsc_size_t len) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsasl.c159 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 Dusersmtp.c329 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;
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dhdr_misc.c189 audio_cmp_hdr(Audio_hdr *h1, Audio_hdr *h2) argument
191 if ((h1->encoding != h2->encoding) ||
192 (h1->bytes_per_unit != h2->bytes_per_unit) ||
193 (h1->channels != h2->channels) ||
194 (h1->samples_per_unit != h2->samples_per_unit))
197 if (h1->sample_rate != h2->sample_rate)
/illumos-gate/usr/src/lib/libm/common/C/
H A D__lgamma.c85 h1 = 1.782736530353274213975932e7, variable
244 q = h0+y*(h1+y*(h2+y*(h3+y*(h4+y*(h5+y*(h6+y*
253 q = h0+y*(h1+y*(h2+y*(h3+y*(h4+y*(h5+y*(h6+y*(h7+y)))))));
/illumos-gate/usr/src/cmd/rpcbind/
H A Dpmap_svc.c260 int h1, h2, h3, h4, p1, p2; local
276 if (sscanf(ua, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3,
281 h1, h2, h3, h4, p1, p2);
H A Drpcb_svc_com.c1170 int h1, h2, h3, h4, p1, p2; local
1174 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
1603 int h1, h2, h3, h4, p1, p2; local
1617 &h1, &h2, &h3, &h4, &p1, &p2) != 6)
/illumos-gate/usr/src/cmd/fm/schemes/hc/
H A Dscheme.c211 nvlist_t **h1 = NULL, **h2 = NULL; local
221 (void) nvlist_lookup_nvlist_array(f1, FM_FMRI_HC_LIST, &h1,
225 if (h1sz == h2sz && hclist_contains(h1, h1sz, h2, h2sz) == 1)
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c130 hment_t *h1 = (hment_t *)hm1; local
134 diff = (uintptr_t)h1->hm_htable - (uintptr_t)h2->hm_htable;
136 diff = h1->hm_entry - h2->hm_entry;
138 diff = h1->hm_pfn - h2->hm_pfn;
/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c776 datadm_hca_entry_match(datadm_hca_entry_t *h1, datadm_hca_entry_t *h2) argument
778 if (!datadm_str_match(h1->he_name, h2->he_name)) {
785 datadm_hca_entry_find(datadm_hca_entry_t *h1, datadm_hca_find_t *hf) argument
787 if (datadm_str_match(h1->he_name, hf->hf_sp_entry->spe_devname)) {
788 hf->hf_hca_entry = h1;
1289 datadm_hca_entry_find_by_name(datadm_hca_entry_t *h1, argument
1292 if (datadm_str_match(h1->he_name, hf->hf_name)) {
1293 hf->hf_hca_entry = h1;
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1929 const struct hio *h1 = x1; local
1932 if (h1->io_timestamp < h2->io_timestamp)
1934 if (h1->io_timestamp > h2->io_timestamp)
1937 if (h1->io_lblkno < h2->io_lblkno)
1939 if (h1->io_lblkno > h2->io_lblkno)
1942 if (h1 < h2)
1944 if (h1 > h2)
1953 const struct hio *h1 = x1; local
1956 if (h1->io_lblkno < h2->io_lblkno)
1958 if (h1
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c164 char *h1; local
175 "job-originating-host-name", &h1) == PAPI_OK) {
177 "job-host", h1);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c751 diskq_header1 h1; /* version 1 header */ local
757 h1 = *(diskq_header1 *)(&group->diskq.disk_hdr.h);
763 hc->state = h1.state;
764 hc->head_offset = h1.head_offset;
765 hc->tail_offset = h1.tail_offset;
766 hc->disk_size = h1.disk_size;
767 hc->nitems = h1.nitems;
768 hc->blocks = h1.blocks;
769 hc->qwrap = h1.qwrap;
770 hc->auxqwrap = h1
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h1805 uint8_t h1:4; member in struct:_rx_pkt_hdr0_t::__anon8588::_rx_pkt_hdr1_b8_t::__anon8598
1807 uint8_t h1:4;
1817 uint8_t h1:8; member in struct:_rx_pkt_hdr0_t::__anon8588::_rx_pkt_hdr1_b9_t::__anon8599
1819 uint8_t h1:8;
1829 uint8_t h1:4; member in struct:_rx_pkt_hdr0_t::__anon8588::_rx_pkt_hdr1_b10_t::__anon8600
1831 uint8_t h1:4;
H A Dnxge_fflp_hw.h534 uint32_t h1:20; member in struct:_hash_lookup_err_log2_t::__anon8230::__anon8231
540 uint32_t h1:20;
1651 uint32_t h1:20; member in struct:_hash_lookup_err_log
/illumos-gate/usr/src/lib/libnsl/key/
H A Dxcrypt.c552 uint32_t h1; member in struct:DESkey
587 if (weakDESkeys[i].h1 == db.key.high &&
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c528 #define LDAP_CONN_SAMEHOST( h1, h2 ) \
529 (( (h1) == NULL && (h2) == NULL ) || \
530 ( (h1) != NULL && (h2) != NULL && strcasecmp( (h1), (h2) ) == 0 ))
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c666 double h0, h1, h2, h3; local
737 h1 = d1 * TBL[i1];
747 s1 = h1 + l1;
763 *y = (n1 * ln2hi + TBL[i1+2]) + (h1 + (l1 +
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c124 * decimal dot equivalent. h1.h2.h3.h4.p1.p2 where h1-h4 are the host
183 int h1, h2, h3, h4, p1, p2; local
205 if (sscanf(addr, "%d.%d.%d.%d.%d.%d", &h1, &h2, &h3, &h4,
213 inaddr = (h1 << 24) + (h2 << 16) + (h3 << 8) + h4;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c449 /* Return (h1,cd1 >= h2,cd2) */
450 #define HCD_GTEQ(h1, cd1, h2, cd2) \
451 ((h1 > h2) ? TRUE : ((h1 == h2 && cd1 >= cd2) ? TRUE : FALSE))
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c230 #define CALLOUT_SWAP(h1, h2) \
234 tmp = *h1; \
235 *h1 = *h2; \

Completed in 126 milliseconds

12