Searched refs:OPERAND (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/tools/ |
| H A D | acpi_quirks2h.awk | 109 OPERAND = trans_sign(SIGN); 112 TABLE, OPERAND, VALUE) > OUTPUT; 124 OPERAND = trans_sign(SIGN); 127 TABLE, OPERAND, VALUE) > OUTPUT;
|
| /freebsd/contrib/less/ |
| H A D | regexp.c | 130 #define OPERAND(p) ((p) + 3) macro 257 scan = OPERAND(scan); 261 r->regstart = *OPERAND(scan); 277 if (OP(scan) == EXACTLY && ((int) strlen(OPERAND(scan))) >= len) { 278 longest = OPERAND(scan); 279 len = (int) strlen(OPERAND(scan)); 680 regtail(OPERAND(p), val); 850 opnd = OPERAND(scan); 861 if (*reginput == '\0' || strchr(OPERAND(scan), *reginput) == NULL) 866 if (*reginput == '\0' || strchr(OPERAND(sca [all...] |
| /freebsd/bin/test/ |
| H A D | test.c | 75 OPERAND, enumerator 427 return OPERAND; in find_op_1char() 438 return OPERAND; in find_op_2char() 445 return OPERAND; in find_op() 453 OPERAND; in find_op() 455 return OPERAND; in find_op() 471 return OPERAND; in t_lex()
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 22231 #define OPERAND(p) ((p) + 2) macro 22321 scan = OPERAND(scan); in jim_regcomp() 22325 preg->regstart = preg->program[OPERAND(scan)]; in jim_regcomp() 22335 int plen = str_int_len(preg->program + OPERAND(scan)); in jim_regcomp() 22337 longest = OPERAND(scan); in jim_regcomp() 23040 regtail(preg, OPERAND(p), val); in regoptail() 23075 for (scan = OPERAND(1); scan != 0; scan += regopsize(preg, scan)) { in jim_regexec() 23241 nextch = preg->program[OPERAND(next)]; in regmatchsimplerepeat() 23411 opnd = OPERAND(scan); in regmatch() 23422 if (reg_iseol(preg, c) || reg_range_find(preg->program + OPERAND(scan), c) == 0) { in regmatch() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 5359 // OPERATOR is ATOMIC_SWAPW or an ATOMIC_LOADW_* operation. PAT and OPERAND
|