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

  /src/sys/arch/sandpoint/stand/altboot/
globals.h 157 int xxx ## _match(unsigned, void *); \
194 int xxx ## _match(unsigned, void *); \
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
se_allopcodes.h 100 _match:
111 if CC jump _match;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
se_allopcodes.h 100 _match:
111 if CC jump _match;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 1542 Rx _match;
1557 _match = Rx(_input, re);
1560 if (_match.pre.empty)
1576 assert(!empty && _offset <= _match.pre.length
1577 && _match.pre.length <= _input.length);
1582 return _input[_offset .. min($, _match.pre.length)];
1584 return _match.hit();
1588 return _input[_offset .. min($, _match.pre.length)];
1605 if (_match.empty)
1617 _offset = _match.pre.length
    [all...]
  /src/external/bsd/zstd/dist/lib/compress/
zstd_fast.c 289 goto _match;
393 _match: /* Requires: ip0, match0, offcode */
819 goto _match;
919 _match: /* Requires: ip0, match0, offcode, matchEnd */
  /src/external/gpl3/autoconf/dist/
maint.mk 1496 # NOTE: the _match variables are perl expressions -- not mere regular

Completed in 19 milliseconds