Searched refs:te1 (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dtytypes.c413 Word ML_(TyEnt__cmp_by_cuOff_only) ( const TyEnt* te1, const TyEnt* te2 ) argument
415 if (te1->cuOff < te2->cuOff) return -1;
416 if (te1->cuOff > te2->cuOff) return 1;
480 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( const TyEnt* te1, const TyEnt* te2 ) argument
483 if (te1->tag < te2->tag) return -1;
484 if (te1->tag > te2->tag) return 1;
485 switch (te1->tag) {
489 r = UWord__cmp(te1->Te.INDIR.indR, te2->Te.INDIR.indR);
492 r = Bool__cmp(te1->Te.Atom.valueKnown, te2->Te.Atom.valueKnown);
494 r = Long__cmp(te1
[all...]
H A Dpriv_tytypes.h162 Word ML_(TyEnt__cmp_by_cuOff_only) ( const TyEnt* te1, const TyEnt* te2 );
166 Word ML_(TyEnt__cmp_by_all_except_cuOff) ( const TyEnt* te1, const TyEnt* te2 );
/external/opencv/ml/src/
H A Dmlestimate.cpp167 double te, te1;
211 te1 = responses_fl[*data * step];
212 sum_c += te1;
214 sum_cc += te1 * te1;
216 sum_cp += te1 * te;
217 te -= te1;
230 te1 = responses_i[*data * step];
231 sum_c += te1;
233 sum_cc += te1 * te
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-ia64.S53 te0=r40; te1=r41; te2=r42; te3=r43;
96 add te1=TE1,te0
145 (p0) shladd te11=te11,3,te1 // 5/0:te1+s1>>16
150 { .mmi; (p0) ld4 te11=[te11] // 6/0:te1[s1>>16]
151 (p0) shladd te12=te12,3,te1 // 6/1:te1+s2>>16
154 (p0) shladd te03=te03,3,te0 // 6/3:te1+s0>>16
157 { .mmi; (p0) ld4 te12=[te12] // 7/1:te1[s2>>16]
164 (p0) shladd te13=te13,3,te1 //
[all...]
/external/iproute2/include/linux/
H A Dif.h163 te1_settings *te1; member in union:if_settings::__anon22271
/external/kernel-headers/original/uapi/linux/
H A Dif.h166 te1_settings __user *te1; member in union:if_settings::__anon23032
/external/valgrind/main/include/vki/
H A Dvki-linux.h792 void /*te1_settings */__user *te1; member in union:vki_if_settings::__anon32923

Completed in 267 milliseconds