/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
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_mb_offset.h | 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 51 x11 = *((uint32*)(ref + 4)); /* H G F E */ 55 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */ 56 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */ 57 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */ 62 /* process x11 & x14 */ 63 x11 = sad_4pixel(x11, x14, x9) 134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local 158 BIC x10, x10, x11, lsl #(32-SHIFT); local 159 MVN x11, x11, lsr #SHIFT; local 160 BIC x11, x11, x12, lsl #(32-SHIFT); local 175 LDR x11, [ref, #4]; local 181 BIC x10, x10, x11, lsl #(32-SHIFT); local 182 MVN x11, x11, lsr #SHIFT; local 183 BIC x11, x11, x12, lsl #(32-SHIFT); local 202 RSBS x11, dmin, x10, lsr #16 local 226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
sad_inline.h | 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 106 x11 = *((uint32*)(ref + 4)); 110 /* process x11 & x14 */ 111 x11 = sad_4pixel(x11, x14, x9); 119 x5 = x5 + x11; /* accumulate low bytes */ 120 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */ 121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes * 256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 293 LDR x11, [ref, #4]; local 320 RSBS x11, dmin, x10, lsr #16; local 430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_mb_offset.h | 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 54 x11 = *((uint32*)(ref + 4)); /* H G F E */ 58 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */ 59 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */ 60 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */ 65 /* process x11 & x14 */ 66 x11 = sad_4pixel(x11, x14, x9) 137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local 162 BIC x10, x10, x11, lsl #(32-SHIFT); local 163 MVN x11, x11, lsr #SHIFT; local 164 BIC x11, x11, x12, lsl #(32-SHIFT); local 179 LDR x11, [ref, #4]; local 185 BIC x10, x10, x11, lsl #(32-SHIFT); local 186 MVN x11, x11, lsr #SHIFT; local 187 BIC x11, x11, x12, lsl #(32-SHIFT); local 206 RSBS x11, dmin, x10, lsr #16 local 230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
sad_inline.h | 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 109 x11 = *((uint32*)(ref + 4)); 113 /* process x11 & x14 */ 114 x11 = sad_4pixel(x11, x14, x9); 122 x5 = x5 + x11; /* accumulate low bytes */ 123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */ 124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes * 259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 296 LDR x11, [ref, #4]; local 323 RSBS x11, dmin, x10, lsr #16; local 448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
/external/clang/test/ASTMerge/Inputs/ |
struct1.c | 63 } x11; variable in typeref:struct:__anon22108
|
struct2.c | 60 } x11; variable in typeref:struct:__anon22109
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_syswm.h | 58 #include <X11/Xlib.h> 59 #include <X11/Xatom.h> 89 Display *display; /**< The X11 display */ 90 Window window; /**< The X11 display window */ 92 * any X11 functions using the display variable, 104 Window fswindow; /**< The X11 fullscreen window */ 105 Window wmwindow; /**< The X11 managed input window */ 110 Display *gfxdisplay; /**< The X11 display to which rendering is done */ 112 } x11; member in union:SDL_SysWMinfo::__anon33094
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_syswm.h | 58 #include <X11/Xlib.h> 59 #include <X11/Xatom.h> 89 Display *display; /**< The X11 display */ 90 Window window; /**< The X11 display window */ 92 * any X11 functions using the display variable, 104 Window fswindow; /**< The X11 fullscreen window */ 105 Window wmwindow; /**< The X11 managed input window */ 110 Display *gfxdisplay; /**< The X11 display to which rendering is done */ 112 } x11; member in union:SDL_SysWMinfo::__anon80921
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_syswm.h | 58 #include <X11/Xlib.h> 59 #include <X11/Xatom.h> 89 Display *display; /**< The X11 display */ 90 Window window; /**< The X11 display window */ 92 * any X11 functions using the display variable, 104 Window fswindow; /**< The X11 fullscreen window */ 105 Window wmwindow; /**< The X11 managed input window */ 110 Display *gfxdisplay; /**< The X11 display to which rendering is done */ 112 } x11; member in union:SDL_SysWMinfo::__anon80946
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_syswm.h | 58 #include <X11/Xlib.h> 59 #include <X11/Xatom.h> 89 Display *display; /**< The X11 display */ 90 Window window; /**< The X11 display window */ 92 * any X11 functions using the display variable, 104 Window fswindow; /**< The X11 fullscreen window */ 105 Window wmwindow; /**< The X11 managed input window */ 110 Display *gfxdisplay; /**< The X11 display to which rendering is done */ 112 } x11; member in union:SDL_SysWMinfo::__anon80971
|
/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);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_Interpolate_Chroma_s.s | 66 x11 RN 11 label 137 ;// x10 x11 x12 149 LDRB x11, [pSrc1, #+1] 157 ORR x11x10, x10, x11, LSL #16 158 ORR x12x11, x11, x12, LSL #16
|
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
chacha_vec.c | 215 x9, x10, x11, x12, x13, x14, x15; local 239 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7]; 257 QROUND_WORDS( x3, x7,x11,x15) 259 QROUND_WORDS( x1, x6,x11,x12) 291 op[11] = REVW_BE(REVW_BE(ip[11]) ^ (x11 + kp[7]));
|
/external/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/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/chromium_org/third_party/libvpx/source/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/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 '='?}}
|