Searched refs:expression (Results 1 - 25 of 57) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dplural-count.c32 const struct expression *plural;
H A Dmsgl-check.h38 extern int check_plural_eval (const struct expression *plural_expr,
H A Dwrite-csharp.c249 has plural forms, it is an expression of type System.String[], otherwise it
250 is an expression of type System.String. */
280 /* Tests whether a plural expression, evaluated according to the C rules,
283 is_expression_boolean (struct expression *exp)
315 /* Write C# code that evaluates a plural expression according to the C rules.
318 write_csharp_expression (FILE *stream, const struct expression *exp, bool as_boolean)
324 /* Emit a C# expression of type 'bool'. */
421 /* Emit a C# expression of type 'long'. */
584 const struct expression *plural;
H A Dmsgl-check.c58 check_plural_eval (const struct expression *plural_expr,
93 _("plural expression can produce negative values"));
103 msg = xasprintf (_("nplurals = %lu but plural expression can produce values as large as %lu"),
147 msg = _("plural expression can produce division by zero");
152 msg = _("plural expression can produce integer overflow");
157 msg = _("plural expression can produce arithmetic exceptions, possibly division by zero");
202 /* Perform plural expression checking.
326 const struct expression *plural_expr;
355 /* Then check the expression. */
360 const char *msg = _("invalid plural expression");
[all...]
H A Dwrite-java.c431 has plural forms, it is an expression of type String[], otherwise it is
432 an expression of type String. */
501 /* Tests whether a plural expression, evaluated according to the C rules,
504 is_expression_boolean (struct expression *exp)
536 /* Write Java code that evaluates a plural expression according to the C rules.
539 write_java_expression (FILE *stream, const struct expression *exp, bool as_boolean)
545 /* Emit a Java expression of type 'boolean'. */
642 /* Emit a Java expression of type 'long'. */
915 const struct expression *plural;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural-exp.h63 struct expression struct
70 struct expression *args[3]; /* Up to three arguments. */
79 struct expression *res;
88 binary incompatible changes in 'struct expression'. Furthermore,
110 extern void FREE_EXPRESSION (struct expression *exp)
113 extern struct expression GERMANIC_PLURAL attribute_hidden;
115 const struct expression **pluralp,
120 extern unsigned long int plural_eval (const struct expression *pexp,
H A Dplural-exp.c33 /* These structs are the constant expression for the germanic plural
34 form determination. It represents the expression "n != 1". */
35 static const struct expression plvar =
40 static const struct expression plone =
49 struct expression GERMANIC_PLURAL =
57 [0] = (struct expression *) &plvar,
58 [1] = (struct expression *) &plone
70 static struct expression plvar;
71 static struct expression plone;
72 struct expression GERMANIC_PLURA
[all...]
H A Dplural.y54 struct expression *exp;
64 static struct expression *
66 struct expression * const *args)
69 struct expression *newp;
76 /* Allocate a new expression. */
77 newp = (struct expression *) malloc (sizeof (*newp));
94 static inline struct expression *
100 static inline struct expression *
101 new_exp_1 (enum expression_operator op, struct expression *right)
103 struct expression *arg
[all...]
H A Dplural.c171 struct expression *exp;
194 static struct expression *
196 struct expression * const *args)
199 struct expression *newp;
206 /* Allocate a new expression. */
207 newp = (struct expression *) malloc (sizeof (*newp));
224 static inline struct expression *
230 static inline struct expression *
231 new_exp_1 (enum expression_operator op, struct expression *right)
233 struct expression *arg
[all...]
H A Deval-plural.h1 /* Plural expression evaluation.
23 /* Evaluate the plural expression and return an index value. */
27 plural_eval (const struct expression *pexp, unsigned long int n)
H A DgettextP.h101 /* Tell the compiler when a conditional or integer expression is
198 const struct expression *plural;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestRegexp.c40 char expression[5000]; local
49 while (fgets(expression, 4500, input) != NULL) {
50 len = strlen(expression);
53 ((expression[len] == '\n') || (expression[len] == '\t') ||
54 (expression[len] == '\r') || (expression[len] == ' '))) len--;
55 expression[len + 1] = 0;
57 if (expression[0] == '#')
59 if ((expression[
94 char expression[5000]; local
[all...]
H A DtestXPath.c118 char expression[5000]; local
127 while (fgets(expression, 4500, input) != NULL) {
128 len = strlen(expression);
131 ((expression[len] == '\n') || (expression[len] == '\t') ||
132 (expression[len] == '\r') || (expression[len] == ' '))) len--;
133 expression[len + 1] = 0;
135 printf("\n========================\nExpression: %s\n", expression) ;
136 testXPath(expression);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dinternal.h196 #define AVAHI_CHECK_VALIDITY(server, expression, error) { \
197 if (!(expression)) \
201 #define AVAHI_CHECK_VALIDITY_RETURN_NULL(server, expression, error) { \
202 if (!(expression)) { \
208 #define AVAHI_CHECK_VALIDITY_SET_RET_GOTO_FAIL(server, expression, error) {\
209 if (!(expression)) { \
215 #define AVAHI_ASSERT_TRUE(expression) { \
216 int __tmp = !!(expression); \
220 #define AVAHI_ASSERT_SUCCESS(expression) { \
221 int __tmp = (expression); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddtlk.h76 unsigned char expression; /* nE; 0-9 */ member in struct:dtlk_settings
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y104 static void type_check(symbol_t *symbol, expression_t *expression, int and_op);
120 expression_t expression;
215 %type <expression> expression immediate immediate_or_a
458 | T_FIELD T_SYMBOL expression
466 | T_FIELD T_SYMBOL expression
480 | T_ENUM T_SYMBOL expression
501 | T_SYMBOL expression
509 T_MASK T_SYMBOL expression
601 expression label
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmega_common.h265 #define ASSERT(expression) \
266 if (!(expression)) { \
268 #expression, __FILE__, __LINE__, __FUNCTION__); \
271 #define ASSERT(expression)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_error.c77 xfs_error_test(int error_tag, int *fsidp, char *expression, argument
92 expression, file, line, xfs_etest_fsname[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dstwotox.S35 | Go to expr to compute that expression.
51 | Go to expr to compute that expression.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h91 #define assert(expression) { \
92 if (!(expression)) { \
95 #expression, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dscan.l533 _( "bad character class expression: %s" ),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Ddtlk.c544 status.expression = *t++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm619 Takes a quoted regular expression produced by qr//, or a string
620 representing a regular expression.
623 regular expression, or undef if it's argument is not recognised.
H A DMore.pm270 This simply evaluates any expression (C<$this eq $that> is just a
272 failed. A true expression passes, a false one fails. Very simple.
388 The second argument is a regular expression. It may be given as a
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscript_asm.pl627 <expression> TO <register>

Completed in 212 milliseconds

123