Home
last modified time | relevance | path

Searched refs:d (Results 226 – 250 of 2520) sorted by relevance

12345678910>>...101

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfloatundisf.c38 double d; in ___floatundisf() local
41 d = aa.ul[H]; in ___floatundisf()
42 d *= (1 << HALF_BITS); in ___floatundisf()
43 d *= (1 << HALF_BITS); in ___floatundisf()
44 d += aa.ul[L]; in ___floatundisf()
46 return ((float)d); in ___floatundisf()
H A Dfloatdisf.c38 double d; in ___floatdisf() local
41 d = aa.sl[H]; in ___floatdisf()
42 d *= (1 << HALF_BITS); in ___floatdisf()
43 d *= (1 << HALF_BITS); in ___floatdisf()
44 d += aa.ul[L]; in ___floatdisf()
46 return ((float)d); in ___floatdisf()
H A Dfloatdidf.c38 double d; in ___floatdidf() local
41 d = aa.sl[H]; in ___floatdidf()
42 d *= (1 << HALF_BITS); in ___floatdidf()
43 d *= (1 << HALF_BITS); in ___floatdidf()
44 d += aa.ul[L]; in ___floatdidf()
46 return (d); in ___floatdidf()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dconstexpr-init.c12 struct A d; member
15 static struct B d= {1, {1, {1, 1}}}; // OK variable
20 static struct B i= {.c = 1, .d = {.a = 1, .b = {1, 1}}}; // OK
21 static struct B j= {.c = a, .d = {.a = 1, .b = {1, 1}}}; // KO
22 static struct B k= {.c = 1, .d = {.a = a, .b = {1, 1}}}; // KO
23 static struct B l= {.c = 1, .d = {.a = 1, .b = {a, 1}}}; // KO
24 static struct B m= {.c = 1, .d = {.a = 1, .b = {1, a}}}; // KO
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c97 int c, d; in getbr() local
172 d = 0; in getbr()
174 d = toupper(c); in getbr()
178 if (d == c) { in getbr()
179 d = *colp++; in getbr()
185 if (!d) { in getbr()
190 } else if (d) in getbr()
191 c = d; in getbr()
515 int d; local
548 for (d=0; d < MAXNOMACS && maps[d].mapto; d++) {
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_cplx_mul.c94 long double a, b, c, d, x, y; local
106 d = ((long double *)w)[1];
108 x = a * c - b * d;
109 y = a * d + b * c;
129 j = testinfl(d);
133 d = j;
137 x = inf.q * (a * c - b * d);
138 y = inf.q * (a * d + b * c);
H A D_Q_cplx_lr_div_ix.c53 long double b, c, d; local
57 d = ((long double *)w)[1];
59 b /= (c * c + d * d);
62 ((long double *)&v)[0] = b * d;
66 ((long double *)v)[0] = b * d;
H A D_Q_cplx_lr_div_rx.c53 long double a, c, d; local
57 d = ((long double *)w)[1];
59 a /= (c * c + d * d);
63 ((long double *)&v)[1] = a * -d;
67 ((long double *)v)[1] = a * -d;
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dclscook.c164 d->db_scn = s; in _elf_cookscn()
170 d->db_data.d_buf = 0; in _elf_cookscn()
171 d->db_data.d_off = 0; in _elf_cookscn()
175 d->db_shsz = sh->sh_size; in _elf_cookscn()
176 d->db_raw = 0; in _elf_cookscn()
177 d->db_buf = 0; in _elf_cookscn()
178 d->db_uflags = 0; in _elf_cookscn()
179 d->db_myflags = 0; in _elf_cookscn()
180 d->db_next = 0; in _elf_cookscn()
183 d->db_fsz = sh->sh_size; in _elf_cookscn()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dip.c97 if (d) { in sendip()
99 inet_ntoa(d->myip), ntohs(d->myport)); in sendip()
101 inet_ntoa(d->destip), ntohs(d->destport)); in sendip()
116 ip->ip_src = d->myip; in sendip()
117 ip->ip_dst = d->destip; in sendip()
122 ea = arpwhohas(d, ip->ip_dst); in sendip()
124 ea = arpwhohas(d, gateip); in sendip()
126 cc = sendether(d, ip, len, ea, ETHERTYPE_IP); in sendip()
213 arp_reply(d, ah); in readipv4()
261 if (d->myip.s_addr && ip->ip_dst.s_addr != d->myip.s_addr) { in readipv4()
[all …]
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c225 HalDevice *d = iter->data; in hal_device_store_find() local
228 return d; in hal_device_store_find()
245 HalDevice *d = HAL_DEVICE (iter->data); in hal_device_store_foreach() local
248 cont = callback (store, d, user_data); in hal_device_store_foreach()
291 HalDevice *d = HAL_DEVICE (iter->data); in hal_device_store_match_key_value_string() local
294 if (!hal_device_has_property (d, key)) in hal_device_store_match_key_value_string()
303 return d; in hal_device_store_match_key_value_string()
320 HalDevice *d = HAL_DEVICE (iter->data); in hal_device_store_match_key_value_int() local
323 if (!hal_device_has_property (d, key)) in hal_device_store_match_key_value_int()
331 return d; in hal_device_store_match_key_value_int()
[all …]
H A Dutil.h54 gboolean hal_util_set_int_from_file (HalDevice *d, const gchar *key, const gchar *directory, const …
58 gboolean hal_util_set_uint64_from_file (HalDevice *d, const gchar *key, const gchar *directory, con…
62 gboolean hal_util_set_string_from_file (HalDevice *d, const gchar *key, const gchar *directory, con…
66 gboolean hal_util_set_bcd2_from_file (HalDevice *d, const gchar *key, const gchar *directory, const…
82 gboolean hal_util_set_string_elem_from_file (HalDevice *d, const gchar *key,
86 gboolean hal_util_set_int_elem_from_file (HalDevice *d, const gchar *key,
90 gboolean hal_util_set_bool_elem_from_file (HalDevice *d, const gchar *key,
97 typedef void (*HalCalloutsDone) (HalDevice *d, gpointer userdata1, gpointer userdata2);
99 void hal_util_callout_device_add (HalDevice *d, HalCalloutsDone callback, gpointer userdata1, gpoin…
100 void hal_util_callout_device_remove (HalDevice *d, HalCalloutsDone callback, gpointer userdata1, gp…
[all …]
/illumos-gate/usr/src/cmd/backup/lib/
H A Dlint.sed1 /^"operator_xdr.c.*variable unused in function/d
2 /yaccpar/d
3 /getdate.y.*include file.*unnecessary/d
4 /different definitions.*CLK_TCK/d
5 /lint suppression directive not used/d
6 /no corresponding .h file/d
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Dascii13 |140 ` |141 a |142 b |143 c |144 d |145 e |146 f |147 g |
20 | 08 bs | 09 ht | 0a nl | 0b vt | 0c np | 0d cr | 0e so | 0f si |
22 | 18 can| 19 em | 1a sub| 1b esc| 1c fs | 1d gs | 1e rs | 1f us |
24 | 28 ( | 29 ) | 2a * | 2b + | 2c , | 2d - | 2e . | 2f / |
26 | 38 8 | 39 9 | 3a : | 3b ; | 3c < | 3d = | 3e > | 3f ? |
28 | 48 H | 49 I | 4a J | 4b K | 4c L | 4d M | 4e N | 4f O |
30 | 58 X | 59 Y | 5a Z | 5b [ | 5c \ | 5d ] | 5e ^ | 5f _ |
31 | 60 ` | 61 a | 62 b | 63 c | 64 d | 65 e | 66 f | 67 g |
32 | 68 h | 69 i | 6a j | 6b k | 6c l | 6d m | 6e n | 6f o |
34 | 78 x | 79 y | 7a z | 7b { | 7c | | 7d } | 7e ~ | 7f del|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dswapget.c41 register unsigned char* d; in swapget() local
47 if (op) swapmem(op, b, d = tmp, n); in swapget()
48 else d = (unsigned char*)b; in swapget()
49 p = d + n; in swapget()
51 while (d < p) in swapget()
54 v |= *d++; in swapget()
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DSun-Fire-X4500-disk-hc-topology.xmlgen58 "value='ipmi:fru gid=3 hdd=%d' />\n", $bay;
61 printf " <propval name='indicator-name-%d' " .
63 printf " <propval name='indicator-action-%d' " .
64 "type='string' value='ipmi:state sid=%d %s' />\n",
69 printf " <propval name='indicator-rule-states-%d' " .
71 printf " <propval name='indicator-rule-actions-%d' " .
164 $apoint = sprintf(":%d", $target);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h567 #define DEV_IS_ALLUNIT(d) (((d) & SBD_DEV_UNITMASK) == 0) argument
568 #define _DEV_IS_ALLTYPE(d) (((d) & SBD_DEV_TYPEMASK) == 0) argument
569 #define DEV_IS_ALLBOARD(d) (DEV_IS_ALLUNIT(d) && _DEV_IS_ALLTYPE(d)) argument
570 #define DEV_IS_CPU(d) ((d) & SBD_DEV_CPU) argument
571 #define DEV_IS_MEM(d) ((d) & SBD_DEV_MEM) argument
572 #define DEV_IS_IO(d) ((d) & SBD_DEV_IO) argument
573 #define DEV_IS_ALLCPU(d) (DEV_IS_ALLUNIT(d) && DEV_IS_CPU(d)) argument
574 #define DEV_IS_ALLMEM(d) (DEV_IS_ALLUNIT(d) && DEV_IS_MEM(d)) argument
575 #define DEV_IS_ALLIO(d) (DEV_IS_ALLUNIT(d) && DEV_IS_IO(d)) argument
576 #define DEV2UNIT(d) \ argument
[all …]
/illumos-gate/usr/src/cmd/initpkg/
H A DMakefile29 TXTS= rc2.d/mk.rc2.d.sh
31 RCDIRS= rc2.d
73 all: $(ALL) all_init.d $(TXTS)
84 all_init.d: FRC
85 @cd init.d; pwd; $(MAKE) all
87 ins_init.d: FRC
88 @cd init.d; pwd; $(MAKE) install
93 install: $(ALL) ins_all ins_init.d $(RCDIRS)
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c1172 audio_dev_t *d; in sndctl_cardinfo() local
1190 if (d == NULL) { in sndctl_cardinfo()
1258 audio_dev_t *d; in sndctl_audioinfo() local
1277 if (d == NULL) { in sndctl_audioinfo()
1321 auclnt_get_dev_driver(d), auclnt_get_dev_instance(d)); in sndctl_audioinfo()
1345 audio_dev_t *d; in sound_mixer_info() local
1396 audio_dev_t *d; in sndctl_mixerinfo() local
1440 auclnt_get_dev_driver(d), auclnt_get_dev_instance(d)); in sndctl_mixerinfo()
1968 audio_dev_t *d; in sndctl_mix_nrext() local
2429 auclnt_get_dev_number(d), auclnt_get_dev_name(d), in sndstat_dev_walker()
[all …]
H A Daudio_format.c127 int32_t *dst = d; in cnv_from_s8()
143 int32_t *dst = d; in cnv_from_u8()
159 int32_t *dst = d; in cnv_from_ulaw()
175 int32_t *dst = d; in cnv_from_alaw()
191 int32_t *dst = d; in cnv_from_s16ne()
207 int32_t *dst = d; in cnv_from_s16oe()
223 int32_t *dst = d; in cnv_from_u16ne()
239 int32_t *dst = d; in cnv_from_u16oe()
255 int32_t *dst = d; in cnv_from_s24p()
412 int32_t d; in cnv_to_s24p() local
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c97 UINT4 a,b,c,d,tmp; in md5_transform() local
103 d = state[3]; in md5_transform()
108 tmp = a + F (b, c, d) + le32_to_cpu (x[i]) + T[i]; in md5_transform()
111 a = d; d = c; c = b; b = tmp; in md5_transform()
116 tmp = a + G (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+16]; in md5_transform()
119 a = d; d = c; c = b; b = tmp; in md5_transform()
124 tmp = a + H (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+32]; in md5_transform()
127 a = d; d = c; c = b; b = tmp; in md5_transform()
132 tmp = a + I (b, c, d) + le32_to_cpu (x[j & 15]) + T[i+48]; in md5_transform()
135 a = d; d = c; c = b; b = tmp; in md5_transform()
[all …]
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_F_cplx_lr_div.c43 long double a, b, c, d, r; in _F_cplx_lr_div() local
48 d = ((float *)&w)[1]; in _F_cplx_lr_div()
49 r = 1.0f / (c * c + d * d); in _F_cplx_lr_div()
50 ((float *)&v)[0] = (float)((a * c + b * d) * r); in _F_cplx_lr_div()
51 ((float *)&v)[1] = (float)((b * c - a * d) * r); in _F_cplx_lr_div()
H A D_X_cplx_lr_div.c43 long double a, b, c, d, r; in _X_cplx_lr_div() local
48 d = ((long double *)&w)[1]; in _X_cplx_lr_div()
49 r = 1.0f / (c * c + d * d); in _X_cplx_lr_div()
50 ((long double *)&v)[0] = (a * c + b * d) * r; in _X_cplx_lr_div()
51 ((long double *)&v)[1] = (b * c - a * d) * r; in _X_cplx_lr_div()
H A D_D_cplx_lr_div.c43 long double a, b, c, d, r; in _D_cplx_lr_div() local
52 d = ((double *)&w)[1]; in _D_cplx_lr_div()
53 r = 1.0f / (c * c + d * d); in _D_cplx_lr_div()
55 ((double *)&v)[0] = (double)((a * c + b * d) * r); in _D_cplx_lr_div()
57 ((double *)&v)[1] = (double)((b * c - a * d) * r); in _D_cplx_lr_div()
/illumos-gate/usr/src/data/locale/data/
H A Dhu_HU.ISO8859-2.src108 <d>;/
858 collating-element <d-z> from "<d><z>"
870 collating-element <d-d-z> from "<d><d><z>"
873 collating-element <d-d-LATIN_SMALL_LETTER_Z_WITH_ACUTE> from "<d><d><LATIN_SMALL_LETTER_Z_WITH_ACUT…
876 collating-element <d-d-LATIN_SMALL_LETTER_Z_WITH_CARON> from "<d><d><LATIN_SMALL_LETTER_Z_WITH_CARO…
894 collating-element <d-d-z-s> from "<d><d><z><s>"
897 collating-element <d-d-z-LATIN_SMALL_LETTER_S_WITH_ACUTE> from "<d><d><z><LATIN_SMALL_LETTER_S_WITH…
900 collating-element <d-d-z-LATIN_SMALL_LETTER_S_WITH_CARON> from "<d><d><z><LATIN_SMALL_LETTER_S_WITH…
1448 <d-d-z> "<X3002><X3002>";"<X05><X05>";"<X06><X05>";<d-d-z>
1472 <d-d-z-s> "<X3003><X3003>";"<X05><X05>";"<X06><X05>";<d-d-z-s>
[all …]

12345678910>>...101