Searched defs:round_down (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | kernel.h | 115 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | fold-const.h | 172 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | fold-const.h | 172 #define round_down(T,N) round_down_loc (UNKNOWN_LOCATION, T, N) macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | kernel.h | 55 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mxsboot.c | 19 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 81 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | horizon.h | 488 round_down, enumerator
|
| H A D | ambassador.h | 644 round_down, enumerator
|