u 110 cygnal/libamf/amf.cpp } u;
u 112 cygnal/libamf/amf.cpp u.s = 1;
u 113 cygnal/libamf/amf.cpp if (u.c.c0 == 0) {
u 344 gui/fb/EventDevice.cpp case KEY_U : return shift ? gnash::key::U : gnash::key::u;
u 193 libbase/AMF.cpp } u;
u 195 libbase/AMF.cpp u.s = 1;
u 196 libbase/AMF.cpp if (u.c.c0 == 0) {
u 70 libbase/IOChannel.cpp } u;
u 72 libbase/IOChannel.cpp BOOST_STATIC_ASSERT(sizeof(u) == sizeof(u.i));
u 74 libbase/IOChannel.cpp u.i = read_le32();
u 75 libbase/IOChannel.cpp return u.f;
u 81 libbase/IOChannel.cpp boost::uint8_t u;
u 82 libbase/IOChannel.cpp if ( read(&u, 1) == -1 )
u 86 libbase/IOChannel.cpp return u;
u 438 libbase/URL.cpp return o << u.str();
u 39 libbase/URL.h friend std::ostream& operator<< (std::ostream&o, const URL& u);
u 190 libbase/URL.h DSOEXPORT std::ostream& operator<< (std::ostream&o, const URL& u);
u 65 libbase/tu_file.cpp boost::uint8_t u;
u 66 libbase/tu_file.cpp read(&u, 1);
u 67 libbase/tu_file.cpp return u;
u 70 libcore/ClassHierarchy.h NativeClass(InitFunc init, const ObjectURI& u, int ver)
u 73 libcore/ClassHierarchy.h uri(u),
u 59 libcore/ExternalInterface.cpp _uris.push_back(u);
u 104 libcore/Geometry.h double u = (static_cast<double>(pdx) * dx + static_cast<double>(pdy) * dy ) /
u 107 libcore/Geometry.h if (u <= 0)
u 112 libcore/Geometry.h if (u >= 1)
u 117 libcore/Geometry.h point px(A, B, u); // FIXME: this interpolation introduce a precision loss (point is int-based)
u 167 libcore/GnashKey.h u,
u 95 libcore/MovieLoader.h Request(const URL& u, const std::string& t,
u 99 libcore/MovieLoader.h _url(u),
u 268 libcore/SWFStream.cpp } u;
u 270 libcore/SWFStream.cpp u.f = 1.0;
u 271 libcore/SWFStream.cpp switch (u.s.s0) {
u 273 libcore/SWFStream.cpp memcpy(&u.i, p, 4);
u 278 libcore/SWFStream.cpp u.c.c0 = cp[3];
u 279 libcore/SWFStream.cpp u.c.c1 = cp[2];
u 280 libcore/SWFStream.cpp u.c.c2 = cp[1];
u 281 libcore/SWFStream.cpp u.c.c3 = cp[0];
u 289 libcore/SWFStream.cpp return u.f;
u 93 libcore/asobj/flash/external/ExternalInterface_as.cpp _uris.push_back(u);
u 832 libcore/asobj/flash/geom/Matrix_as.cpp const double u = 0.0;
u 853 libcore/asobj/flash/geom/Matrix_as.cpp matrix(2, 0) = u;
u 522 libcore/parser/action_buffer.cpp } u;
u 524 libcore/parser/action_buffer.cpp u.f = 1.0;
u 525 libcore/parser/action_buffer.cpp switch (u.s.s0) {
u 528 libcore/parser/action_buffer.cpp std::memcpy(&u.i, p, 4); // TODO: use std::copy instead ..
u 533 libcore/parser/action_buffer.cpp u.c.c0 = cp[3];
u 534 libcore/parser/action_buffer.cpp u.c.c1 = cp[2];
u 535 libcore/parser/action_buffer.cpp u.c.c2 = cp[1];
u 536 libcore/parser/action_buffer.cpp u.c.c3 = cp[0];
u 544 libcore/parser/action_buffer.cpp return u.f;
u 578 libcore/parser/action_buffer.cpp } u;
u 580 libcore/parser/action_buffer.cpp BOOST_STATIC_ASSERT(sizeof(u) == sizeof(u.i));
u 586 libcore/parser/action_buffer.cpp u.d = static_cast<double>(0x11223344);
u 587 libcore/parser/action_buffer.cpp switch (u.s.s0) {
u 589 libcore/parser/action_buffer.cpp std::memcpy(&u.l.l1, cp, 4);
u 590 libcore/parser/action_buffer.cpp std::memcpy(&u.l.l0, cp + 4, 4);
u 593 libcore/parser/action_buffer.cpp u.c.c0 = cp[3];
u 594 libcore/parser/action_buffer.cpp u.c.c1 = cp[2];
u 595 libcore/parser/action_buffer.cpp u.c.c2 = cp[1];
u 596 libcore/parser/action_buffer.cpp u.c.c3 = cp[0];
u 597 libcore/parser/action_buffer.cpp u.c.c4 = cp[7];
u 598 libcore/parser/action_buffer.cpp u.c.c5 = cp[6];
u 599 libcore/parser/action_buffer.cpp u.c.c6 = cp[5];
u 600 libcore/parser/action_buffer.cpp u.c.c7 = cp[4];
u 604 libcore/parser/action_buffer.cpp std::memcpy(&u.i, cp, 8);
u 607 libcore/parser/action_buffer.cpp u.c.c0 = cp[7];
u 608 libcore/parser/action_buffer.cpp u.c.c1 = cp[6];
u 609 libcore/parser/action_buffer.cpp u.c.c2 = cp[5];
u 610 libcore/parser/action_buffer.cpp u.c.c3 = cp[4];
u 611 libcore/parser/action_buffer.cpp u.c.c4 = cp[3];
u 612 libcore/parser/action_buffer.cpp u.c.c5 = cp[2];
u 613 libcore/parser/action_buffer.cpp u.c.c6 = cp[1];
u 614 libcore/parser/action_buffer.cpp u.c.c7 = cp[0];
u 621 libcore/parser/action_buffer.cpp return u.d;
u 100 libcore/swf/DefineFontAlignZonesTag.cpp const boost::uint8_t u = in.read_u8();
u 101 libcore/swf/DefineFontAlignZonesTag.cpp const bool zone_x = u & 0x01;
u 102 libcore/swf/DefineFontAlignZonesTag.cpp const bool zone_y = (u >> 1) & 0x01;
u 423 libmedia/AudioDecoderSimple.cpp } u = { 0x0001 };
u 425 libmedia/AudioDecoderSimple.cpp switch (u.c.c0) {
u 2092 librender/agg/Renderer_agg.cpp } u;
u 2094 librender/agg/Renderer_agg.cpp u.s.b1 = 1;
u 2095 librender/agg/Renderer_agg.cpp u.s.b2 = 2;
u 2097 librender/agg/Renderer_agg.cpp return u.word == 0x0201;
u 926 librender/opengl/Renderer_ogl.cpp gnash::point l, u;
u 928 librender/opengl/Renderer_ogl.cpp m->transform(&u, point(bounds->get_x_max(), bounds->get_y_max()));
u 929 librender/opengl/Renderer_ogl.cpp const unsigned int w = u.x - l.x;
u 930 librender/opengl/Renderer_ogl.cpp const unsigned int h = u.y - l.y;
u 43 testsuite/libbase.all/URLTest.cpp URL u("/etc/hosts");
u 45 testsuite/libbase.all/URLTest.cpp check_equals_label(label, u.protocol(), "file");
u 46 testsuite/libbase.all/URLTest.cpp check_equals_label(label, u.hostname(), "");
u 47 testsuite/libbase.all/URLTest.cpp check_equals_label(label, u.path(), "/etc/hosts");
u 48 testsuite/libbase.all/URLTest.cpp check_equals_label(label, u.str(), "file:///etc/hosts");
u 51 testsuite/libbase.all/URLTest.cpp URL u1("passwd", u);
u 59 testsuite/libbase.all/URLTest.cpp URL u2("/", u);
u 246 testsuite/libbase.all/URLTest.cpp URL u("rtmp://pms.youtube.com:443");
u 247 testsuite/libbase.all/URLTest.cpp URL u2("/newpath", u);
u 255 testsuite/libbase.all/URLTest.cpp URL u("rtmp://pms.youtube.com:443");
u 256 testsuite/libbase.all/URLTest.cpp URL u2("http://newhost:554", u);
u 264 testsuite/libbase.all/URLTest.cpp URL u("http://pms.youtube.com:443/index.php?query=1");
u 265 testsuite/libbase.all/URLTest.cpp URL u2("/?query", u);
u 275 testsuite/libbase.all/URLTest.cpp URL u("http://pms.youtube.com:443/index.php?query=1");
u 276 testsuite/libbase.all/URLTest.cpp URL u2("/#anchor", u);
u 286 testsuite/libbase.all/URLTest.cpp URL u("http://anurl.com/tmp/easy.swf?url=http://url.it/there");
u 287 testsuite/libbase.all/URLTest.cpp check_equals (u.protocol(), "http");
u 288 testsuite/libbase.all/URLTest.cpp check_equals (u.hostname(), "anurl.com");
u 289 testsuite/libbase.all/URLTest.cpp check_equals (u.port(), "");
u 290 testsuite/libbase.all/URLTest.cpp check_equals (u.path(), "/tmp/easy.swf");
u 291 testsuite/libbase.all/URLTest.cpp check_equals (u.querystring(), "url=http://url.it/there");
u 292 testsuite/libbase.all/URLTest.cpp check_equals (u.anchor(), "");
u 296 testsuite/libbase.all/URLTest.cpp URL u("/tmp/easy.swf?url=http://url.it/there");
u 297 testsuite/libbase.all/URLTest.cpp xcheck_equals (u.protocol(), "file");
u 298 testsuite/libbase.all/URLTest.cpp xcheck_equals (u.hostname(), "");
u 299 testsuite/libbase.all/URLTest.cpp check_equals (u.port(), "");
u 300 testsuite/libbase.all/URLTest.cpp xcheck_equals (u.path(), "/tmp/easy.swf");
u 301 testsuite/libbase.all/URLTest.cpp xcheck_equals (u.querystring(), "url=http://url.it/there");
u 302 testsuite/libbase.all/URLTest.cpp check_equals (u.anchor(), "");
u 308 testsuite/libbase.all/URLTest.cpp URL u("about:blank");