| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | partition-helper | 24 SIZE=$(( $1 * 512 )) 25 if [ "$SIZE" -lt 1024 ]; then 26 echo $SIZE 27 elif [ "$SIZE" -ge $(( 1024 * 1024 * 1024 )) ]; then 28 echo "$(echo "scale=1; $SIZE / 1024 / 1024 / 1024" | bc | \ 30 elif [ "$SIZE" -ge $(( 1024 * 1024 )) ]; then 31 echo "$(echo "scale=1; $SIZE / 1024 / 1024" | bc | \ 34 echo "$(echo "scale=1; $SIZE / 1024" | bc | \ 41 SIZE=${1%B} 50 echo $SIZE [all …]
|
| H A D | mk-misc.sh | 5 SIZE=$3 13 if [ "$SIZE" -gt 1024 ]; then 18 BIG_END=$[SIZE / 256] 19 LIT_END=$[SIZE - (BIG_END * 256)] 27 SKIP=$[10 * 1024 + SIZE + 2]
|
| H A D | mk-firmware.sh | 34 SIZE="$(rk_extra_part_size $idx)" 46 if [ "$SIZE" = max ]; then 47 SIZE="$(partition_size_kb "$PART_NAME")K" 48 if [ "$SIZE" = 0K ]; then 52 echo "Using maxium size: $SIZE" 58 \"$SIZE\" \"$PART_NAME\"" >> "$FAKEROOT_SCRIPT"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/ |
| H A D | 0001-asm-Delete-.func-.endfunc-directives.patch | 33 subs SIZE, SIZE, #64 41 subs SIZE, SIZE, #64 49 subs SIZE, SIZE, #64 57 subs SIZE, SIZE, #64 65 subs SIZE, SIZE, #64 73 subs SIZE, SIZE, #64 81 subs SIZE, SIZE, #64 89 subs SIZE, SIZE, #64 97 subs SIZE, SIZE, #64 105 subs SIZE, SIZE, #64 [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/exec/ |
| H A D | binfmt_script | 14 SIZE=256 variable 111 test(name="too-big", size=SIZE+80, good=False) 113 test(name="exact", size=SIZE, good=False) 115 test(name="exact-space", size=SIZE, good=False, leading=" ") 117 test(name="whitespace-too-big", size=SIZE+71, good=False, root="", 120 test(name="truncated", size=SIZE+17, good=False, leading=" " * 19) 125 test(name="spaces", size=SIZE-1, good=False, root="", fill=" ", 128 test(name="newline-prefix", size=SIZE-1, good=False, leading="\n", 139 test(name="one-under", size=SIZE-1) 141 test(name="two-under", size=SIZE-2) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-roccat-common.h | 47 #define ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ argument 53 SIZE, COMMAND); \ 56 #define ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) \ argument 62 SIZE, COMMAND); \ 65 #define ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE) \ argument 66 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \ 67 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE) 69 #define ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(thingy, COMMAND, SIZE) \ argument 70 ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE); \ 73 .size = SIZE, \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/ |
| H A D | adf_transport_access_macros.h | 52 #define ADF_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5) argument 53 #define ADF_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5) argument 54 #define ADF_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7) argument 55 #define ADF_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7) argument 58 #define ADF_RING_SIZE_BYTES_MIN(SIZE) \ argument 59 ((SIZE < ADF_SIZE_TO_RING_SIZE_IN_BYTES(ADF_RING_SIZE_4K)) ? \ 60 ADF_SIZE_TO_RING_SIZE_IN_BYTES(ADF_RING_SIZE_4K) : SIZE) 61 #define ADF_RING_SIZE_MODULO(SIZE) (SIZE + 0x6) argument 62 #define ADF_SIZE_TO_POW(SIZE) ((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | \ argument 63 SIZE) & ~0x4)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/stringloops/ |
| H A D | strlen.c | 8 #define SIZE 256 macro 19 for (offset = 0; offset < SIZE; offset++) { in test_one() 29 for (i = offset; i < SIZE; i++) in test_one() 56 s = memalign(128, SIZE); in testcase() 64 memset(s, 0, SIZE); in testcase() 65 for (i = 0; i < SIZE; i++) { in testcase() 78 for (j = 0; j < SIZE; j++) { in testcase() 87 s[SIZE - 1 - j] = 0; in testcase() 92 for (i = 0; i < SIZE; i++) { in testcase()
|
| /OK3568_Linux_fs/output/sessions/2025-06-05_23-17-21/ |
| H A D | final.env | |
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | final.env | |
| /OK3568_Linux_fs/output/ |
| H A D | final.env | |
| /OK3568_Linux_fs/kernel/arch/mips/net/ |
| H A D | bpf_jit_asm.S | 53 #define is_offset_in_header(SIZE, TYPE) \ argument 55 addiu $r_s0, $r_skb_hl, -SIZE; \ 140 #define DS_OFFSET(SIZE) (4 * SZREG) argument 142 #define DS_OFFSET(SIZE) ((4 * SZREG) + (4 - SIZE)) argument 144 #define bpf_slow_path_common(SIZE) \ argument 146 LONG_ADDIU $r_s1, $r_skb_len, -SIZE; \ 150 LONG_ADDIU a3, zero, SIZE; \ 155 PTR_ADDIU a2, $r_sp, DS_OFFSET(SIZE); \ 244 #define bpf_negative_common(SIZE) \ argument 249 li a2, SIZE; \
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | bpf_insn.h | 109 #define BPF_LD_ABS(SIZE, IMM) \ argument 111 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \ 119 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 121 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \ 129 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 131 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \ 139 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) \ argument 141 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_XADD, \ 149 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 151 .code = BPF_ST | BPF_SIZE(SIZE) | BPF_MEM, \
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | filter.h | 134 #define BPF_LD_ABS(SIZE, IMM) \ argument 136 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_ABS, \ 144 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument 146 .code = BPF_LD | BPF_SIZE(SIZE) | BPF_IND, \ 154 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 156 .code = BPF_LDX | BPF_SIZE(SIZE) | BPF_MEM, \ 164 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 166 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_MEM, \ 174 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) \ argument 176 .code = BPF_STX | BPF_SIZE(SIZE) | BPF_XADD, \ [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | hugetlb_vs_thp_test.c | 9 #define SIZE (16 * 1024 * 1024) macro 18 p = mmap(addr, SIZE, PROT_READ | PROT_WRITE, in test_body() 28 if (munmap(addr, SIZE)) { in test_body() 34 p = mmap(addr, SIZE, PROT_READ | PROT_WRITE, in test_body() 57 munmap(addr, SIZE); in test_body()
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 80-firmware.sh | 34 SIZE="$(rk_extra_part_size $idx)" 46 if [ "$SIZE" = max ]; then 47 SIZE="$(partition_size_kb "$PART_NAME")K" 48 if [ "$SIZE" = 0K ]; then 52 echo "Using maxium size: $SIZE" 58 \"$SIZE\" \"$PART_NAME\"" >> "$FAKEROOT_SCRIPT"
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fit-unpack.sh | 64 SIZE=`fdtget -ti ${ITB} ${NODE} data-size` 69 if [ ${SIZE} -ne 0 ]; then 70 dd if=${ITB} of=${OUT}/${NAME} bs=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1 78 printf " %-20s: %d bytes" ${NAME} ${SIZE} 96 printf " %-20s: %d bytes... %s" ${NAME} ${SIZE} ${ALGO} 97 if [ "${CSUM}" == "${HASH}" -o ${SIZE} -eq 0 ]; then
|
| H A D | uboot.sh | 22 SIZE="$1 $2 $3" 41 if [ -z "${SIZE}" ]; then 44 MAX_KB=`echo ${SIZE} | awk '{print strtonum($2)}'` 53 ../rkbin/tools/loaderimage --pack --uboot u-boot.bin uboot.img ${LOAD_ADDR} ${SIZE}
|
| H A D | avbtool.py | 1164 SIZE = 16 variable in AvbDescriptor 1176 assert struct.calcsize(self.FORMAT_STRING) == self.SIZE 1180 struct.unpack(self.FORMAT_STRING, data[0:self.SIZE])) 1181 self.data = data[self.SIZE:self.SIZE + num_bytes_following] 1249 SIZE = 32 variable in AvbPropertyDescriptor 1264 assert struct.calcsize(self.FORMAT_STRING) == self.SIZE 1268 value_size) = struct.unpack(self.FORMAT_STRING, data[0:self.SIZE]) 1270 self.SIZE - 16 + key_size + 1 + value_size + 1, 8) 1275 self.key = data[self.SIZE:(self.SIZE + key_size)].decode('utf-8') 1279 self.value = data[(self.SIZE + key_size + 1):(self.SIZE + key_size + 1 + [all …]
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 1034 SIZE = 16 variable in AvbDescriptor 1046 assert struct.calcsize(self.FORMAT_STRING) == self.SIZE 1050 struct.unpack(self.FORMAT_STRING, data[0:self.SIZE])) 1051 self.data = data[self.SIZE:self.SIZE + num_bytes_following] 1110 SIZE = 32 variable in AvbPropertyDescriptor 1125 assert struct.calcsize(self.FORMAT_STRING) == self.SIZE 1129 value_size) = struct.unpack(self.FORMAT_STRING, data[0:self.SIZE]) 1131 self.SIZE - 16 + key_size + 1 + value_size + 1, 8) 1135 self.key = data[self.SIZE:(self.SIZE + key_size)] 1136 self.value = data[(self.SIZE + key_size + 1):(self.SIZE + key_size + 1 + [all …]
|
| /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/config/arm/ |
| H A D | aout.h | 272 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \ argument 278 (int)(ROUNDED), (int)(SIZE)); \ 288 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \ argument 294 fprintf (STREAM, "\t.space\t%d\n", (int)(SIZE)); \ 301 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \ argument 302 asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
|
| /OK3568_Linux_fs/buildroot/boot/at91bootstrap/ |
| H A D | at91bootstrap-1.16-eabi-fix.patch | 41 SIZE=$(CROSS_COMPILE)size 54 SIZE=$(CROSS_COMPILE)size 67 SIZE=$(CROSS_COMPILE)size 80 SIZE=$(CROSS_COMPILE)size 93 SIZE=$(CROSS_COMPILE)size 106 SIZE=$(CROSS_COMPILE)size 119 SIZE=$(CROSS_COMPILE)size 132 SIZE=$(CROSS_COMPILE)size 145 SIZE=$(CROSS_COMPILE)size 158 SIZE=$(CROSS_COMPILE)size [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/bb-perf/ |
| H A D | bb-matrix-plot.sh | 24 SIZE="640,480" 34 -s W,H PNG and window size in pixels (default: $SIZE) 56 SIZE="$OPTARG" 108 set term png size $SIZE 121 set term wxt size $SIZE
|
| /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 | function.h | 574 #define ARGS_SIZE_TREE(SIZE) \ argument 575 ((SIZE).var == 0 ? ssize_int ((SIZE).constant) \ 576 : size_binop (PLUS_EXPR, fold_convert (ssizetype, (SIZE).var), \ 577 ssize_int ((SIZE).constant))) 580 #define ARGS_SIZE_RTX(SIZE) \ argument 581 ((SIZE).var == 0 ? gen_int_mode ((SIZE).constant, Pmode) \ 582 : expand_normal (ARGS_SIZE_TREE (SIZE)))
|
| /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 | function.h | 574 #define ARGS_SIZE_TREE(SIZE) \ argument 575 ((SIZE).var == 0 ? ssize_int ((SIZE).constant) \ 576 : size_binop (PLUS_EXPR, fold_convert (ssizetype, (SIZE).var), \ 577 ssize_int ((SIZE).constant))) 580 #define ARGS_SIZE_RTX(SIZE) \ argument 581 ((SIZE).var == 0 ? gen_int_mode ((SIZE).constant, Pmode) \ 582 : expand_normal (ARGS_SIZE_TREE (SIZE)))
|