HomeSort by: relevance | last modified time | path
    Searched defs:__abs_nonsingle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/include/
bus_funcs.h 80 #define __abs_nonsingle(type, sz, tn, t, h, o, a, c) \ macro
163 __abs_nonsingle(rm,1,uint8_t,(t),(h),(o),(a),(c))
165 __abs_nonsingle(rm,2,uint16_t,(t),(h),(o),(a),(c))
167 __abs_nonsingle(rm,4,uint32_t,(t),(h),(o),(a),(c))
169 __abs_nonsingle(rm,8,uint64_t,(t),(h),(o),(a),(c))
176 __abs_nonsingle(rr,1,uint8_t,(t),(h),(o),(a),(c))
178 __abs_nonsingle(rr,2,uint16_t,(t),(h),(o),(a),(c))
180 __abs_nonsingle(rr,4,uint32_t,(t),(h),(o),(a),(c))
182 __abs_nonsingle(rr,8,uint64_t,(t),(h),(o),(a),(c))
198 __abs_nonsingle(wm,1,uint8_t,(t),(h),(o),(a),(c)
    [all...]
  /src/sys/arch/atari/include/
bus_funcs.h 105 #define __abs_nonsingle(type, sz, t, h, o, a, c) \ macro
153 __abs_nonsingle(rm,1,(t),(h),(o),(a),(c))
155 __abs_nonsingle(rm,2,(t),(h),(o),(a),(c))
157 __abs_nonsingle(rm,4,(t),(h),(o),(a),(c))
159 __abs_nonsingle(rm,8,(t),(h),(o),(a),(c))
165 __abs_nonsingle(rms,1,(t),(h),(o),(a),(c))
167 __abs_nonsingle(rms,2,(t),(h),(o),(a),(c))
169 __abs_nonsingle(rms,4,(t),(h),(o),(a),(c))
171 __abs_nonsingle(rms,8,(t),(h),(o),(a),(c))
178 __abs_nonsingle(rr,1,(t),(h),(o),(a),(c)
    [all...]

Completed in 12 milliseconds