Home
last modified time | relevance | path

Searched defs:SUB (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/mips/cavium-octeon/
Docteon-memcpy.S95 #define SUB dsubu macro
131 #define SUB subu macro
/linux-3.4.99/arch/mips/lib/
Dmemcpy-inatomic.S110 #define SUB dsubu macro
146 #define SUB subu macro
Dmemcpy.S110 #define SUB dsubu macro
146 #define SUB subu macro
Dcsum_partial.S345 #define SUB dsubu macro
362 #define SUB subu macro
/linux-3.4.99/drivers/net/wireless/p54/
Deeprom.c401 #define SUB(x, y) (u8)(((x) - (y)) > (x) ? 0 : (x) - (y)) in p54_convert_rev0() macro