Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 33) sorted by relevance

12

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLiteKernel/rtos/
A Dvg_lite_hal.c205 heap_node_t * split; in split_node() local
215 split = (heap_node_t *)vg_lite_os_malloc(sizeof(heap_node_t)); in split_node()
217 if (split == NULL) in split_node()
221 split->offset = node->offset + size; in split_node()
222 split->size = node->size - size; in split_node()
223 split->status = 0; in split_node()
226 add_list(&split->list, &node->list); in split_node()
/bsp/amebaz/
A Dgen_bin.py17 if filename in os.path.split(x)[1]:
18 pwd.append(os.path.split(x)[0])
34 value=re.split(r'[\s+]+',line)
/bsp/w60x/
A Dmakeimg.py60 (file_path, file_name) = os.path.split(path)
85 (_wmlib_path,_wmlib_name) = os.path.split(path)
134 (bin_file_path,bin_file_name) = os.path.split(bin_file)
136 (version_file_path,version_file_name) = os.path.split(version_file)
137 (secboot_file_path,secboot_file_name) = os.path.split(secboot_file)
/bsp/rockchip/tools/
A Dbuildutil.py31 values = cfg.split(' ')
/bsp/hpmicro/hpm5300evk/
A Drtconfig.py28 folders = RTT_EXEC_PATH.split(os.sep)
/bsp/hpmicro/hpm6300evk/
A Drtconfig.py28 folders = RTT_EXEC_PATH.split(os.sep)
/bsp/hpmicro/hpm6750evk/
A Drtconfig.py28 folders = RTT_EXEC_PATH.split(os.sep)
/bsp/hpmicro/hpm5301evklite/
A Drtconfig.py28 folders = RTT_EXEC_PATH.split(os.sep)
/bsp/hpmicro/hpm6200evk/
A Drtconfig.py28 folders = RTT_EXEC_PATH.split(os.sep)
/bsp/hpmicro/hpm6750evk2/
A Drtconfig.py28 folders = RTT_EXEC_PATH.split(os.sep)
/bsp/hpmicro/hpm6750evkmini/
A Drtconfig.py28 folders = RTT_EXEC_PATH.split(os.sep)
/bsp/hpmicro/hpm6800evk/
A Drtconfig.py28 folders = RTT_EXEC_PATH.split(os.sep)
/bsp/hpmicro/hpm6e00evk/
A Drtconfig.py28 folders = RTT_EXEC_PATH.split(os.sep)
/bsp/qemu-virt64-aarch64/
A DSConstruct22 for token in line.split(" "):
/bsp/zynqmp-a53-dfzu2eg/
A DSConstruct22 for token in line.split(" "):
/bsp/cvitek/cv18xx_aarch64/
A DSConstruct21 for token in line.split(" "):
/bsp/nxp/imx/imx6ull-smart/
A DSConstruct35 for token in line.split(" "):
/bsp/zynqmp-r5-axu4ev/
A DREADME_zh.md82 //arch = zynqmp; split = false; format = BIN
/bsp/renesas/ra6m3-hmi-board/script/
A Dfsp.scat513 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
590 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
/bsp/renesas/ra4e2-eco/script/
A Dfsp.scat528 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
605 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
/bsp/renesas/ra6e2-fpb/script/
A Dfsp.scat517 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
594 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
/bsp/renesas/ra8d1-ek/script/
A Dfsp.scat531 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
608 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
/bsp/renesas/ra8m1-ek/script/
A Dfsp.scat531 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
608 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
/bsp/renesas/ra8d1-vision-board/script/
A Dfsp.scat531 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
608 …; Set this symbol to the same value as __tz_ID_CODE_S so the RA configuration tool does not split
/bsp/smartfusion2/CMSIS/startup_gcc/
A Ddebug-in-microsemi-smartfusion2-external-ram.ld51 * Program and data space is split evenly in this example 32MB each

Completed in 33 milliseconds

12