Searched refs:endx (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/scripts/dtc/
H A Dutil.c112 char *endx; get_oct_char() local
118 val = strtol(x, &endx, 8); get_oct_char()
120 assert(endx > x); get_oct_char()
122 (*i) += endx - x; get_oct_char()
135 char *endx; get_hex_char() local
141 val = strtol(x, &endx, 16); get_hex_char()
142 if (!(endx > x)) get_hex_char()
145 (*i) += endx - x; get_hex_char()
/linux-4.4.14/arch/x86/pci/
H A Damd_bus.c243 u64 endx = 0; early_root_info_init() local
259 endx = fam10h_mmconf_start - 1; early_root_info_init()
260 update_res(info, start, endx, IORESOURCE_MEM, 0); early_root_info_init()
262 endx + 1); early_root_info_init()
263 printk(KERN_CONT " ==> [%llx, %llx]", start, endx); early_root_info_init()
269 printk(KERN_CONT " %s [%llx, %llx]", endx ? "and" : "==>", start, end); early_root_info_init()
271 printk(KERN_CONT "%s\n", endx?"":" ==> none"); early_root_info_init()

Completed in 129 milliseconds