Home
last modified time | relevance | path

Searched refs:x3s (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2a.rc7 #define x3s MY_PROGRESS_VAL_UNITS
10 #define x3 (xs - m - x3s)
67 RTEXT "", IDT_PROGRESS_TOTAL_VAL, x3, y0, x3s, MY_TEXT_NOPREFIX
68 RTEXT "", IDT_PROGRESS_SPEED_VAL, x3, y1, x3s, MY_TEXT_NOPREFIX
69 RTEXT "", IDT_PROGRESS_PROCESSED_VAL, x3, y2, x3s, MY_TEXT_NOPREFIX
70 RTEXT "", IDT_PROGRESS_PACKED_VAL, x3, y3, x3s, MY_TEXT_NOPREFIX
/external/clang/test/CodeGenCXX/
Doverride-layout.cpp71 X3 x3s[sizeof(X3)]; in use_structs() local
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_sse2.c54 const __m128 x3s = _mm_mul_ps(mm_swap_sign, x3w); in cft1st_128_SSE2() local
55 x0v = _mm_add_ps(x1v, x3s); in cft1st_128_SSE2()
61 x0v = _mm_sub_ps(x1v, x3s); in cft1st_128_SSE2()