Searched refs:SWAP (Results 1 – 10 of 10) sorted by relevance
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/crypto/ |
| D | aes_i.h | 109 #define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) macro 110 #define GETU32(p) SWAP(*((u32 *)(p))) 111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/common/ |
| D | dualcore_cpu1.sag | 44 SWAP 0x3000FC00 0x400
|
| D | dualcore_cpu0.sag | 114 SWAP 0x3000FC00 0x400
|
| D | dualcore_cpu1.ld | 247 ASSERT((DEFINED (_RELAX_END_) ? SWAP_SIZE : 0x0)<= 0x400, "SWAP OVERFLOW");
|
| D | dualcore_cpu0.ld | 450 ASSERT((DEFINED (_RELAX_END_) ? SWAP_SIZE : 0x0)<= 0x400, "SWAP OVERFLOW");
|
| /device/soc/telink/b91/b91_ble_sdk/common/ |
| D | utility.h | 102 #define SWAP(x, y, T) … macro 111 …SWAP((a), (b), T); …
|
| /device/soc/rockchip/rk3568/hardware/omx_il/include/librkvpu/ |
| D | vpu_macro.h | 130 #define SWAP(_T_, A, B) { _T_ tmp = A; A = B; B = tmp; } macro
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/ |
| D | avs2_global.h | 263 #define SWAP(x, y) {\ macro
|
| /device/soc/rockchip/common/sdk_linux/init/ |
| D | Kconfig | 332 # For some reason microblaze and nios2 hard code SWAP=n. Hopefully we can 333 # add proper SWAP support to them, in which case this can be remove. 338 config SWAP config 976 depends on MEMCG && SWAP
|
| /device/board/isoftstone/zhiyuan/kernel/driver/ramfs/ |
| D | rootfs_arm64.cpio.gz | |