Searched refs:invert (Results 1 – 4 of 4) sorted by relevance
/system/core/fastboot/ |
D | engine.c | 153 static int cb_check(Action *a, int status, char *resp, int invert) in cb_check() argument 166 if (invert) yes = !yes; in cb_check() 176 invert ? "rejects" : "requires", value[0]); in cb_check() 194 void fb_queue_require(const char *var, int invert, unsigned nvalues, const char **value) in fb_queue_require() argument 201 a->func = invert ? cb_reject : cb_require; in fb_queue_require()
|
D | fastboot.h | 46 void fb_queue_require(const char *var, int invert, unsigned nvalues, const char **value);
|
D | fastboot.c | 333 int invert = 0; in setup_requirement_line() local 337 invert = 1; in setup_requirement_line() 340 invert = 0; in setup_requirement_line() 372 fb_queue_require(name, invert, n, out); in setup_requirement_line()
|
/system/core/sh/ |
D | expand.c | 1394 int invert, found; in pmatch() local 1410 invert = 0; in pmatch() 1412 invert++; in pmatch() 1441 if (found == invert) in pmatch()
|