Home
last modified time | relevance | path

Searched refs:newn (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libfdt/
H A Dfdt_rw.c113 int oldn, int newn) in fdt_splice_mem_rsv_() argument
115 int delta = (newn - oldn) * sizeof(*p); in fdt_splice_mem_rsv_()
117 err = fdt_splice_(fdt, p, oldn * sizeof(*p), newn * sizeof(*p)); in fdt_splice_mem_rsv_()
/f-stack/app/redis-5.0.5/src/
H A Drax.c268 raxNode *newn = rax_realloc(n,newlen); in raxAddChild() local
269 if (newn == NULL) { in raxAddChild()
273 n = newn; in raxAddChild()
412 raxNode *newn = rax_realloc(n,newsize); in raxCompressNode() local
413 if (newn == NULL) { in raxCompressNode()
417 n = newn; in raxCompressNode()