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

/freebsd-current/contrib/ntp/libntp/
H A Dstatestr.c163 /* not used with getcode(), no terminating entry needed */
173 /* not used with getcode(), no terminating entry needed */
200 /* not used with getcode(), no terminating entry needed */
281 /* not used with getcode(), no terminating entry needed */
286 static const char * getcode(int, const struct codestring *);
291 * getcode - return string corresponding to code
294 getcode( function
465 getcode(CTL_SYS_LI(st), leap_codes),
466 getcode(CTL_SYS_SOURCE(st), sync_codes),
468 getcode(CTL_SYS_EVEN
[all...]
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlcode.c362 SETARG_C(getcode(fs, e), nresults+1);
365 SETARG_B(getcode(fs, e), nresults+1);
366 SETARG_A(getcode(fs, e), fs->freereg);
375 e->u.info = GETARG_A(getcode(fs, e));
378 SETARG_B(getcode(fs, e), 2);
442 Instruction *pc = &getcode(fs, e);
609 Instruction ie = getcode(fs, e);
838 if (e2->k == VRELOCABLE && GET_OPCODE(getcode(fs, e2)) == OP_CONCAT) {
839 lua_assert(e1->u.info == GETARG_B(getcode(fs, e2))-1);
841 SETARG_B(getcode(f
[all...]
H A Dlcode.h39 #define getcode(fs,e) ((fs)->f->code[(e)->u.info]) macro
H A Dlparser.c1495 SETARG_C(getcode(fs, &v.v), 1); /* call statement uses no results */
1512 SET_OPCODE(getcode(fs,&e), OP_TAILCALL);
1513 lua_assert(GETARG_A(getcode(fs,&e)) == fs->nactvar);
/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c129 static code_int getcode(struct s_zstate *zs);
265 while ((zs->u.r.zs_code = getcode(zs)) > -1) {
333 getcode(struct s_zstate *zs) function
/freebsd-current/usr.bin/compress/
H A Dzopen.c199 static code_int getcode(struct s_zstate *);
498 finchar = oldcode = getcode(zs);
507 while ((code = getcode(zs)) > -1) {
572 getcode(struct s_zstate *zs) function

Completed in 101 milliseconds