Searched refs:p_head (Results 1 – 2 of 2) sorted by relevance
192 p_head = os.path.normcase(report_path)193 p_head = os.path.normpath(p_head)194 if not os.path.isdir(p_head):199 data_id = get_id_from_path(plan, p_head)
91 static uint32_t get_n_cacheline(uint32_t addr, uint32_t size, uint32_t *p_head) in get_n_cacheline() argument97 *p_head = CACHE_ALIGNED_ADDR(addr); in get_n_cacheline()103 n = (tail - *p_head) >> CACHE_LINE_SIZE_LOG2; in get_n_cacheline()