Home | History | Annotate | Download | only in string

Lines Matching defs:DBG

65 #define DBG #
67 #define DBG
76 DBG /* Check parameters */
77 DBG andi t0,a0,1 # a0 must be halfword aligned
78 DBG tne t0,zero
79 DBG andi t2,a2,1 # a2 must be even
80 DBG tne t2,zero
126 DBG /* Check parameters */
127 DBG andi t0,a0,3 # a0 must be word aligned
128 DBG tne t0,zero
129 DBG andi t2,a2,3 # a2 must be a multiple of 4 bytes
130 DBG tne t2,zero