Searched refs:c2 (Results 451 - 475 of 939) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/base/
H A Dcommand_line_unittest.cc323 CommandLine c2(FilePath(FILE_PATH_LITERAL("Program2")));
324 c2.AppendSwitch("switch2");
326 c1.AppendArguments(c2, true);
327 EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp172 int differenceSquared(const Color& c1, const Color& c2)
174 int dR = c1.red() - c2.red();
175 int dG = c1.green() - c2.green();
176 int dB = c1.blue() - c2.blue();
H A DPathTraversalState.cpp81 CubicBezier(const FloatPoint& s, const FloatPoint& c1, const FloatPoint& c2, const FloatPoint& e) argument
84 , control2(c2)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_program.h141 GLfloat c2, GLfloat c3);
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp61 Class<Nested<Typename> > c2; local
/external/clang/test/Sema/
H A Dattr-format.c41 void c2(const char *a, ...) __attribute__((format(printf0, 0,2))); // expected-error {{'format' attribute parameter 2 is out of bounds}}
H A Dstruct-packed-align.c31 extern int c2[__alignof(struct fas) == 4 ? 1 : -1];
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c1191 UChar32 c1, c2; local
1218 c2=iter2->current(iter2);
1219 if(c1!=c2) {
1220 log_err("%s->current()=U+%04x != U+%04x=%s->current() at middle=%d\n", n1, c1, c2, n2, middle);
1227 c2=iter2->next(iter2);
1228 if(c1!=c2) {
1229 log_err("%s->next()=U+%04x != U+%04x=%s->next() at %d (started in middle)\n", n1, c1, c2, n2, iter1->getIndex(iter1, UITER_CURRENT));
1237 c2=iter2->previous(iter2);
1238 if(c1!=c2) {
1239 log_err("%s->previous()=U+%04x != U+%04x=%s->previous() at %d (started in middle)\n", n1, c1, c2, n
[all...]
H A Dcitertst.c422 UCollator *c1, *c2, *c3; local
471 c2 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL, &status);
473 if (c2 == NULL || U_FAILURE(status))
480 iter=ucol_openElements(c2, source, u_strlen(source), &status);
488 ucol_close(c2);
910 int32_t c1, c2; local
917 c2 = ucol_next(i2, &status);
919 if (c1 != c2)
921 log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c1, c2);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml69 | Some (Token.Kwd c2) ->
72 let next_prec = precedence c2 in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml69 | Some (Token.Kwd c2) ->
72 let next_prec = precedence c2 in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml69 | Some (Token.Kwd c2) ->
72 let next_prec = precedence c2 in
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.h141 GLfloat c2, GLfloat c3);
/external/dnsmasq/src/
H A Dforward.c739 unsigned char c1, c2; local
748 !read_write(confd, &c1, 1, 1) || !read_write(confd, &c2, 1, 1) ||
749 !(size = c1 << 8 | c2) ||
842 c2 = size;
845 !read_write(last_server->tcpfd, &c2, 1, 0) ||
848 !read_write(last_server->tcpfd, &c2, 1, 1))
855 m = (c1 << 8) | c2;
891 c2 = m;
893 !read_write(confd, &c2, 1, 0) ||
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c2182 UChar c1, c2; local
2187 c1 = block[i1]; c2 = block[i2];
2188 if (c1 != c2) return (c1 > c2);
2191 c1 = block[i1]; c2 = block[i2];
2192 if (c1 != c2) return (c1 > c2);
2195 c1 = block[i1]; c2 = block[i2];
2196 if (c1 != c2) return (c1 > c2);
[all...]
/external/libvorbis/lib/
H A Dsmallft.c272 float *c2,float *ch,float *ch2,float *wa){
293 for(ik=0;ik<idl1;ik++)ch2[ik]=c2[ik];
391 for(ik=0;ik<idl1;ik++)c2[ik]=ch2[ik];
425 ch2[t4++]=c2[ik]+ar1*c2[t7++];
426 ch2[t5++]=ai1*c2[t6++];
449 ch2[t6++]+=ar2*c2[t8++];
450 ch2[t7++]+=ai2*c2[t9++];
459 for(ik=0;ik<idl1;ik++)ch2[ik]+=c2[t2++];
841 float *c2,floa
271 dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument
840 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument
[all...]
/external/speex/libspeex/
H A Dsmallft.c274 float *c2,float *ch,float *ch2,float *wa){
295 for(ik=0;ik<idl1;ik++)ch2[ik]=c2[ik];
393 for(ik=0;ik<idl1;ik++)c2[ik]=ch2[ik];
427 ch2[t4++]=c2[ik]+ar1*c2[t7++];
428 ch2[t5++]=ai1*c2[t6++];
451 ch2[t6++]+=ar2*c2[t8++];
452 ch2[t7++]+=ai2*c2[t9++];
461 for(ik=0;ik<idl1;ik++)ch2[ik]+=c2[t2++];
843 float *c2,floa
273 dradfg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument
842 dradbg(int ido,int ip,int l1,int idl1,float *cc,float *c1, float *c2,float *ch,float *ch2,float *wa) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.cpp1682 UChar32 c2 = *source; local
1683 if (c2 == CR || c2 == LF) {
1689 if (c2 == 0x0075 && source+5 < sourceLimit) { /* \u seen. \U isn't unescaped. */
1692 c2 = escapedStr.unescapeAt(escapeOffset);
1694 if (c2 == (UChar32)0xFFFFFFFF || escapeOffset == 0)
1699 if (!PatternProps::isWhiteSpace(c2) && !u_iscntrl(c2) && !u_ispunct(c2)) {
1702 c = c2;
[all...]
/external/icu/icu4c/source/i18n/
H A Drbt_pars.cpp1682 UChar32 c2 = *source; local
1683 if (c2 == CR || c2 == LF) {
1689 if (c2 == 0x0075 && source+5 < sourceLimit) { /* \u seen. \U isn't unescaped. */
1692 c2 = escapedStr.unescapeAt(escapeOffset);
1694 if (c2 == (UChar32)0xFFFFFFFF || escapeOffset == 0)
1699 if (!PatternProps::isWhiteSpace(c2) && !u_iscntrl(c2) && !u_ispunct(c2)) {
1702 c = c2;
[all...]
/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c2301 int c1, c2; local
2311 c2 = (Short)( e2 >> 3 );
2318 if ( ras.gray_max_x < c2 )
2319 ras.gray_max_x = (short)c2;
2322 c2 -= c1;
2324 if ( c2 > 0 )
2331 c2--;
2332 while ( c2 > 0 )
2335 c2--;
2763 Int c1, c2; local
[all...]
/external/freetype/src/raster/
H A Dftraster.c2306 int c1, c2; local
2316 c2 = (Short)( e2 >> 3 );
2323 if ( ras.gray_max_x < c2 )
2324 ras.gray_max_x = (short)c2;
2327 c2 -= c1;
2329 if ( c2 > 0 )
2336 c2--;
2337 while ( c2 > 0 )
2340 c2--;
2768 Int c1, c2; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c2303 int c1, c2; local
2313 c2 = (Short)( e2 >> 3 );
2320 if ( ras.gray_max_x < c2 )
2321 ras.gray_max_x = (short)c2;
2324 c2 -= c1;
2326 if ( c2 > 0 )
2333 c2--;
2334 while ( c2 > 0 )
2337 c2--;
2765 Int c1, c2; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c728 content = content->c2;
771 content = content->c2;
1042 if (cur->c2 != NULL) {
1044 cur = cur->c2;
1054 prev->c2 = tmp;
1073 cur = cur->c2;
1109 next = cur->c2;
1181 if ((content->c2->type == XML_ELEMENT_CONTENT_OR) ||
1182 ((content->c2->type == XML_ELEMENT_CONTENT_SEQ) &&
1183 (content->c2
[all...]
/external/libxml2/
H A Dvalid.c728 content = content->c2;
771 content = content->c2;
1042 if (cur->c2 != NULL) {
1044 cur = cur->c2;
1054 prev->c2 = tmp;
1073 cur = cur->c2;
1109 next = cur->c2;
1181 if ((content->c2->type == XML_ELEMENT_CONTENT_OR) ||
1182 ((content->c2->type == XML_ELEMENT_CONTENT_SEQ) &&
1183 (content->c2
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dscopes.rb92 : '{' c1* c2+ '}'
100 c2

Completed in 846 milliseconds

<<11121314151617181920>>