Searched refs:xx (Results 1 - 25 of 398) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/direct/
H A Ddtest.c15 char xx[600]; variable
169 char xx[200]; local
177 sprintf(xx,"%s %8d",fn,iterations);
178 yaffs_write(h,xx,strlen(xx));
189 char xx[200]; local
199 sprintf(xx,"%s %8d",fn,iterations);
200 l = strlen(xx);
205 if(strcmp(xx,yy)){
382 while ((result = yaffs_write(h,xx,60
1819 char xx[2500]; local
[all...]
H A Dyaffsfs.c228 // eg. "/data/xx/ff" --> puts name="ff" and returns the directory "/data/xx"
797 yaffs_Object *xx = newdir; local
799 while( renameAllowed && xx)
801 if(xx == obj)
805 xx = xx->parent;
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm72 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
76 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
78 ;scan equ rsp + xx - LocalVarsSize ; ptr to string wanting match -> r9
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft_sse2.c192 const __m128 xx = _mm_add_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local
219 _mm_storel_epi64((__m128i*)&a[j0 + 0], _mm_castps_si128(xx));
221 _mm_shuffle_epi32(_mm_castps_si128(xx),
/external/tremolo/Tremolo/
H A Dmdct.c256 DATA_TYPE *xx = x + (b>>shift); local
261 if(w>xx){
263 r = xx[0];
264 xx[0] = w[0];
267 r = xx[1];
268 xx[1] = w[1];
H A DmdctARM.s1013 ADD r9, r1, r7, LSL #2 @ r9 = xx = x + (b>>shift)
1014 CMP r5, r9 @ if (w > xx)
1017 LDRGT r12,[r9] @ r12 = xx[0]
1018 LDRGT r14,[r9,#4] @ r14 = xx[1]
1019 STRGT r10,[r9] @ xx[0]= w[0]
1020 STRGT r11,[r9,#4] @ xx[1]= w[1]
1021 STRGT r12,[r5,#8] @ w[0] = xx[0]
1022 STRGT r14,[r5,#12] @ w[1] = xx[1]
H A DmdctLARM.s999 ADD r9, r1, r7, LSR r3 @ r9 = xx = x + (b>>shift)
1000 CMP r5, r9 @ if (w > xx)
1003 LDRGT r12,[r9] @ r12 = xx[0]
1004 LDRGT r14,[r9,#4] @ r14 = xx[1]
1005 STRGT r10,[r9] @ xx[0]= w[0]
1006 STRGT r11,[r9,#4] @ xx[1]= w[1]
1007 STRGT r12,[r5,#8] @ w[0] = xx[0]
1008 STRGT r14,[r5,#12] @ w[1] = xx[1]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c3037 static inline UChar abdU8 ( UChar xx, UChar yy ) { argument
3038 return toUChar(xx>yy ? xx-yy : yy-xx);
3096 ULong amd64g_calculate_mmx_pmaddwd ( ULong xx, ULong yy ) argument
3100 (((Int)(Short)sel16x4_3(xx)) * ((Int)(Short)sel16x4_3(yy)))
3101 + (((Int)(Short)sel16x4_2(xx)) * ((Int)(Short)sel16x4_2(yy))),
3102 (((Int)(Short)sel16x4_1(xx)) * ((Int)(Short)sel16x4_1(yy)))
3103 + (((Int)(Short)sel16x4_0(xx)) * ((Int)(Short)sel16x4_0(yy)))
3108 ULong amd64g_calculate_mmx_psadbw ( ULong xx, ULon argument
3178 sad_8x4( ULong xx, ULong yy ) argument
[all...]
H A Dguest_arm64_toIR.c4151 UInt xx = INSN(15, 14); local
6848 01xx:xxx -> S, SHR:32-xxxxx SHL:xxxxx
6934 01xx -> 2d, 2s(q0)/4s(q1), 64 - immh:immb (0..31)
6998 01xx -> 2d, 2s(q0)/4s(q1), immh:immb - 32 (0..31)
7295 0:xx100 -> S, xx, 32Uto64
7306 1:xx100 -> S, xx, 32Sto64
7387 xx100 -> S, xx
H A Dguest_x86_helpers.c2503 static inline UChar abdU8 ( UChar xx, UChar yy ) { argument
2504 return toUChar(xx>yy ? xx-yy : yy-xx);
2562 ULong x86g_calculate_mmx_pmaddwd ( ULong xx, ULong yy ) argument
2566 (((Int)(Short)sel16x4_3(xx)) * ((Int)(Short)sel16x4_3(yy)))
2567 + (((Int)(Short)sel16x4_2(xx)) * ((Int)(Short)sel16x4_2(yy))),
2568 (((Int)(Short)sel16x4_1(xx)) * ((Int)(Short)sel16x4_1(yy)))
2569 + (((Int)(Short)sel16x4_0(xx)) * ((Int)(Short)sel16x4_0(yy)))
2574 ULong x86g_calculate_mmx_psadbw ( ULong xx, ULon argument
[all...]
H A Dhost_arm64_defs.c5364 4s | sh in 1..31 -> let xxxxx = 32-sh in 01xx:xxx
5372 4s | sh in 1..31 -> let xxxxx = sh in 01xx:xxx
6377 UInt xx = iregNo(i->ARM64in.VDfromX.rX); local
6378 vassert(xx < 31);
6379 *p++ = 0x4E081C00 | X_2_6_2_12_5_5(0,0,0,0,xx,dd);
H A Dhost_generic_simd128.c45 static inline UInt mul32 ( Int xx, Int yy ) argument
47 Int t = ((Int)xx) * ((Int)yy);
51 static inline UInt max32S ( Int xx, Int yy ) argument
53 return toUInt((xx > yy) ? xx : yy);
56 static inline UInt min32S ( Int xx, Int yy ) argument
58 return toUInt((xx < yy) ? xx : yy);
61 static inline UInt max32U ( UInt xx, UInt yy ) argument
63 return toUInt((xx > y
66 min32U( UInt xx, UInt yy ) argument
71 max16U( UShort xx, UShort yy ) argument
76 min16U( UShort xx, UShort yy ) argument
81 max8S( Char xx, Char yy ) argument
86 min8S( Char xx, Char yy ) argument
91 cmpEQ64( Long xx, Long yy ) argument
97 cmpGT64S( Long xx, Long yy ) argument
115 Int xx = (Int)xx0; local
[all...]
H A Dhost_generic_simd64.c143 static inline Int qadd32S ( Int xx, Int yy ) argument
145 Long t = ((Long)xx) + ((Long)yy);
153 static inline Short qadd16S ( Short xx, Short yy ) argument
155 Int t = ((Int)xx) + ((Int)yy);
161 static inline Char qadd8S ( Char xx, Char yy ) argument
163 Int t = ((Int)xx) + ((Int)yy);
169 static inline UShort qadd16U ( UShort xx, UShort yy ) argument
171 UInt t = ((UInt)xx) + ((UInt)yy);
176 static inline UChar qadd8U ( UChar xx, UChar yy ) argument
178 UInt t = ((UInt)xx)
183 qsub32S( Int xx, Int yy ) argument
193 qsub16S( Short xx, Short yy ) argument
201 qsub8S( Char xx, Char yy ) argument
209 qsub16U( UShort xx, UShort yy ) argument
217 qsub8U( UChar xx, UChar yy ) argument
225 mul16( Short xx, Short yy ) argument
231 mul32( Int xx, Int yy ) argument
237 mulhi16S( Short xx, Short yy ) argument
244 mulhi16U( UShort xx, UShort yy ) argument
251 cmpeq32( UInt xx, UInt yy ) argument
256 cmpeq16( UShort xx, UShort yy ) argument
261 cmpeq8( UChar xx, UChar yy ) argument
266 cmpgt32S( Int xx, Int yy ) argument
271 cmpgt16S( Short xx, Short yy ) argument
276 cmpgt8S( Char xx, Char yy ) argument
298 Int xx = (Int)xx0; local
306 Short xx = (Short)xx0; local
314 Short xx = (Short)xx0; local
373 avg8U( UChar xx, UChar yy ) argument
381 avg16U( UShort xx, UShort yy ) argument
389 max16S( Short xx, Short yy ) argument
394 max8U( UChar xx, UChar yy ) argument
399 min16S( Short xx, Short yy ) argument
404 min8U( UChar xx, UChar yy ) argument
409 hadd16U( UShort xx, UShort yy ) argument
417 hadd16S( Short xx, Short yy ) argument
425 hsub16U( UShort xx, UShort yy ) argument
433 hsub16S( Short xx, Short yy ) argument
441 hadd8U( UChar xx, UChar yy ) argument
449 hadd8S( Char xx, Char yy ) argument
457 hsub8U( UChar xx, UChar yy ) argument
465 hsub8S( Char xx, Char yy ) argument
473 absdiff8U( UChar xx, UChar yy ) argument
487 h_generic_calc_Add32x2( ULong xx, ULong yy ) argument
495 h_generic_calc_Add16x4( ULong xx, ULong yy ) argument
505 h_generic_calc_Add8x8( ULong xx, ULong yy ) argument
521 h_generic_calc_QAdd16Sx4( ULong xx, ULong yy ) argument
531 h_generic_calc_QAdd8Sx8( ULong xx, ULong yy ) argument
545 h_generic_calc_QAdd16Ux4( ULong xx, ULong yy ) argument
555 h_generic_calc_QAdd8Ux8( ULong xx, ULong yy ) argument
571 h_generic_calc_Sub32x2( ULong xx, ULong yy ) argument
579 h_generic_calc_Sub16x4( ULong xx, ULong yy ) argument
589 h_generic_calc_Sub8x8( ULong xx, ULong yy ) argument
605 h_generic_calc_QSub16Sx4( ULong xx, ULong yy ) argument
615 h_generic_calc_QSub8Sx8( ULong xx, ULong yy ) argument
629 h_generic_calc_QSub16Ux4( ULong xx, ULong yy ) argument
639 h_generic_calc_QSub8Ux8( ULong xx, ULong yy ) argument
655 h_generic_calc_Mul16x4( ULong xx, ULong yy ) argument
665 h_generic_calc_Mul32x2( ULong xx, ULong yy ) argument
673 h_generic_calc_MulHi16Sx4( ULong xx, ULong yy ) argument
683 h_generic_calc_MulHi16Ux4( ULong xx, ULong yy ) argument
695 h_generic_calc_CmpEQ32x2( ULong xx, ULong yy ) argument
703 h_generic_calc_CmpEQ16x4( ULong xx, ULong yy ) argument
713 h_generic_calc_CmpEQ8x8( ULong xx, ULong yy ) argument
727 h_generic_calc_CmpGT32Sx2( ULong xx, ULong yy ) argument
735 h_generic_calc_CmpGT16Sx4( ULong xx, ULong yy ) argument
745 h_generic_calc_CmpGT8Sx8( ULong xx, ULong yy ) argument
999 h_generic_calc_ShlN32x2( ULong xx, UInt nn ) argument
1009 h_generic_calc_ShlN16x4( ULong xx, UInt nn ) argument
1021 h_generic_calc_ShlN8x8( ULong xx, UInt nn ) argument
1037 h_generic_calc_ShrN32x2( ULong xx, UInt nn ) argument
1047 h_generic_calc_ShrN16x4( ULong xx, UInt nn ) argument
1059 h_generic_calc_SarN32x2( ULong xx, UInt nn ) argument
1069 h_generic_calc_SarN16x4( ULong xx, UInt nn ) argument
1081 h_generic_calc_SarN8x8( ULong xx, UInt nn ) argument
1099 h_generic_calc_Avg8Ux8( ULong xx, ULong yy ) argument
1113 h_generic_calc_Avg16Ux4( ULong xx, ULong yy ) argument
1125 h_generic_calc_Max16Sx4( ULong xx, ULong yy ) argument
1135 h_generic_calc_Max8Ux8( ULong xx, ULong yy ) argument
1149 h_generic_calc_Min16Sx4( ULong xx, ULong yy ) argument
1159 h_generic_calc_Min8Ux8( ULong xx, ULong yy ) argument
1229 h_generic_calc_Add16x2( UInt xx, UInt yy ) argument
1235 h_generic_calc_Sub16x2( UInt xx, UInt yy ) argument
1241 h_generic_calc_HAdd16Ux2( UInt xx, UInt yy ) argument
1247 h_generic_calc_HAdd16Sx2( UInt xx, UInt yy ) argument
1253 h_generic_calc_HSub16Ux2( UInt xx, UInt yy ) argument
1259 h_generic_calc_HSub16Sx2( UInt xx, UInt yy ) argument
1265 h_generic_calc_QAdd16Ux2( UInt xx, UInt yy ) argument
1271 h_generic_calc_QAdd16Sx2( UInt xx, UInt yy ) argument
1277 h_generic_calc_QSub16Ux2( UInt xx, UInt yy ) argument
1283 h_generic_calc_QSub16Sx2( UInt xx, UInt yy ) argument
1291 h_generic_calc_Add8x4( UInt xx, UInt yy ) argument
1301 h_generic_calc_Sub8x4( UInt xx, UInt yy ) argument
1311 h_generic_calc_HAdd8Ux4( UInt xx, UInt yy ) argument
1321 h_generic_calc_HAdd8Sx4( UInt xx, UInt yy ) argument
1331 h_generic_calc_HSub8Ux4( UInt xx, UInt yy ) argument
1341 h_generic_calc_HSub8Sx4( UInt xx, UInt yy ) argument
1351 h_generic_calc_QAdd8Ux4( UInt xx, UInt yy ) argument
1361 h_generic_calc_QAdd8Sx4( UInt xx, UInt yy ) argument
1371 h_generic_calc_QSub8Ux4( UInt xx, UInt yy ) argument
1381 h_generic_calc_QSub8Sx4( UInt xx, UInt yy ) argument
1409 h_generic_calc_Sad8Ux4( UInt xx, UInt yy ) argument
1417 h_generic_calc_QAdd32S( UInt xx, UInt yy ) argument
1422 h_generic_calc_QSub32S( UInt xx, UInt yy ) argument
[all...]
/external/valgrind/main/VEX/test/
H A Dfrstor.c56 printf("xx ");
68 int xx = argc > 1; local
74 show_fpustate( (unsigned char*)buf1, xx );
79 show_fpustate( (unsigned char*)buf2, xx );
H A Dfsave.c45 printf("xx ");
57 int xx = argc > 1; local
65 show_fpustate( buf, xx );
H A Dfxsave.c87 void show ( unsigned char* buf, int xx )
93 if (xx && isFPLsbs(i))
94 printf("xx ");
108 int xx = argc > 1; local
118 show(buf1, xx);
125 show(buf2, xx);
131 show(buf3, xx);
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3245 HChar rr, ww, xx, pp, ch, tmp; local
3280 j = readchar(&procmap_buf[i], &xx);
3281 if (j == 1 && (xx == 'x' || xx == '-')) i += j; else goto syntaxerror;
3360 if (xx == 'x') prot |= VKI_PROT_EXEC;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c164 Bool rr, ww, xx; local
173 xx = toBool(prot & VKI_PROT_EXEC);
175 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
225 Bool xx = toBool(prot & VKI_PROT_EXEC); local
230 VG_TRACK( change_mem_mprotect, a, len, rr, ww, xx );
H A Dsyswrap-mips32-linux.c389 Bool rr, ww, xx; local
398 xx = toBool(prot & VKI_PROT_EXEC);
400 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
/external/valgrind/main/drd/
H A Ddrd_main.c486 const Bool rr, const Bool ww, const Bool xx,
485 drd_start_using_mem_w_perms(const Addr a, const SizeT len, const Bool rr, const Bool ww, const Bool xx, ULong di_handle) argument
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
/external/valgrind/main/exp-bbv/tests/x86/
H A Dfldcw_check.S15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c1111 Bool rr, Bool ww, Bool xx, ULong di_handle )
1117 Bool rr, Bool ww, Bool xx, ULong di_handle )
1296 UWord xx = 0; /* sanity check only; count of used htab entries */ local
1305 xx++;
1307 tl_assert(xx == frame->htab_used);
1110 sg_new_mem_mmap( Addr a, SizeT len, Bool rr, Bool ww, Bool xx, ULong di_handle ) argument
1116 sg_new_mem_startup( Addr a, SizeT len, Bool rr, Bool ww, Bool xx, ULong di_handle ) argument
H A Dsg_main.h46 Bool rr, Bool ww, Bool xx, ULong di_handle );
48 Bool rr, Bool ww, Bool xx, ULong di_handle );

Completed in 501 milliseconds

1234567891011>>