Home
last modified time | relevance | path

Searched refs:Q (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/titanic_44/usr/src/lib/libshell/common/tests/
H A Dsubstring.sh254 if [[ ${var/+(\w)/Q} != 'Q.462abc %%' ]]
257 if [[ ${var//+(\w)/Q} != 'Q.Q %%' ]]
260 if [[ ${var//+(\S)/Q} != 'Q Q' ]]
374 [[ ${x/*%(()Q${Q})*/\1} == '(-")"-)' ]] || err_exit $M
378 [[ ${x/*%(()Q${Q})*/\1} == '(-\")\"-)' ]] || err_exit $M
380 [[ ${x/*%(()Q${S}Q${Q})*/\1} == $'(-\\\'")\\\'-)' ]] || err_exit $M
382 [[ ${x/*%(()Q${S}Q${Q})*/\1} == $'-(-\\\'")"-)-' ]] || err_exit $M
384 [[ ${x/*%(()Q${S}Q${Q})*/\1} == $'(-\\\'")"\'-)' ]] || err_exit $M
386 [[ ${x/*%(()Q${S}Q${Q})*/\1} == $'(-\\"\')\'\\"-)' ]] || err_exit $M
388 [[ ${x/*%(()Q${S}Q${Q})*/\1} == $'-(-\')\\\'\'-)-' ]] || err_exit $M
[all …]
/titanic_44/usr/src/uts/common/io/chxge/
H A Dsge.c92 static inline uint32_t t1_sge_rx(pesge *sge, freelQ_t *Q,
95 static void t1_sge_check_pause(pesge *sge, struct freelQ *Q);
97 static void alloc_freelQ_buffers(pesge *sge, struct freelQ *Q);
99 static void free_cmdQ_buffers(pesge *sge, cmdQ_t *Q, uint32_t credits_pend);
105 static void free_freelQ_buffers(pesge *sge, struct freelQ *Q);
306 struct cmdQ *Q = &sge->cmdQ[qid]; in sge_data_out() local
308 spinlock_t *qlock = &Q->cq_qlock; in sge_data_out()
310 cmdQ_e *q = Q->cq_entries; in sge_data_out()
314 uint32_t entries_n = Q->cq_entries_n; in sge_data_out()
316 cmdQ_ce_t *cq = Q->cq_centries; in sge_data_out()
[all …]
/titanic_44/usr/src/lib/libm/
H A DMakefile.com653 ../common/Q/_TBL_atanl.c \
654 ../common/Q/_TBL_expl.c \
655 ../common/Q/_TBL_expm1l.c \
656 ../common/Q/_TBL_logl.c \
657 ../common/Q/finitel.c \
658 ../common/Q/isnanl.c \
659 ../common/Q/__cosl.c \
660 ../common/Q/__lgammal.c \
661 ../common/Q/__poly_libmq.c \
662 ../common/Q/__rem_pio2l.c \
[all …]
/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/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h467 #define HCI1394_GETTAG(Q) (((Q) & DESC_TAG_MASK) >> DESC_TAG_SHIFT) argument
473 #define HCI1394_GETCHAN(Q) (((Q) & PKT_CHAN_MASK) >> \ argument
480 #define HCI1394_GETSY(Q) (((Q) & DESC_PKT_SY_MASK) >> \ argument
486 #define HCI1394_GET_ILEN(Q) (((Q) & DESC_DATALEN_MASK) >> \ argument
/titanic_44/usr/src/lib/libast/common/uwin/
H A Derf.c272 double R,S,P,Q,ax,s,y,z,r,fabs(),exp(); variable
294 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
296 return (c + P/Q);
298 return (-c - P/Q);
330 double R,S,P,Q,s,ax,y,z,r,fabs(),__exp__D(); variable
358 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
360 z = one-c; return z - P/Q;
362 z = c+P/Q; return one+z;
/titanic_44/usr/src/lib/libm/common/C/
H A Derf.c284 double R, S, P, Q, s, y, z, r; in erf() local
314 Q = one + s * (qa1 + s * (qa2 + s * (qa3 + s * (qa4 + in erf()
317 return (erx + P / Q); in erf()
319 return (-erx - P / Q); in erf()
352 double R, S, P, Q, s, y, z, r; in erfc() local
385 Q = one + s * (qa1 + s * (qa2 + s * (qa3 + s * (qa4 + in erfc()
389 return (z - P / Q); in erfc()
391 z = erx + P / Q; in erfc()
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Ddaisyforms.c152 if ((trigger = pf->alert.Q) <= 0) in check_form_alert()
180 || NALERT.Q != OALERT.Q in check_form_alert()
242 if ((trigger = ppw->alert.Q) <= 0) in check_pwheel_alert()
270 || NALERT.Q != OALERT.Q in check_pwheel_alert()
/titanic_44/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_pwheel.c162 ppw->alert.Q = 0;
177 ppw->alert.Q = Q;
H A Doptions.c95 Q = -1, /* queue threshold for alert */ variable
431 if (Q != -1)
434 Q = 1;
436 Q = strtol(optarg, &rest, 10);
437 if (Q < 0) {
445 if (Q == 0) {
/titanic_44/usr/src/cmd/fm/dicts/
H A DDISK.po92 # code: DISK-8000-4Q
95 msgid "DISK-8000-4Q.type"
97 msgid "DISK-8000-4Q.severity"
99 msgid "DISK-8000-4Q.description"
101 msgid "DISK-8000-4Q.response"
103 msgid "DISK-8000-4Q.impact"
105 msgid "DISK-8000-4Q.action"
/titanic_44/usr/src/cmd/lp/cmd/
H A Dlpforms.c257 if (alert.Q != -1) in main()
260 alert.Q = 1; in main()
262 alert.Q = strtol(optarg, &rest, 10); in main()
263 if (alert.Q < 0) { in main()
271 if (alert.Q == 0) { in main()
382 && (alert.Q != -1 || alert.W != -1) in main()
606 alert.W = alert.Q = -1;
647 alert.W = alert.Q = -1;
728 && (p_new_alert->W != -1 || p_new_alert->Q != -1)
734 if (p_new_alert->Q != -1)
[all …]
/titanic_44/usr/src/cmd/lp/lib/lp/
H A Dalerts.c256 fdprintf(fdout, "%d\n", alertp->Q > 0? alertp->Q : 1); in putalert()
363 alert.Q = atoi(buf); in getalert()
480 if (alertp->Q > 1) in printalert()
484 alertp->Q in printalert()
/titanic_44/usr/src/cmd/getopt/
H A Dgetoptcvt.sh82 Q
117 Q
/titanic_44/usr/src/cmd/sendmail/cf/mailer/
H A Dsmtp.m423 define(`_SMTP_QGRP', `ifelse(defn(`SMTP_MAILER_QGRP'),`',`', ` Q=SMTP_MAILER_QGRP,')')dnl
24 define(`_ESMTP_QGRP', `ifelse(defn(`ESMTP_MAILER_QGRP'),`',`', ` Q=ESMTP_MAILER_QGRP,')')dnl
25 define(`_SMTP8_QGRP', `ifelse(defn(`SMTP8_MAILER_QGRP'),`',`', ` Q=SMTP8_MAILER_QGRP,')')dnl
26 define(`_DSMTP_QGRP', `ifelse(defn(`DSMTP_MAILER_QGRP'),`',`', ` Q=DSMTP_MAILER_QGRP,')')dnl
27 define(`_RELAY_QGRP', `ifelse(defn(`RELAY_MAILER_QGRP'),`',`', ` Q=RELAY_MAILER_QGRP,')')dnl
/titanic_44/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.s505 ldxa [%g4]ASI_QUEUE, %g2 ! %g2 = Q head offset
507 ldxa [%g4]ASI_QUEUE, %g3 ! %g3 = Q tail offset
516 ldxa [%g4]ASI_QUEUE, %g2 ! %g2 = Q head offset
518 ldxa [%g4]ASI_QUEUE, %g3 ! %g3 = Q tail offset
525 add %g6, %g4, %g4 ! %g4 = PA of ER in Q
/titanic_44/usr/src/cmd/troff/troff.d/
H A Ddraw.c284 Q, move, Xc, Yc; in conicarc() local
408 Q = 3; in conicarc()
410 Q = (4 + qt - qs) % 4 - 1; in conicarc()
418 while ((Q >= 0) in conicarc()
419 || ((Q > -2) in conicarc()
432 Q--; in conicarc()
/titanic_44/usr/src/cmd/loadkeys/type_4/
H A Dgermany_545 key 54 base q shift Q caps Q ctrl ^Q altg @
H A Dfrance_549 key 77 base q shift Q caps Q ctrl ^Q altg nop
H A Dfrance_hobo53 key 77 base q shift Q caps Q ctrl ^Q altg nop
H A Dgermany_hobo45 key 54 base q shift Q caps Q ctrl ^Q altg @
/titanic_44/usr/src/cmd/loadkeys/type_6/
H A Dcanadian_french48 key 4 base q shift Q caps Q ctrl ^Q altg nop
H A Dfrance48 key 4 base q shift Q caps Q ctrl ^Q altg nop
H A Dgermany44 key 20 base q shift Q caps Q ctrl ^Q altg @
/titanic_44/usr/src/lib/libsqlite/test/
H A Dprintf.test100 sqlite_mprintf_str {%d %d A quoted string: %Q} 1 2 {Hi Y'all}
103 sqlite_mprintf_str {%d %d A NULL pointer in %%Q: %Q} 1 2
104 } {1 2 A NULL pointer in %Q: NULL}

12345678910>>...16