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

/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c63 } x11; variable in typeref:struct:__anon3980
H A Dstruct2.c60 } x11; variable in typeref:struct:__anon3981
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_syswm.h112 } x11; member in union:SDL_SysWMinfo::__anon10487
/external/clang/test/CodeGen/
H A Doverride-layout.c156 struct X11 x11; local
158 x11.y = sizeof(struct X11);
/external/clang/test/FixIt/
H A Dfixit.cpp82 int x11 >>= 0; // expected-error {{invalid '>>=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
110 int x11 >>= 0; // expected-error {{invalid '>>=' at end of declaration; did you mean '='?}} local
111 (void)x11;
129 if (int x11 >>= 0) { (void)x11; } // expected-error {{invalid '>>=' at end of declaration; did you mean '='?}}
/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.cpp212 X11 x11; // expected-note {{implicit default destructor for 'X11' first required here}} local

Completed in 55 milliseconds