Searched refs:split (Results 1 – 25 of 33) sorted by relevance
12
205 heap_node_t * split; in split_node() local215 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()
17 if filename in os.path.split(x)[1]:18 pwd.append(os.path.split(x)[0])34 value=re.split(r'[\s+]+',line)
60 (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)
31 values = cfg.split(' ')
28 folders = RTT_EXEC_PATH.split(os.sep)
22 for token in line.split(" "):
21 for token in line.split(" "):
35 for token in line.split(" "):
82 //arch = zynqmp; split = false; format = BIN
513 …; 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 …
528 …; 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 …
517 …; 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 …
531 …; 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 …
51 * Program and data space is split evenly in this example 32MB each
Completed in 33 milliseconds