Home
last modified time | relevance | path

Searched refs:__base (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Ddiv64.h29 uint32_t __base = (base); \
31 __rem = ((uint64_t)(n)) % __base; \
32 (n) = ((uint64_t)(n)) / __base; \
205 uint32_t __base = (base); \
208 if (__builtin_constant_p(__base) && \
209 is_power_of_2(__base)) { \
210 __rem = (n) & (__base - 1); \
211 (n) >>= ilog2(__base); \
213 __builtin_constant_p(__base) && \
214 __base != 0) { \
[all …]
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/
H A Dstart.S198 .set __base, 0 define
200 .word (__base << 20) | 0xc12
201 .set __base, __base + 1 define