Searched defs:is_prefix (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | ioctlsort.c | 49 is_prefix(const char *s1, const char *s2) in is_prefix() function
|
/external/mksh/src/ |
D | expr.c | 234 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix) in do_ppmm()
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 265 char is_prefix; member
|
/external/v8/src/parsing/ |
D | preparser.h | 690 PreParserExpression NewCountOperation(Token::Value op, bool is_prefix, in NewCountOperation()
|
/external/v8/src/ast/ |
D | ast.h | 1916 bool is_prefix() const { return IsPrefixField::decode(bit_field_); } in is_prefix() function 1926 CountOperation(Token::Value op, bool is_prefix, Expression* expr, int pos) in CountOperation() 3135 bool is_prefix, in NewCountOperation()
|