Searched refs:getcode (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/ntp/libntp/ |
| H A D | statestr.c | 294 getcode( in getcode() function 465 getcode(CTL_SYS_LI(st), leap_codes), in statustoa() 466 getcode(CTL_SYS_SOURCE(st), sync_codes), in statustoa() 468 getcode(CTL_SYS_EVENT(st), sys_codes)); in statustoa() 475 getcode(pst & 0x7, select_codes), in statustoa() 480 getcode(CTL_PEER_EVENT(st), in statustoa() 488 getcode((st) & 0xf, clock_codes)); in statustoa() 501 return (getcode(num & ~PEER_EVENT, peer_codes)); in eventstr() 504 return (getcode(num & ~CRPT_EVENT, crypto_codes)); in eventstr() 507 return (getcode(num, sys_codes)); in eventstr() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 362 SETARG_C(getcode(fs, e), nresults+1); in luaK_setreturns() 365 SETARG_B(getcode(fs, e), nresults+1); in luaK_setreturns() 366 SETARG_A(getcode(fs, e), fs->freereg); in luaK_setreturns() 375 e->u.info = GETARG_A(getcode(fs, e)); in luaK_setoneret() 378 SETARG_B(getcode(fs, e), 2); in luaK_setoneret() 442 Instruction *pc = &getcode(fs, e); in discharge2reg() 609 Instruction ie = getcode(fs, e); in jumponcond() 838 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) { in luaK_posfix() 839 lua_assert(e1->u.info == GETARG_B(getcode(fs, e2))-1); in luaK_posfix() 841 SETARG_B(getcode(fs, e2), e1->u.info); in luaK_posfix()
|
| H A D | lcode.h | 39 #define getcode(fs,e) ((fs)->f->code[(e)->u.info]) macro
|
| H A D | lparser.c | 1495 SETARG_C(getcode(fs, &v.v), 1); /* call statement uses no results */ in exprstat() 1512 SET_OPCODE(getcode(fs,&e), OP_TAILCALL); in retstat() 1513 lua_assert(GETARG_A(getcode(fs,&e)) == fs->nactvar); in retstat()
|
| /freebsd-14.2/usr.bin/compress/ |
| H A D | zopen.c | 202 static code_int getcode(struct s_zstate *); 501 finchar = oldcode = getcode(zs); in zread() 510 while ((code = getcode(zs)) > -1) { in zread() 575 getcode(struct s_zstate *zs) in getcode() function
|
| /freebsd-14.2/usr.bin/gzip/ |
| H A D | zuncompress.c | 129 static code_int getcode(struct s_zstate *zs); 265 while ((zs->u.r.zs_code = getcode(zs)) > -1) { in zread() 333 getcode(struct s_zstate *zs) in getcode() function
|