Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/titanic_44/usr/src/uts/sparc/fpu/
H A Dunpack.c103 uint_t U; in unpacksingle() local
106 U = x.significand; in unpacksingle()
118 pu->significand[0] = U; in unpacksingle()
127 if ((U & 0x400000) != 0) { /* quiet */ in unpacksingle()
133 pu->significand[0] = 0x18000 | (U >> 7); in unpacksingle()
134 (*pu).significand[1] = ((U&0x7f)<<25); in unpacksingle()
140 (*pu).significand[0] = 0x10000|(U>>7); in unpacksingle()
141 (*pu).significand[1] = ((U&0x7f)<<25); in unpacksingle()
151 uint_t U; in unpackdouble() local
154 U = x.significand; in unpackdouble()
[all …]
H A Dutility.c78 uint_t U, u0, u1, u2, u3, m, n, k; in fpu_normalize() local
93 n = 1; U = u0 >> 1; in fpu_normalize()
94 while (U >= 0x20000) { in fpu_normalize()
95 U >>= 1; in fpu_normalize()
104 u0 = U; in fpu_normalize()
106 n = 1; U = u0 << 1; in fpu_normalize()
107 while (U < 0x10000) { in fpu_normalize()
108 U <<= 1; in fpu_normalize()
/titanic_44/usr/src/lib/libdtrace/common/
H A Dudp.d.in54 translator udpinfo_t < udpha_t *U > {
55 udp_sport = ntohs(U->uha_src_port);
56 udp_dport = ntohs(U->uha_dst_port);
57 udp_length = ntohs(U->uha_length);
58 udp_checksum = ntohs(U->uha_checksum);
59 udp_hdr = U;
63 translator udpsinfo_t < udp_t *U > {
64 udps_addr = (uintptr_t)U;
65 udps_lport = U ?
66 ntohs(U->udp_connp->u_port.connu_ports.connu_lport) : 0;
[all …]
/titanic_44/usr/src/cmd/refer/papers/
H A DRbstjissue1 %T U\s-2NIX\s0 Time-Sharing System: Preface
10 %T U\s-2NIX\s0 Time-Sharing System: Foreword
21 %T The U\s-2NIX\s0 Time-Sharing System
31 %T U\s-2NIX\s0 Time-Sharing System: U\s-2NIX\s0 Implementation
40 %T U\s-2NIX\s0 Time-Sharing System: A Retrospective
50 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
59 %T U\s-2NIX\s0 Time-Sharing System: The C Programming Language
71 %T U\s-2NIX\s0 Time-Sharing System: Portability of C Programs and the U\s-2NIX\s0 System
81 %T U\s-2NIX\s0 Time-Sharing System: The M\s-2ERT\s0 Operating System
92 %T U\s-2NIX\s0 Time-Sharing System: U\s-2NIX\s0 on a Microprocessor
[all …]
H A DRv7man28 %T U\s-2NIX\s0 Time-Sharing System: Document Preparation
46 %T U\s-2NIX\s0 Time-Sharing System: The Programmer's Workbench
57 %T U\s-2NIX\s0 Time-Sharing System: U\s-2NIX\s0 on a Microprocessor
81 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
136 %T M\s-2UNIX\s0, A Multiprocessing Version of U\s-2NIX\s0
143 %T The U\s-2NIX\s0 Time-Sharing System
164 %T U\s-2NIX\s0 Programmer's Man\&ual
173 %T The U\s-2NIX\s0 Command Language
276 %T U\s-2NIX\s0 Time-Sharing System: Portability of C Programs and the U\s-2NIX\s0 System
292 %T U\s-2NIX\s0 Programmer's Manual
[all …]
/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_data.c155 if ((_res.options & RES_INIT) == 0U && res_init() == -1) in fp_nquery()
171 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_mkquery()
182 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_mkupdate()
196 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_query()
220 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_send()
232 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_sendsigned()
247 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_update()
261 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_search()
276 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_querydomain()
288 if ((_res.options & RES_INIT) == 0U && res_init() == -1) { in res_randomid()
H A Dres_query.c139 if (n > 0 && (statp->options & RES_NSID) != 0U) { in res_nquery()
158 if ((statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0U && in res_nquery()
261 if ((!dots && (statp->options & RES_DEFNAMES) != 0U) || in res_nsearch()
262 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0U)) { in res_nsearch()
320 if ((statp->options & RES_DNSRCH) == 0U) in res_nsearch()
329 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
/titanic_44/usr/src/cmd/spell/
H A Dhashcheck.c45 #define U (BYTE*sizeof (unsigned)) macro
58 i = U; in fetch()
67 bp += U; in fetch()
94 bp = U; in main()
97 if (wp == hindex[i] && bp == U) in main()
105 wp == hindex[i+1] && bp < U) in main()
/titanic_44/usr/src/cmd/tip/
H A Detc.remote5 :dv=/dev/term/b:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D:
12 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#300:tc=dialers:
14 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#1200:tc=dialers:
16 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#2400:tc=dialers:
18 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#9600:tc=dialers:
20 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#19200:tc=dialers:
22 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#300:tc=dialers:
24 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#1200:tc=dialers:
/titanic_44/usr/src/cmd/fm/dicts/
H A DNXGE.po29 # code: NXGE-8000-0U
32 msgid "NXGE-8000-0U.type"
34 msgid "NXGE-8000-0U.severity"
36 msgid "NXGE-8000-0U.description"
38 msgid "NXGE-8000-0U.response"
40 msgid "NXGE-8000-0U.impact"
42 msgid "NXGE-8000-0U.action"
/titanic_44/usr/src/lib/libm/common/Q/
H A Dsinpil.c75 #define U(q, m) ((unsigned *) &(q))[m] macro
78 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0)
85 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof (long double) / sizeof (int) - 1)
164 #undef U
H A Dsincospil.c75 #define U(q, m) ((unsigned *) &(q))[m] macro
78 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0)
85 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof (long double) / sizeof (int) - 1)
190 #undef U
/titanic_44/usr/src/lib/libm/common/LD/
H A Dsinpil.c76 #define U(q, m) ((unsigned *) &(q))[m] macro
79 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0)
86 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof(long double) / sizeof(int) - 1)
169 #undef U
H A Dsincospil.c77 #define U(q, m) ((unsigned *) &(q))[m] macro
80 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0)
87 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof(long double) / sizeof(int) - 1)
202 #undef U
/titanic_44/usr/src/lib/libresolv2/common/isc/
H A Dmemcluster.c143 if (init_max_size == 0U) in meminit()
147 if (target_size == 0U) in meminit()
206 if (size == 0U) { in __memget_record()
389 if (size == 0U) { in __memput_record()
432 INSIST(stats[max_size].gets != 0U); in __memput_record()
470 INSIST(stats[size].gets != 0U); in __memput_record()
511 if (s->totalgets == 0U && s->gets == 0U) in memstats()
516 if (s->blocks != 0U) in memstats()
545 if (stats[i].gets != 0U) in memactive()
H A Dhex.c67 if (len > 0U) { in isc_gethexstring()
94 while (buflen > 0U) { in isc_puthexstring()
110 while (buflen > 0U) { in isc_tohex()
/titanic_44/usr/src/lib/libsip/common/
H A Dsip_msg.h320 } U; member
496 #define sip_resp_phrase_len U.sip_response.sip_response_phrase.sip_str_len
497 #define sip_resp_phrase_ptr U.sip_response.sip_response_phrase.sip_str_ptr
499 #define sip_resp_code U.sip_response.sip_response_code
500 #define sip_resp_phrase U.sip_response.sip_response_phrase
502 #define sip_req_method U.sip_request.sip_request_method
503 #define sip_req_uri U.sip_request.sip_request_uri
504 #define sip_req_uri_ptr U.sip_request.sip_request_uri.sip_str_ptr
505 #define sip_req_uri_len U.sip_request.sip_request_uri.sip_str_ptr
506 #define sip_req_parse_uri U.sip_request.sip_parse_uri
H A Dsip_gids.c234 _sip_msg->sip_msg_req_res->U.sip_request.sip_request_uri. in sip_branchid()
252 U.sip_request.sip_request_uri.sip_str_ptr, in sip_branchid()
253 _sip_msg->sip_msg_req_res->U.sip_request. in sip_branchid()
268 U.sip_request.sip_request_uri.sip_str_ptr, in sip_branchid()
269 _sip_msg->sip_msg_req_res->U.sip_request. in sip_branchid()
/titanic_44/usr/src/cmd/mandoc/
H A Dchars.in136 CHAR("*U", "Y", 933)
184 CHAR(":U", "U", 220)
195 CHAR("\'U", "U", 218)
205 CHAR("^U", "U", 219)
215 CHAR("`U", "U", 217)
295 CHAR("cu", "U", 8746)
302 CHAR("coproduct", "U", 8720)
/titanic_44/usr/src/lib/libresolv2/common/nameser/
H A Dns_samedomain.c60 if (la != 0U && a[la - 1] == '.') { in ns_samedomain()
76 if (lb != 0U && b[lb - 1] == '.') { in ns_samedomain()
92 if (lb == 0U) in ns_samedomain()
/titanic_44/usr/src/uts/common/io/sfe/
H A Dsfereg.h105 #define DEST_REJECT 0U
319 #define TXCFG_MXDMA_512 (0U << TXCFG_MXDMA_SHIFT)
344 #define RXCFG_MXDMA_512 (0U << RXCFG_MXDMA_SHIFT)
410 #define RFADDR_MAC_SIS900 0U
/titanic_44/usr/src/cmd/localedef/data/
H A D8859-4.TXT133 0x55 0x0055 # LATIN CAPITAL LETTER U
165 0x75 0x0075 # LATIN SMALL LETTER U
265 0xD9 0x0172 # LATIN CAPITAL LETTER U WITH OGONEK
266 0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE
267 0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
268 0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
269 0xDD 0x0168 # LATIN CAPITAL LETTER U WITH TILDE
270 0xDE 0x016A # LATIN CAPITAL LETTER U WITH MACRON
297 0xF9 0x0173 # LATIN SMALL LETTER U WITH OGONEK
298 0xFA 0x00FA # LATIN SMALL LETTER U WITH ACUTE
[all …]
H A D8859-10.TXT133 0x55 0x0055 # LATIN CAPITAL LETTER U
165 0x75 0x0075 # LATIN SMALL LETTER U
222 0xAE 0x016A # LATIN CAPITAL LETTER U WITH MACRON
238 0xBE 0x016B # LATIN SMALL LETTER U WITH MACRON
263 0xD7 0x0168 # LATIN CAPITAL LETTER U WITH TILDE
265 0xD9 0x0172 # LATIN CAPITAL LETTER U WITH OGONEK
266 0xDA 0x00DA # LATIN CAPITAL LETTER U WITH ACUTE
267 0xDB 0x00DB # LATIN CAPITAL LETTER U WITH CIRCUMFLEX
268 0xDC 0x00DC # LATIN CAPITAL LETTER U WITH DIAERESIS
295 0xF7 0x0169 # LATIN SMALL LETTER U WITH TILDE
[all …]
/titanic_44/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_pton.c73 if (size <= 0U) in inet_net_pton_ipv4()
87 if (size-- <= 0U) in inet_net_pton_ipv4()
94 if (size-- <= 0U) in inet_net_pton_ipv4()
111 if (size-- <= 0U) in inet_net_pton_ipv4()
174 if (size-- <= 0U) in inet_net_pton_ipv4()
/titanic_44/usr/src/cmd/troff/nroff.d/terms.d/
H A Dab.X101 *U 1 Y
104 *Q 1 U\b|
122 cu 1 U

12345678910>>...18