HomeSort by: relevance | last modified time | path
    Searched defs:value_match (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
value.c 198 value_match( function
256 rc = value_match( &match, ad, mr, flags,
698 return value_match( match, ad, mr, flags, v1, v2, text );
  /src/external/mpl/bind/dist/lib/isc/
httpd.c 319 value_match(const struct phr_header *header, const char *match) { function
449 if (value_match(header, "close")) {
452 if (value_match(header, "keep-alive")) {
458 if (value_match(header, "deflate")) {
  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 921 : operand (OP_CAPTURE, loc), where (where_), value_match (value_),
928 bool value_match; member in class:capture
1135 c->value_match);
1258 c->value_match);
1380 c->value_match));
1430 c->value_match);
1510 replace_id (c->what, id, with), c->value_match);
1805 bool value_match; member in class:dt_operand
1811 pos (pos_), value_match (false), for_id (current_id) {}
1934 && ((as_a<dt_operand *> (n1))->value_match
4552 bool value_match = false; local
5361 capture *value_match = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 771 : operand (OP_CAPTURE, loc), where (where_), value_match (value_),
778 bool value_match; member in class:capture
985 c->value_match);
1108 c->value_match);
1230 c->value_match));
1280 c->value_match);
1360 replace_id (c->what, id, with), c->value_match);
1650 bool value_match; member in class:dt_operand
1656 pos (pos_), value_match (false), for_id (current_id) {}
1773 && ((as_a<dt_operand *> (n1))->value_match
4258 bool value_match = false; local
5064 capture *value_match = NULL; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.c 183 value_match(expr, bits, sign, mul, 1)
185 value_match(expr, bits, sign, mul, 0)
188 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1)
189 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0)
192 (value_match (expr, 4, 0, 2, 0))
195 (value_match (expr, 10, 0, 2, 0))
198 (value_match (expr, 10, 0, 2, 1))
201 (value_match (expr, 12, 0, 2, 1))
204 (value_match (expr, 24, 0, 2, 1))
207 static int value_match (Expr_Node *, int, int, int, int)
7894 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) function
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.c 183 value_match(expr, bits, sign, mul, 1)
185 value_match(expr, bits, sign, mul, 0)
188 #define IS_IMM(expr, bits) value_match (expr, bits, 0, 1, 1)
189 #define IS_UIMM(expr, bits) value_match (expr, bits, 0, 1, 0)
192 (value_match (expr, 4, 0, 2, 0))
195 (value_match (expr, 10, 0, 2, 0))
198 (value_match (expr, 10, 0, 2, 1))
201 (value_match (expr, 12, 0, 2, 1))
204 (value_match (expr, 24, 0, 2, 1))
207 static int value_match (Expr_Node *, int, int, int, int)
7894 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) function
    [all...]

Completed in 35 milliseconds