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

/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 DtcuX11.cpp32 namespace x11 namespace in namespace:tcu
245 } // x11
H A DtcuX11EglPlatform.cpp32 namespace x11 namespace in namespace:tcu
105 Display (MovePtr<x11::Display> x11Display)
114 x11::Display& getX11Display (void) { return *m_display; }
118 UniquePtr<x11::Display> m_display;
143 x11::Window m_window;
222 Pixmap (MovePtr<x11::Pixmap> x11Pixmap)
230 UniquePtr<x11::Pixmap> m_pixmap;
250 MovePtr<x11::Pixmap> x11Pixmap (new x11::Pixmap(display->getX11Display(),
268 : NativeDisplayFactory ("x11", "Nativ
[all...]
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;
223 : x11::Display (eventState, name)
684 } // x11
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c63 } x11; variable in typeref:struct:__anon1439
H A Dstruct2.c60 } x11; variable in typeref:struct:__anon1440
/external/clang/test/CodeGen/
H A Doverride-layout.c146 struct X11 x11; local
148 x11.y = sizeof(struct X11);
/external/openssh/
H A Dchacha.c92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
135 x11 = j11;
144 QUARTERROUND( x3, x7,x11,x15)
146 QUARTERROUND( x1, x6,x11,x12)
161 x11 = PLUS(x11,j11);
178 x11 = XOR(x11,U8TO32_LITTLE(m + 44));
201 U32TO8_LITTLE(c + 44,x11);
/external/boringssl/src/crypto/chacha/
H A Dchacha_vec.c190 x9, x10, x11, x12, x13, x14, x15; local
214 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7];
232 QROUND_WORDS( x3, x7,x11,x15)
234 QROUND_WORDS( x1, x6,x11,x12)
266 op[11] = REVW_BE(REVW_BE(ip[11]) ^ (x11 + kp[7]));
/external/openssh/openbsd-compat/
H A Dchacha_private.h91 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/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/encoder/
H A Dvp9_dct.c361 tran_high_t x11 = input[10]; local
378 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
379 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
396 x11 = fdct_round_shift(s3 - s11);
413 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
414 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
431 x11 = fdct_round_shift(s11 + s15);
449 s11 = x11;
466 x11 = s9 - s11;
477 s10 = cospi_16_64 * (x10 + x11);
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c585 tran_high_t x11 = input[10]; local
592 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
611 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
612 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
629 x11 = WRAPLOW(dct_const_round_shift(s3 - s11), 8);
646 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
647 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
664 x11 = WRAPLOW(dct_const_round_shift(s11 + s15), 8);
682 s11 = x11;
699 x11
1824 tran_low_t x11 = input[10]; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c1069 int x11 = input[10]; local
1076 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
1095 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
1096 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
1113 x11 = dct_const_round_shift(s3 - s11);
1130 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
1131 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
1148 x11 = dct_const_round_shift(s11 + s15);
1166 s11 = x11;
1183 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/clang/test/SemaCXX/
H A Dnew-delete.cpp219 X11 x11; // expected-note {{implicit destructor for 'X11' first required here}} local
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dloopfilter_sse2.c1334 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
1360 x11 = _mm_loadl_epi64((__m128i *)(in1 + 3*in_p)); // 8
1361 x9 = _mm_unpacklo_epi8(x10, x11); // 6
1370 x11 = _mm_unpacklo_epi8(x14, x15); // 8
1371 x13 = _mm_unpacklo_epi16(x10, x11); // 12
1387 x13 = _mm_unpackhi_epi16(x10, x11);
/external/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/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c71 AA0B016B (orr x11,x11,x11) X3 = guest_NRADDR
1203 "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15",
7332 IRTemp x11 = newTempV128(); local
7333 assign(x11, binop(Iop_InterleaveHI64x2, mkexpr(x10), mkexpr(x10)));
7336 assign(max10, binop(op, mkexpr(x11), mkexpr(x00)));
10165 else return False; // sz:L == x11 => unallocated encoding
10199 else return False; // sz:L == x11 => unallocated encoding
12497 else return False; // sz:L == x11
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 575 milliseconds