Home
last modified time | relevance | path

Searched refs:DECREMENT (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnumber.cpp112 enum incr_number_result { BAD, ABSOLUTE, INCREMENT, DECREMENT }; enumerator
128 case DECREMENT: in get_vunits()
149 case DECREMENT: in get_hunits()
170 case DECREMENT: in get_number()
191 case DECREMENT: in get_integer()
212 result = DECREMENT; in get_incr_number()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-xgate.c46 #define DECREMENT 02 macro
1243 pp_fix = DECREMENT; in xgate_parse_operand()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xgate.c46 #define DECREMENT 02 macro
1241 pp_fix = DECREMENT; in xgate_parse_operand()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_internal.h196 #define DECREMENT(C_128, exp) \ macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_internal.h196 #define DECREMENT(C_128, exp) \ macro
/netbsd-src/sys/external/bsd/acpica/dist/tests/misc/
H A Dgrammar.asl1614 /* DECREMENT */
1621 Store ("++++++++ Checking result from DECREMENT", Debug)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201225060 Replace use of HAVE_{POST/PRE}_{INCREMENT/DECREMENT} with
25061 USE_{LOAD/STORE}_{PRE/POST}_{INCREMENT/DECREMENT} appropriately.