Home
last modified time | relevance | path

Searched refs:newtail (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c64 void *p, *newtail; in trace_alloc() local
67 newtail = tb->tail + bytes; in trace_alloc()
68 if (!trace_check_alloc(tb, newtail)) in trace_alloc()
71 tb->tail = newtail; in trace_alloc()
/external/dtc/libfdt/
Dfdt_sw.c113 char *oldtail, *newtail; in fdt_resize() local
124 newtail = (char *)buf + bufsize - tailsize; in fdt_resize()
130 memmove(newtail, oldtail, tailsize); in fdt_resize()
132 memmove(newtail, oldtail, tailsize); in fdt_resize()
/external/u-boot/scripts/dtc/libfdt/
Dfdt_sw.c113 char *oldtail, *newtail; in fdt_resize() local
124 newtail = (char *)buf + bufsize - tailsize; in fdt_resize()
130 memmove(newtail, oldtail, tailsize); in fdt_resize()
132 memmove(newtail, oldtail, tailsize); in fdt_resize()