Searched defs:y9 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Analysis/
H A Ddead-stores.c251 int y9 = 4; local
273 ++y9;
333 (void)(1 && (y9, ({ return; }), 1)); // expected-warning {{expression result unused}}
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp233 static void s2b(BigInt& b, const char* s, int nd0, int nd, uint32_t y9) argument
237 b.words()[0] = y9;
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; member in namespace:dmg_fp
664 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
675 b->x[0] = y9;
679 b->x[0] = y9 & 0xffff;
680 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;

Completed in 112 milliseconds