Searched refs:nold (Results 1 – 3 of 3) sorted by relevance
/external/skia/third_party/lua/src/ |
D | ltable.c | 308 Node *nold = t->node; /* save old hash ... */ in luaH_resize() local 325 Node *old = nold+i; in luaH_resize() 332 if (!isdummy(nold)) in luaH_resize() 333 luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */ in luaH_resize()
|
/external/syslinux/com32/lua/src/ |
D | ltable.c | 309 Node *nold = t->node; /* save old hash ... */ in luaH_resize() local 326 Node *old = nold+i; in luaH_resize() 333 if (!isdummy(nold)) in luaH_resize() 334 luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */ in luaH_resize()
|
/external/openssh/ |
D | clientloop.c | 2128 size_t nold; member 2142 for (i = 0; i < ctx->nold; i++) in hostkeys_update_ctx_free() 2173 if ((tmp = reallocarray(ctx->old_keys, ctx->nold + 1, in hostkeys_find() 2176 __func__, ctx->nold); in hostkeys_find() 2178 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find() 2203 for (i = 0; i < ctx->nold; i++) { in update_known_hosts() 2429 __func__, ctx->nkeys, ctx->nnew, ctx->nkeys - ctx->nnew, ctx->nold); in client_input_hostkeys() 2431 if (ctx->nnew == 0 && ctx->nold != 0) { in client_input_hostkeys()
|