Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 39) sorted by relevance

12

/titanic_52/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc116 char2short(char *&F, short *&T) { *T++ = ((short)*F++) << 8; } in char2short() argument
118 char2long(char *&F, long *&T) { *T++ = ((long)*F++) << 24; } in char2long() argument
120 char2float(char *&F, float *&T) { *T++ = char2dbl(*F++); } in char2float() argument
122 char2double(char *&F, double *&T) { *T++ = char2dbl(*F++); } in char2double() argument
124 char2ulaw(char *&F, ulaw *&T) { *T argument
126 char2alaw(char * & F,alaw * & T) char2alaw() argument
129 short2char(short * & F,char * & T) short2char() argument
131 short2long(short * & F,long * & T) short2long() argument
133 short2float(short * & F,float * & T) short2float() argument
135 short2double(short * & F,double * & T) short2double() argument
137 short2ulaw(short * & F,ulaw * & T) short2ulaw() argument
139 short2alaw(short * & F,alaw * & T) short2alaw() argument
142 long2char(long * & F,char * & T) long2char() argument
144 long2short(long * & F,short * & T) long2short() argument
146 long2float(long * & F,float * & T) long2float() argument
148 long2double(long * & F,double * & T) long2double() argument
150 long2ulaw(long * & F,ulaw * & T) long2ulaw() argument
152 long2alaw(long * & F,alaw * & T) long2alaw() argument
155 float2char(float * & F,char * & T) float2char() argument
157 float2short(float * & F,short * & T) float2short() argument
159 float2long(float * & F,long * & T) float2long() argument
161 float2double(float * & F,double * & T) float2double() argument
163 float2ulaw(float * & F,ulaw * & T) float2ulaw() argument
165 float2alaw(float * & F,alaw * & T) float2alaw() argument
168 double2char(double * & F,char * & T) double2char() argument
170 double2short(double * & F,short * & T) double2short() argument
172 double2long(double * & F,long * & T) double2long() argument
174 double2float(double * & F,float * & T) double2float() argument
176 double2ulaw(double * & F,ulaw * & T) double2ulaw() argument
178 double2alaw(double * & F,alaw * & T) double2alaw() argument
181 ulaw2char(ulaw * & F,char * & T) ulaw2char() argument
183 ulaw2alaw(ulaw * & F,alaw * & T) ulaw2alaw() argument
185 ulaw2short(ulaw * & F,short * & T) ulaw2short() argument
187 ulaw2long(ulaw * & F,long * & T) ulaw2long() argument
189 ulaw2float(ulaw * & F,float * & T) ulaw2float() argument
191 ulaw2double(ulaw * & F,double * & T) ulaw2double() argument
194 alaw2char(alaw * & F,char * & T) alaw2char() argument
196 alaw2short(alaw * & F,short * & T) alaw2short() argument
198 alaw2long(alaw * & F,long * & T) alaw2long() argument
200 alaw2float(alaw * & F,float * & T) alaw2float() argument
202 alaw2double(alaw * & F,double * & T) alaw2double() argument
204 alaw2ulaw(alaw * & F,ulaw * & T) alaw2ulaw() argument
268 MOVE(F,T) Convert() argument
273 MOVE(F,T) Convert() argument
[all...]
/titanic_52/usr/src/uts/common/sys/
H A Dmode.h51 #define VTTOIF(T) (vttoif_tab[(int)(T)]) argument
52 #define MAKEIMODE(T, M) (VTTOIF(T) | ((M) & ~S_IFMT)) argument
H A Dskein.h61 uint64_t T[SKEIN_MODIFIER_WORDS]; member
/titanic_52/usr/src/cmd/dtrace/test/tst/common/translators/
H A Dtst.ProcModelTrans.d41 proc_t *T; variable
/titanic_52/usr/src/uts/common/io/audio/impl/
H A Daudio_grc3.c68 #define DEFINE_FILTER(T) \ argument
76 #define DEFINE_FILTER_HQ(T) \ argument
97 #define DEFINE_CONVD(T, SZ) \ in DEFINE_FILTER() argument
[all...]
/titanic_52/usr/src/cmd/sendmail/db/
H A Ddb_int.h325 #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, argument
348 DEBUG_LWRITE(C,T,O,K,A,F) global() argument
[all...]
/titanic_52/usr/src/common/mpi/
H A Dmpmontg.c97 mp_err s_mp_redc(mp_int *T, mp_mont_modulus *mmm) in s_mp_redc() argument
[all...]
H A Dmpi-priv.h69 #define DIAG(T,V) {fprintf(stderr,T);mp_print(V,stderr);fputc('\n',stderr);} argument
71 #define DIAG(T,V) argument
/titanic_52/usr/src/cmd/lp/lib/lp/
H A Dset_charset.c201 *T, local
/titanic_52/usr/src/lib/libresolv2/common/nameser/
H A Dns_ttl.c47 #define T(x) if ((x) < 0) return (-1); else (void)NULL macro
/titanic_52/usr/src/lib/libnisdb/
H A Dldap_util.h39 #define T 1 macro
/titanic_52/usr/src/cmd/sort/common/
H A Dfields.c366 char *T = S; in field_boundary() local
411 wchar_t *T = S; field_boundary_wide() local
457 char *T = S; field_boundary_tabbed() local
520 wchar_t *T = S; field_boundary_tabbed_wide() local
[all...]
/titanic_52/usr/src/uts/intel/sys/acpi/platform/
H A Dacenv.h387 #define va_arg(ap, T) (*(T *)(((ap) += (_Bnd (T, _AUPBND))) - (_Bnd (T,_ADNBND)))) argument
/titanic_52/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c123 **T = 0, /* terminfo names */ variable
[all...]
/titanic_52/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c66 static UINT4 T[64] = variable
/titanic_52/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Ddh_gssapi.h53 #define New(T, n) ((T *)calloc(n, sizeof (T))) argument
/titanic_52/usr/src/lib/libsqlite/src/
H A Dparse.y196 ccons ::= REFERENCES nm(T) idxlist_opt(TA) refargs(R). in nm() argument
[all...]
/titanic_52/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h105 #define REFERENCE(P, T, O) (((T *)((u_int8_t *)(P) + O))[0]) argument
/titanic_52/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c45 #define NDR_IS_UNION(T) \ argument
47 #define NDR_IS_STRING(T) \ argument
H A Dlibmlrpc.h415 #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_52/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.c2157 uint8_t T; in audiocs_sel_index() local
2207 uint8_t T; in audiocs_put_index() local
/titanic_52/usr/src/uts/common/sys/fs/
H A Dufs_acl.h188 #define ACL_MOVE(P, T, B) \ argument
/titanic_52/usr/src/cmd/isns/isnsd/
H A Dhtable.c40 #define UID_REUSABLE(T, X) ((T) - (X)->t >= ONE_DAY) argument
/titanic_52/usr/src/cmd/troff/troff.d/
H A Ddraw.c436 int T; in conicarc() local
/titanic_52/usr/src/lib/libeti/form/inc/
H A Dutility.h135 #define T(f) ((f) -> toprow) macro

12