/titanic_53/usr/src/cmd/audio/utilities/ |
H A D | AudioTypePcm.cc | 116 char2short(char *&F, short *&T) { *T++ = ((short)*F++) << 8; } in char2short() 118 char2long(char *&F, long *&T) { *T++ = ((long)*F++) << 24; } in char2long() 120 char2float(char *&F, float *&T) { *T++ = char2dbl(*F++); } in char2float() 122 char2double(char *&F, double *&T) { *T++ = char2dbl(*F++); } in char2double() 124 char2ulaw(char *&F, ulaw *&T) { *T++ = audio_c2u(*F); F++; } in char2ulaw() 126 char2alaw(char *&F, alaw *&T) { *T++ = audio_c2a(*F); F++; } in char2alaw() 129 short2char(short *&F, char *&T) { *T++ = (char)(*F++ >> 8); } in short2char() 131 short2long(short *&F, long *&T) { *T++ = ((long)*F++) << 16; } in short2long() 133 short2float(short *&F, float *&T) { *T++ = short2dbl(*F++); } in short2float() 135 short2double(short *&F, double *&T) { *T++ = short2dbl(*F++); } in short2double() [all …]
|
/titanic_53/usr/src/uts/common/sys/ |
H A D | mode.h | 51 #define VTTOIF(T) (vttoif_tab[(int)(T)]) argument 52 #define MAKEIMODE(T, M) (VTTOIF(T) | ((M) & ~S_IFMT)) argument
|
H A D | skein.h | 61 uint64_t T[SKEIN_MODIFIER_WORDS]; member
|
/titanic_53/usr/src/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.ProcModelTrans.d | 41 proc_t *T; variable
|
/titanic_53/usr/src/uts/common/io/audio/impl/ |
H A D | audio_grc3.c | 68 #define DEFINE_FILTER(T) \ argument 76 #define DEFINE_FILTER_HQ(T) \ argument 97 #define DEFINE_CONVD(T, SZ) \ in DEFINE_FILTER() argument
|
/titanic_53/usr/src/cmd/sendmail/db/ |
H A D | db_int.h | 325 #define LOG_OP(C, T, O, K, A, F) { \ argument 337 #define DEBUG_LREAD(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument 339 #define DEBUG_LREAD(C, T, O, K, A, F) argument 342 #define DEBUG_LWRITE(C, T, O, K, A, F) LOG_OP(C, T, O, K, A, F) argument 344 #define DEBUG_LWRITE(C, T, O, K, A, F) argument 347 #define DEBUG_LREAD(C, T, O, K, A, F) argument 348 #define DEBUG_LWRITE(C, T, O, K, A, F) argument
|
/titanic_53/usr/src/common/mpi/ |
H A D | mpmontg.c | 97 mp_err s_mp_redc(mp_int *T, mp_mont_modulus *mmm) in s_mp_redc()
|
H A D | mpi-priv.h | 69 #define DIAG(T,V) {fprintf(stderr,T);mp_print(V,stderr);fputc('\n',stderr);} argument 71 #define DIAG(T,V) argument
|
/titanic_53/usr/src/cmd/lp/lib/lp/ |
H A D | set_charset.c | 201 *T, local
|
/titanic_53/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_ttl.c | 47 #define T(x) if ((x) < 0) return (-1); else (void)NULL macro
|
/titanic_53/usr/src/lib/libnisdb/ |
H A D | ldap_util.h | 39 #define T 1 macro
|
/titanic_53/usr/src/cmd/sort/common/ |
H A D | fields.c | 366 char *T = S; in field_boundary() local 411 wchar_t *T = S; in field_boundary_wide() local 457 char *T = S; in field_boundary_tabbed() local 520 wchar_t *T = S; in field_boundary_tabbed_wide() local
|
/titanic_53/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acenv.h | 387 #define va_arg(ap, T) (*(T *)(((ap) += (_Bnd (T, _AUPBND))) - (_Bnd (T,_ADNBND)))) argument
|
/titanic_53/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | options.c | 123 **T = 0, /* terminfo names */ variable
|
/titanic_53/usr/src/grub/grub-0.97/stage2/ |
H A D | md5.c | 66 static UINT4 T[64] = variable
|
/titanic_53/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | dh_gssapi.h | 53 #define New(T, n) ((T *)calloc(n, sizeof (T))) argument
|
/titanic_53/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 196 ccons ::= REFERENCES nm(T) idxlist_opt(TA) refargs(R). in nm() argument
|
/titanic_53/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | page.h | 105 #define REFERENCE(P, T, O) (((T *)((u_int8_t *)(P) + O))[0]) argument
|
/titanic_53/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_process.c | 45 #define NDR_IS_UNION(T) \ argument 47 #define NDR_IS_STRING(T) \ argument
|
H A D | libmlrpc.h | 415 #define NDR_NEW(XA, T) ndr_heap_malloc((XA)->heap, sizeof (T)) argument 416 #define NDR_NEWN(XA, T, N) ndr_heap_malloc((XA)->heap, sizeof (T)*(N)) argument
|
/titanic_53/usr/src/uts/sun/io/audio/drv/audiocs/ |
H A D | audio_4231.c | 2157 uint8_t T; in audiocs_sel_index() local 2207 uint8_t T; in audiocs_put_index() local
|
/titanic_53/usr/src/uts/common/sys/fs/ |
H A D | ufs_acl.h | 188 #define ACL_MOVE(P, T, B) \ argument
|
/titanic_53/usr/src/cmd/isns/isnsd/ |
H A D | htable.c | 40 #define UID_REUSABLE(T, X) ((T) - (X)->t >= ONE_DAY) argument
|
/titanic_53/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 436 int T; in conicarc() local
|
/titanic_53/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 135 #define T(f) ((f) -> toprow) macro
|