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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dnet_util.c610 const char *net_share_type_str(int num_type) argument
612 switch(num_type) {
H A Dnet_proto.h479 const char *net_share_type_str(int num_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dnet_util.c610 const char *net_share_type_str(int num_type) argument
612 switch(num_type) {
H A Dnet_proto.h479 const char *net_share_type_str(int num_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dnet_util.c610 const char *net_share_type_str(int num_type) argument
612 switch(num_type) {
H A Dnet_proto.h479 const char *net_share_type_str(int num_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
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 143 milliseconds