Searched refs:num_type (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/
H A Dmpp.c132 int num_type; local
147 num_type = determine_type_encoding(mode->mpp, mode->type);
148 if (num_type < 0) {
157 *reg |= (num_type & 0xf) << shift;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c1487 * @num_type: an integer flag
1491 * In case of error, @num_type is set to -1, values of @num and
1494 #define PARSE_DIGITS(num, cur, num_type) \
1496 num_type = -1; \
1507 * @num_type: an integer flag
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
1513 * In case of error, @num_type is set to -1, values of @num and
1516 #define PARSE_NUM(num, cur, num_type) \
1518 PARSE_DIGITS(num, cur, num_type); \
1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c1487 * @num_type: an integer flag
1491 * In case of error, @num_type is set to -1, values of @num and
1494 #define PARSE_DIGITS(num, cur, num_type) \
1496 num_type = -1; \
1507 * @num_type: an integer flag
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
1513 * In case of error, @num_type is set to -1, values of @num and
1516 #define PARSE_NUM(num, cur, num_type) \
1518 PARSE_DIGITS(num, cur, num_type); \
1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemastypes.c1487 * @num_type: an integer flag
1491 * In case of error, @num_type is set to -1, values of @num and
1494 #define PARSE_DIGITS(num, cur, num_type) \
1496 num_type = -1; \
1507 * @num_type: an integer flag
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
1513 * In case of error, @num_type is set to -1, values of @num and
1516 #define PARSE_NUM(num, cur, num_type) \
1518 PARSE_DIGITS(num, cur, num_type); \
1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c1487 * @num_type: an integer flag
1491 * In case of error, @num_type is set to -1, values of @num and
1494 #define PARSE_DIGITS(num, cur, num_type) \
1496 num_type = -1; \
1507 * @num_type: an integer flag
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
1513 * In case of error, @num_type is set to -1, values of @num and
1516 #define PARSE_NUM(num, cur, num_type) \
1518 PARSE_DIGITS(num, cur, num_type); \
1777 int num_type = 0; /* -1 = invalid, 0 = int, 1 = floating */ local
[all...]

Completed in 94 milliseconds