Home
last modified time | relevance | path

Searched refs:getcode (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/ntp/libntp/
H A Dstatestr.c295 getcode( in getcode() function
466 getcode(CTL_SYS_LI(st), leap_codes), in statustoa()
467 getcode(CTL_SYS_SOURCE(st), sync_codes), in statustoa()
469 getcode(CTL_SYS_EVENT(st), sys_codes)); in statustoa()
476 getcode(pst & 0x7, select_codes), in statustoa()
481 getcode(CTL_PEER_EVENT(st), in statustoa()
489 getcode((st) & 0xf, clock_codes)); in statustoa()
502 return (getcode(num & ~PEER_EVENT, peer_codes)); in eventstr()
505 return (getcode(num & ~CRPT_EVENT, crypto_codes)); in eventstr()
508 return (getcode(num, sys_codes)); in eventstr()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlcode.c363 SETARG_C(getcode(fs, e), nresults+1); in luaK_setreturns()
366 SETARG_B(getcode(fs, e), nresults+1); in luaK_setreturns()
367 SETARG_A(getcode(fs, e), fs->freereg); in luaK_setreturns()
376 e->u.info = GETARG_A(getcode(fs, e)); in luaK_setoneret()
379 SETARG_B(getcode(fs, e), 2); in luaK_setoneret()
443 Instruction *pc = &getcode(fs, e); in discharge2reg()
610 Instruction ie = getcode(fs, e); in jumponcond()
839 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix()
840 lua_assert(e1->u.info == GETARG_B(getcode(fs, e2))-1); in luaK_posfix()
842 SETARG_B(getcode(fs, e2), e1->u.info); in luaK_posfix()
H A Dlcode.h40 #define getcode(fs,e) ((fs)->f->code[(e)->u.info]) macro
H A Dlparser.c1496 SETARG_C(getcode(fs, &v.v), 1); /* call statement uses no results */ in exprstat()
1513 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat()
1514 lua_assert(GETARG_A(getcode(fs,&e)) == fs->nactvar); in retstat()
/freebsd-13.1/usr.bin/compress/
H A Dzopen.c204 static code_int getcode(struct s_zstate *);
503 finchar = oldcode = getcode(zs); in zread()
512 while ((code = getcode(zs)) > -1) { in zread()
577 getcode(struct s_zstate *zs) in getcode() function
/freebsd-13.1/usr.bin/gzip/
H A Dzuncompress.c130 static code_int getcode(struct s_zstate *zs);
266 while ((zs->u.r.zs_code = getcode(zs)) > -1) { in zread()
334 getcode(struct s_zstate *zs) in getcode() function