/external/deqp/framework/platform/X11/ |
tcuX11GlxPlatform.hpp | 23 * \brief Platform that uses X11 via GLX. 32 namespace x11 namespace in namespace:tcu 40 } // x11
|
tcuX11EglPlatform.hpp | 33 namespace x11 namespace in namespace:tcu 48 } // x11
|
tcuX11Platform.cpp | 21 * \brief X11 Platform. 40 namespace x11 namespace in namespace:tcu 66 x11::egl::Platform m_eglPlatform; 84 } // x11 89 return new tcu::x11::X11Platform();
|
tcuX11.hpp | 23 * \brief X11 utilities. 31 #include <X11/Xlib.h> 32 #include <X11/Xutil.h> 33 #include <X11/keysym.h> 34 #include <X11/Xatom.h> 38 namespace x11 namespace in namespace:tcu 110 } // x11
|
tcuX11EglPlatform.cpp | 30 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; 137 : NativeWindowFactory ("window", "X11 Window", Window::CAPABILITIES) 178 Pixmap (MovePtr<x11::Pixmap> x11Pixmap) 186 UniquePtr<x11::Pixmap> m_pixmap; 193 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {} 206 MovePtr<x11::Pixmap> x11Pixmap (new x11::Pixmap(display->getX11Display() [all...] |
tcuX11.cpp | 21 * \brief X11 utilities. 28 #include <X11/Xutil.h> 32 namespace x11 namespace in namespace:tcu 237 } // x11
|
tcuX11GlxPlatform.cpp | 21 * \brief Platform that uses X11 via GLX. 40 namespace x11 namespace in namespace:tcu 91 class GlxDisplay : public x11::Display 158 x11::Display& m_x11Display; 159 x11::Window m_x11Window; 200 : glu::ContextFactory ("glx", "X11 GLX OpenGL Context") 224 : x11::Display (eventState, name) 685 } // x11
|
/external/clang/test/ASTMerge/Inputs/ |
struct1.c | 63 } x11; variable in typeref:struct:__anon22914
|
struct2.c | 60 } x11; variable in typeref:struct:__anon22915
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 134 x11 = j11; 143 QUARTERROUND( x3, x7,x11,x15) 145 QUARTERROUND( x1, x6,x11,x12) 160 x11 = PLUS(x11,j11); 178 x11 = XOR(x11,U8TO32_LITTLE(m + 44)); 202 U32TO8_LITTLE(c + 44,x11);
|
/external/clang/test/CodeGen/ |
override-layout.c | 96 // CHECK: Type: struct X11 97 struct PACKED X11 { 146 struct X11 x11; local 147 typedef int X11array[sizeof(struct X11)]; 148 x11.y = sizeof(struct X11);
|
/external/chromium_org/third_party/boringssl/src/crypto/chacha/ |
chacha_vec.c | 192 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/speex/libspeex/ |
filters.c | 510 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+x21)) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 928 int x11 = input[10]; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_dct.c | 853 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/clang/test/FixIt/ |
fixit.cpp | 85 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/clang/test/SemaCXX/ |
new-delete.cpp | 214 struct X11 : X10 { // expected-error {{no suitable member 'operator delete' in 'X11'}} 219 X11 x11; // expected-note {{implicit destructor for 'X11' first required here}} local
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 928 int x11 = input[10]; local [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_idct.c | 652 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 = s9 - s11 [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 812 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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_idct.c | 688 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 = s9 - s11 2107 tran_high_t x11 = input[10]; local [all...] |
/external/chromium_org/v8/src/arm64/ |
regexp-macro-assembler-arm64.cc | 253 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_stack) 1164 __ Add(backtrack_stackpointer(), x11, Operand(read_from, SXTW)); local [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 1332 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local [all...] |