Searched defs:x0 (Results 1 - 25 of 409) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.param/
H A Dp1.cpp12 X0<int> x0; // expected-error{{too few template arguments for class template 'X0'}} variable
/external/clang/test/Sema/
H A Dinvalid-cast.cpp9 int foo(X<int[1]> x0) { argument
10 return x0.array[17];
H A Darray-size.c4 int x0[1073741824]; // expected-error{{array is too large}} local
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar_nocancel.c13 // uninitialised, but we know px[0] is 0x0
15 long x0 = px[0]; local
52 SY(__NR_sem_wait_nocancel, x0); FAIL;
H A Dscalar.c13 // uninitialised, but we know px[0] is 0x0
15 long x0 = px[0]; local
31 SY(__NR_read+(int)x0, x0, x0, x0+1); FAILx(EFAULT);
34 SY(__NR_write, x0, x0, x0+1); FAIL;
35 //res = write(x0, x
[all...]
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar_exit_group.c5 // uninitialised, but we know px[0] is 0x0
7 long x0 = px[0]; local
14 SY(__NR_exit_group, x0);
H A Dscalar.c29 // uninitialised, but we know px[0] is 0x0
31 long x0 = px[0]; local
51 SY(__NR_read+x0, x0, x0, x0+1); FAILx(EFAULT);
55 SY(__NR_write, x0, x0, x0+1); FAIL;
59 SY(__NR_open, x0, x
[all...]
/external/clang/test/ASTMerge/Inputs/
H A Dvar1.c1 int *x0; variable
H A Dvar2.c1 int *x0; variable
/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp31 X0<int> x0; (void)x0; local
/external/clang/test/PCH/
H A Dfunctions.c8 int f0(int x0, int y0, ...) { return x0 + y0; } argument
H A Dpr4489.c27 void x0(void) function
/external/clang/test/SemaTemplate/
H A Dunused-variables.cpp11 X0 x0; local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_rect.h35 int x0, x1; member in struct:u_rect
45 return (!(a->x1 < b->x0 ||
46 b->x1 < a->x0 ||
59 if (b->x0 < a->x0) b->x0 = a->x0;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_rotation.c55 opus_val16 x0[MAX_SIZE]; local
58 x1[i] = x0[i] = rand()%32767-16384;
62 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
63 ener += x0[i]*(double)x0[i];
70 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
71 ener += x0[i]*(double)x0[
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleLCD.cpp43 SkScalar x0 = SkIntToScalar(10); local
52 canvas->drawText(text, len, x0, y, paint);
/external/clang/test/Frontend/
H A Dbackend-diagnostic.c27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, argument
29 __asm__("hello world": : "r" (x0),"r" (x1),"r" (x2),"r" (x3), // expected-error + {{inline assembly requires more registers than available}}
/external/libopus/celt/tests/
H A Dtest_unit_rotation.c55 opus_val16 x0[MAX_SIZE]; local
58 x1[i] = x0[i] = rand()%32767-16384;
62 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
63 ener += x0[i]*(double)x0[i];
70 err += (x0[i]-(double)x1[i])*(x0[i]-(double)x1[i]);
71 ener += x0[i]*(double)x0[
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.h35 int x0, x1; member in struct:u_rect
45 return (!(a->x1 < b->x0 ||
46 b->x1 < a->x0 ||
59 if (b->x0 < a->x0) b->x0 = a->x0;
74 b->x0 = b->x1 = b->y0 = b->y1 = 0;
/external/skia/samplecode/
H A DSampleLCD.cpp43 SkScalar x0 = SkIntToScalar(10); local
52 canvas->drawText(text, len, x0, y, paint);
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jar ... 1) com.jakewharton.disklrucache.DiskLruCache$Editor x0 java.io.OutputStream x1 com.jakewharton. ...
/external/ceres-solver/include/ceres/
H A Dnumeric_diff_functor.h144 bool operator()(const double* x0, double* residuals) const { argument
145 return functor_(x0, residuals);
148 bool operator()(const double* x0, argument
151 return functor_(x0, x1, residuals);
154 bool operator()(const double* x0, argument
158 return functor_(x0, x1, x2, residuals);
161 bool operator()(const double* x0, argument
166 return functor_(x0, x1, x2, x3, residuals);
169 bool operator()(const double* x0, argument
175 return functor_(x0, x
178 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, double* residuals) const argument
188 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, double* residuals) const argument
199 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, double* residuals) const argument
211 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, double* residuals) const argument
224 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, const double* x9, double* residuals) const argument
239 operator ()(const T* x0, T* residuals) const argument
244 operator ()(const T* x0, const T* x1, T* residuals) const argument
251 operator ()(const T* x0, const T* x1, const T* x2, T* residuals) const argument
259 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, T* residuals) const argument
268 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, T* residuals) const argument
278 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, T* residuals) const argument
289 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* residuals) const argument
301 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument
314 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* residuals) const argument
328 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, T* residuals) const argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_transfer.h14 unsigned x0; member in struct:nv30_rect
/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp25 template<typename T> struct x0 { }; // expected-note {{explicitly specialized declaration is here}} struct
40 template<> struct x0<int> { }; // expected-error {{class template specialization of 'x0' must occur at global scope}} struct in namespace:exp_spec
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_transfer.h14 unsigned x0; member in struct:nv30_rect

Completed in 682 milliseconds

1234567891011>>