Searched refs:__set_64bit (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dsystem.h163 static inline void __set_64bit (unsigned long long * ptr, function
182 __set_64bit(ptr,(unsigned int)(value), (unsigned int)((value)>>32ULL));
190 __set_64bit(ptr,ll_low(value), ll_high(value));
200 __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : \
201 __set_64bit(ptr, ll_low(value), ll_high(value)) )
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dsystem.h163 static inline void __set_64bit (unsigned long long * ptr, function
182 __set_64bit(ptr,(unsigned int)(value), (unsigned int)((value)>>32ULL));
190 __set_64bit(ptr,ll_low(value), ll_high(value));
200 __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : \
201 __set_64bit(ptr, ll_low(value), ll_high(value)) )

Completed in 85 milliseconds