Searched defs:x11 (Results 1 - 25 of 26) sorted by relevance

12

/external/deqp/framework/platform/X11/
H A DtcuX11GlxPlatform.hpp32 namespace x11 namespace in namespace:tcu
40 } // x11
H A DtcuX11EglPlatform.hpp33 namespace x11 namespace in namespace:tcu
48 } // x11
H A DtcuX11Platform.cpp40 namespace x11 namespace in namespace:tcu
66 x11::egl::Platform m_eglPlatform;
84 } // x11
89 return new tcu::x11::X11Platform();
H A DtcuX11.hpp38 namespace x11 namespace in namespace:tcu
110 } // x11
H A DtcuX11EglPlatform.cpp30 namespace x11 namespace in namespace:tcu
63 Display (MovePtr<x11::Display> x11Display)
72 x11::Display& getX11Display (void) { return *m_display; }
75 UniquePtr<x11::Display> m_display;
99 x11::Window m_window;
178 Pixmap (MovePtr<x11::Pixmap> x11Pixmap)
186 UniquePtr<x11::Pixmap> m_pixmap;
206 MovePtr<x11::Pixmap> x11Pixmap (new x11::Pixmap(display->getX11Display(),
224 : NativeDisplayFactory ("x11", "Nativ
[all...]
H A DtcuX11.cpp32 namespace x11 namespace in namespace:tcu
237 } // x11
H A DtcuX11GlxPlatform.cpp40 namespace x11 namespace in namespace:tcu
91 class GlxDisplay : public x11::Display
158 x11::Display& m_x11Display;
159 x11::Window m_x11Window;
224 : x11::Display (eventState, name)
685 } // x11
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c63 } x11; variable in typeref:struct:__anon18296
H A Dstruct2.c60 } x11; variable in typeref:struct:__anon18297
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_syswm.h112 } x11; member in union:SDL_SysWMinfo::__anon29376
/external/clang/test/CodeGen/
H A Doverride-layout.c146 struct X11 x11; local
148 x11.y = sizeof(struct X11);
/external/chromium_org/third_party/boringssl/src/crypto/chacha/
H A Dchacha_vec.c192 x9, x10, x11, x12, x13, x14, x15; local
216 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7];
234 QROUND_WORDS( x3, x7,x11,x15)
236 QROUND_WORDS( x1, x6,x11,x12)
268 op[11] = REVW_BE(REVW_BE(ip[11]) ^ (x11 + kp[7]));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c928 int x11 = input[10]; local
935 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
954 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
955 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
972 x11 = dct_const_round_shift(s3 - s11);
989 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
990 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
1007 x11 = dct_const_round_shift(s11 + s15);
1025 s11 = x11;
1042 x11
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c853 tran_high_t x11 = input[10]; local
870 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
871 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
888 x11 = fdct_round_shift(s3 - s11);
905 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
906 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
923 x11 = fdct_round_shift(s11 + s15);
941 s11 = x11;
958 x11 = s9 - s11;
969 s10 = cospi_16_64 * (x10 + x11);
[all...]
/external/chromium_org/third_party/speex/libspeex/
H A Dfilters.c510 spx_word16_t x11, x21; local
515 x11 = xx1[N2-1+j-i];
520 y0 = MAC16_16(MAC16_16(y0, a0, x11), NEG16(a0), x21);
521 y1 = MAC16_16(MAC16_16(y1, a1, x11), a1, x21);
525 y0 = ADD32(y0,MULT16_16(a0, x11-x21));
526 y1 = ADD32(y1,MULT16_16(a1, x11+x21));
539 y2 = MAC16_16(MAC16_16(y2, a0, x11), NEG16(a0), x21);
540 y3 = MAC16_16(MAC16_16(y3, a1, x11), a1, x21);
544 y2 = ADD32(y2,MULT16_16(a0, x11-x21));
545 y3 = ADD32(y3,MULT16_16(a1, x11
[all...]
/external/clang/test/FixIt/
H A Dfixit.cpp85 int x11 >>= 0; // expected-error {{invalid '>>=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
113 int x11 >>= 0; // expected-error {{invalid '>>=' at end of declaration; did you mean '='?}} local
114 (void)x11;
132 if (int x11 >>= 0) { (void)x11; } // expected-error {{invalid '>>=' at end of declaration; did you mean '='?}}
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c928 int x11 = input[10]; local
935 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
954 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
955 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
972 x11 = dct_const_round_shift(s3 - s11);
989 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
990 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
1007 x11 = dct_const_round_shift(s11 + s15);
1025 s11 = x11;
1042 x11
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c652 int x11 = input[10]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
696 x11 = dct_const_round_shift(s3 - s11);
713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
731 x11 = dct_const_round_shift(s11 + s15);
749 s11 = x11;
766 x11
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c812 int x11 = input[10]; local
829 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
847 x11 = fdct_round_shift(s3 - s11);
864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
882 x11 = fdct_round_shift(s11 + s15);
900 s11 = x11;
917 x11 = s9 - s11;
928 s10 = cospi_16_64 * (x10 + x11);
[all...]
/external/speex/libspeex/
H A Dfilters.c510 spx_word16_t x11, x21; local
515 x11 = xx1[N2-1+j-i];
520 y0 = MAC16_16(MAC16_16(y0, a0, x11), NEG16(a0), x21);
521 y1 = MAC16_16(MAC16_16(y1, a1, x11), a1, x21);
525 y0 = ADD32(y0,MULT16_16(a0, x11-x21));
526 y1 = ADD32(y1,MULT16_16(a1, x11+x21));
539 y2 = MAC16_16(MAC16_16(y2, a0, x11), NEG16(a0), x21);
540 y3 = MAC16_16(MAC16_16(y3, a1, x11), a1, x21);
544 y2 = ADD32(y2,MULT16_16(a0, x11-x21));
545 y3 = ADD32(y3,MULT16_16(a1, x11
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c688 tran_high_t x11 = input[10]; local
695 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
714 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
715 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
732 x11 = dct_const_round_shift(s3 - s11);
749 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
750 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
767 x11 = dct_const_round_shift(s11 + s15);
785 s11 = x11;
802 x11
2107 tran_high_t x11 = input[10]; local
[all...]
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp219 X11 x11; // expected-note {{implicit destructor for 'X11' first required here}} local
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1332 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
1342 x11 = _mm_loadl_epi64((__m128i *)(in1 + 3*in_p));
1358 x9 = _mm_unpacklo_epi8(x10, x11);
1360 x11 = _mm_unpacklo_epi8(x14, x15);
1365 x13 = _mm_unpacklo_epi16(x10, x11);
1381 x13 = _mm_unpackhi_epi16(x10, x11);
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc253 Register characters_address = x11;
277 __ Cset(x11, eq);
279 backtrack_stackpointer(), Operand(x11, LSL, kWRegSizeLog2));
298 __ Lsr(x11, GetCachedRegister(start_reg), kWRegSizeInBits);
427 __ Lsr(x11, GetCachedRegister(start_reg), kWRegSizeInBits);
532 __ Mov(x11, Operand(table));
539 __ Ldrb(w11, MemOperand(x11, w10, UXTW));
755 __ Neg(x11, x10);
756 __ Cmp(x11, (1<<30) - 1);
896 __ Mov(x11, num_registers_left_on_stac
1164 __ Add(backtrack_stackpointer(), x11, Operand(read_from, SXTW)); local
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
1480 x11 = _mm_loadl_epi64((__m128i *)(in1 + 3*in_p));
1496 x9 = _mm_unpacklo_epi8(x10, x11);
1498 x11 = _mm_unpacklo_epi8(x14, x15);
1503 x13 = _mm_unpacklo_epi16(x10, x11);
1519 x13 = _mm_unpackhi_epi16(x10, x11);

Completed in 9827 milliseconds

12