Searched refs:round_up (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/include/plat/common/ |
D | common_def.h | 84 #define BL1_RO_DATA_END round_up(BL1_ROM_END, PAGE_SIZE) 91 #define BL1_CODE_END round_up(BL1_ROM_END, PAGE_SIZE)
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/ |
D | utils_def.h | 52 #define round_up(value, boundary) \ macro 60 round_up((val), _div)/_div; \
|
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
D | uniphier_xlat_setup.c | 30 round_up(BL_CODE_END, PAGE_SIZE) - BL_CODE_BASE, in uniphier_mmap_setup()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | floatobject.c | 1448 int half_eps, digit, round_up, sign=1; in float_fromhex() local 1640 round_up = 0; in float_fromhex() 1643 round_up = 1; in float_fromhex() 1647 round_up = 1; in float_fromhex() 1650 if (round_up == 1) { in float_fromhex()
|
D | intobject.c | 1012 int round_up; in int_float() local 1038 round_up = (abs_ival & lsb) && (abs_ival & (3*lsb-1)); in int_float() 1040 if (round_up) in int_float()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | floatobject.c | 1433 int half_eps, digit, round_up, sign=1; in float_fromhex() local 1625 round_up = 0; in float_fromhex() 1628 round_up = 1; in float_fromhex() 1632 round_up = 1; in float_fromhex() 1635 if (round_up == 1) { in float_fromhex()
|
D | intobject.c | 992 int round_up; in int_float() local 1018 round_up = (abs_ival & lsb) && (abs_ival & (3*lsb-1)); in int_float() 1020 if (round_up) in int_float()
|