#include <glib.h>
#include <glib/gstdio.h>
Go to the source code of this file.
| #define cast |
( |
|
t, |
|
|
|
x |
|
) |
| ((t)(x)) |
| #define deconst |
( |
|
t, |
|
|
|
x |
|
) |
| ((t)(ptrdiff_t)(const void *)(x)) |
| #define devolatile |
( |
|
t, |
|
|
|
x |
|
) |
| ((t)(ptrdiff_t)(volatile void *)(x)) |
| #define GNUC_PREREQ |
( |
|
major, |
|
|
|
minor |
|
) |
| 0 |
| #define integralof |
( |
|
x | ) |
(((char *)(x)) - ((char *) 0)) |
| #define nelementsof |
( |
|
x | ) |
G_N_ELEMENTS ((x)) |
| #define pointerof |
( |
|
x | ) |
((void *)((char *) 0 + ((size_t)(x)))) |
| #define PRAGMA_DIAG_IGNORE |
( |
|
x | ) |
PRAGMA_DIAG (ignored G_STRINGIFY (x)) |
| #define PRAGMA_DIAG_POP |
( |
| ) |
|
| #define PRAGMA_DIAG_PUSH |
( |
| ) |
|
| #define PRAGMA_DIAG_WARNING |
( |
|
x | ) |
PRAGMA_DIAG (warning G_STRINGIFY (x)) |
| #define strbool |
( |
|
x | ) |
((x) ? "true" : "false") |
| #define tryset |
( |
|
p, |
|
|
|
x |
|
) |
| ((p) ? *(p) = (x) : (x)) |
Referenced by _xstrtod(), _xstrtoll(), _xstrtoull(), check_elt(), elt_table_index(), ParserState::eltCacheIndex(), ParserState::eltCacheIndexById(), Document::evalPropertyRef(), ParserElt::getAttribute(), UserData::getData(), ParserState::getError(), Event::getInterval(), Player::getPlayerProperty(), Predicate::getTest(), Player::getZ(), NclBind::isReserved(), mime_table_index(), ncl_attrmap_index(), ncl_eltmap_index(), opts_table_index(), ParserXercesC::parse(), ParserLibXML::parseBuffer(), Parser::parseBuffer(), Parser::parseFile(), ParserLibXML::parseFile(), parser_syntax_reserved_role_table_index(), parser_syntax_table_index(), processDoc(), ParserState::resolveComponentRef(), ParserState::resolveGhostBindRef(), ParserState::resolveInterfaceRef(), st_cache_index(), st_resolve_idref(), try_parse_bool(), try_parse_color(), try_parse_time(), xmlGetPropAsString(), xmlIsValidName(), and xstrtodorpercent().
| #define unlikely G_UNLIKELY |
Referenced by Document::addObject(), cairox_surface_create_from_file(), Player::createPlayer(), PlayerText::doSetProperty(), Player::doSetProperty(), ncl_pop_context(), ncl_pop_ncl(), ncl_push_simpleConditionOrAction(), ParserXercesC::parse0(), parse_list(), ParserXercesC::parseBind(), Parser::parseBuffer(), ParserLibXML::parseBuffer(), ParserXercesC::parseCausalConnector(), ParserXercesC::parseCompoundStatement(), ParserXercesC::parseDescriptor(), Parser::parseFile(), ParserLibXML::parseFile(), ParserXercesC::parseLink(), ParserXercesC::parseMedia(), ParserXercesC::parseNcl(), ParserXercesC::parsePort(), ParserXercesC::parseSwitch(), PlayerVideo::PlayerVideo(), ParserState::popAssessmentStatement(), ParserState::popCausalConnector(), ParserState::popCompoundStatement(), ParserState::popContext(), ParserState::popNcl(), ParserState::process(), process(), processElt(), ParserState::processNode(), ParserState::pushCompoundStatement(), ParserState::pushSimpleCondition(), PlayerImage::reload(), PlayerSvg::reload(), PlayerText::reload(), ParserState::resolveComponentRef(), ParserState::resolveGhostBindRef(), ParserState::resolveInterfaceRef(), Formatter::setOptionOpenGL(), Player::setProperty(), PlayerVideo::start(), PlayerLua::start(), Formatter::start(), Media::startTransition(), and Event::transition().
| #define unused |
( |
|
arg | ) |
arg G_GNUC_UNUSED |