/external/valgrind/main/memcheck/tests/ |
varinfo5so.c | 126 typedef struct { short c1; char* c2[3]; } XX; member in struct:__anon30147 137 croak(1 + (char*)(&a[3].xyzzy[x*y].c1)); 141 return a[3].xyzzy[x*y].c1;
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkDCubicIntersection.cpp | 79 SkDCubic c1 = cubic1.subDivide(t1s, t1e); local 82 // OPTIMIZE: if c1 == c2, call once (happens when detecting self-intersection) 83 c1.toQuadraticTs(c1.calcPrecision() * precisionScale, &ts1); 366 static bool only_end_pts_in_common(const SkDCubic& c1, const SkDCubic& c2) { 375 endPt[opp - 1] = &c1[end]; 386 double sign = (c1[oddMan].fY - origY) * adj - (c1[oddMan].fX - origX) * opp; 404 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) { 405 bool selfIntersect = &c1 == &c2 [all...] |
/external/skia/src/pathops/ |
SkDCubicIntersection.cpp | 79 SkDCubic c1 = cubic1.subDivide(t1s, t1e); local 82 // OPTIMIZE: if c1 == c2, call once (happens when detecting self-intersection) 83 c1.toQuadraticTs(c1.calcPrecision() * precisionScale, &ts1); 366 static bool only_end_pts_in_common(const SkDCubic& c1, const SkDCubic& c2) { 375 endPt[opp - 1] = &c1[end]; 386 double sign = (c1[oddMan].fY - origY) * adj - (c1[oddMan].fX - origX) * opp; 404 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) { 405 bool selfIntersect = &c1 == &c2 [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
custrtst.c | 1195 UChar32 c1, c2; local 1549 UChar32 c1, c2; local [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 1195 UChar32 c1, c2; local 1549 UChar32 c1, c2; local [all...] |
/external/libvorbis/lib/ |
smallft.c | 271 static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, 300 ch[t2]=c1[t2]; 319 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3]; 320 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1]; 336 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3]; 337 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1] [all...] |
/external/speex/libspeex/ |
smallft.c | 273 static void dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, 302 ch[t2]=c1[t2]; 321 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3]; 322 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1]; 338 ch[t3-1]=wa[idij-1]*c1[t3-1]+wa[idij]*c1[t3]; 339 ch[t3]=wa[idij-1]*c1[t3]-wa[idij]*c1[t3-1] [all...] |
/bionic/tests/ |
stack_unwinding_test_impl.c | 51 char c1 __attribute__((cleanup(foo_cleanup))); local
|
/external/chromium/chrome/browser/ui/ |
input_window_dialog_win.cc | 179 ColumnSet* c1 = layout->AddColumnSet(0); local 180 c1->AddColumn(GridLayout::CENTER, GridLayout::CENTER, 0, 182 c1->AddPaddingColumn(0, views::kRelatedControlHorizontalSpacing); 183 c1->AddColumn(GridLayout::FILL, GridLayout::CENTER, 1,
|
/external/clang/test/CodeGen/ |
tbaa-struct.cpp | 19 char c1; member in struct:B
|
/external/clang/test/Sema/ |
attr-aligned.c | 28 char c1[__alignof__(c) == 4 ?: -1] = {0}; variable
|
string-init.c | 21 char16_t c1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}} local
|
vla.c | 40 extern int (*c1)[i]; // expected-error {{variably modified type declaration can not have 'extern' linkage}}
|
/external/clang/test/SemaCXX/ |
aggregate-initialization.cpp | 70 C c1 = { 1 }; local
|
constexpr-value-init.cpp | 26 constexpr C c1; // expected-error {{requires a user-provided default constructor}} variable
|
scope-check.cpp | 71 C c1; // expected-note {{jump bypasses variable initialization}} 229 const C &c1 = 42; // expected-note {{jump exits scope of variable with non-trivial destructor}} local 244 const int &c1 = C(1).i; // expected-note {{jump exits scope of variable with non-trivial destructor}} local 259 const int &c1 = C(1); local
|
string-init.cpp | 16 char16_t c1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}} local
|
vtable-instantiation.cc | 4 template<class T1> struct C1 { 5 virtual void c1() { function in struct:PR8640::C1 12 new C1<T2>(); // expected-note {{in instantiation of member function}}
|
/external/clang/test/SemaTemplate/ |
class-template-id.cpp | 37 N::C<int> c1;
|
/external/grub/stage2/ |
iso9660.h | 199 #define RRMAGIC(c1, c2) ((c1)|(c2) << 8) 201 #define CHECK2(ptr, c1, c2) \ 202 (*(unsigned short *)(ptr) == (((c1) | (c2) << 8) & 0xFFFF))
|
/external/opencv/cv/src/ |
_cvgeom.h | 63 double* a1, double* b1, double* c1,
|
/external/skia/tools/ |
skdiff.h | 258 static inline SkPMColor compute_diff_pmcolor(SkPMColor c0, SkPMColor c1) { 259 int dr = SkGetPackedR32(c0) - SkGetPackedR32(c1); 260 int dg = SkGetPackedG32(c0) - SkGetPackedG32(c1); 261 int db = SkGetPackedB32(c0) - SkGetPackedB32(c1);
|
/external/stressapptest/src/ |
sattypes.h | 102 static inline bool cpuset_isequal(const cpu_set_t *c1, const cpu_set_t *c2) { 104 if ((CPU_ISSET(i, c1) != 0) != (CPU_ISSET(i, c2) != 0)) 109 static inline bool cpuset_issubset(const cpu_set_t *c1, const cpu_set_t *c2) { 111 if (CPU_ISSET(i, c1) && !CPU_ISSET(i, c2))
|
/hardware/qcom/display/msm8960/libqdutils/ |
qdMetaData.h | 51 uint16_t c1[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
|
/hardware/qcom/display/msm8974/libqdutils/ |
qdMetaData.h | 51 uint16_t c1[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
|