Searched refs:oldn (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lmem.h | 43 #define luaM_reallocvector(L, v,oldn,n,t) \ argument 44 ((v)=cast(t *, luaM_reallocv(L, v, oldn, n, sizeof(t))))
|
| /freebsd/contrib/lua/src/ |
| H A D | lmem.h | 70 #define luaM_reallocvector(L, v,oldn,n,t) \ argument 71 (cast(t *, luaM_realloc_(L, v, cast_sizet(oldn) * sizeof(t), \
|
| /freebsd/sys/contrib/libfdt/ |
| H A D | fdt_rw.c | 113 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_()
|
| /freebsd/contrib/mandoc/ |
| H A D | roff.c | 3554 char *oldn, *newn, *end, *value; in roff_als() local 3557 newn = oldn = buf->buf + pos; in roff_als() 3561 newsz = roff_getname(&oldn, ln, pos); in roff_als() 3562 if (newn[newsz] == '\\' || newn[newsz] == '\t' || *oldn == '\0') in roff_als() 3565 end = oldn; in roff_als() 3566 oldsz = roff_getname(&end, ln, oldn - buf->buf); in roff_als() 3571 (int)oldsz, oldn); in roff_als() 3835 char *oldn, *newn, *end; in roff_rn() local 3839 oldn = newn = buf->buf + pos; in roff_rn() 3840 if (*oldn == '\0') in roff_rn() [all …]
|