Home
last modified time | relevance | path

Searched defs:gt (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c391 streamID *gt = dictFetchValue(receiver->bpop.keys, in handleClientsBlockedOnKeys() local
H A Drax.c1509 int eq = 0, lt = 0, gt = 0, first = 0, last = 0; in raxSeek() local
1775 int eq = 0, lt = 0, gt = 0; in raxCompare() local
H A Dt_stream.c1473 streamID *gt = ids+i; /* ID must be greater than this. */ in xreadCommand() local
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.c342 Labeldesc *gt = &gl->arr[g]; in closegoto() local
366 Labeldesc *gt = &dyd->gt.arr[g]; in findlabel() local
424 Labeldesc *gt = &gl->arr[i]; in movegotosout() local
461 static l_noret undefgoto (LexState *ls, Labeldesc *gt) { in undefgoto()
H A Dlparser.h87 Labellist gt; /* list of pending gotos */ member
H A Dlapi.c607 const TValue *gt; /* global table */ in lua_getglobal() local
733 const TValue *gt; /* global table */ in lua_setglobal() local
983 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_load() local
/f-stack/freebsd/mips/ingenic/
H A Djz4780_clock.c128 #define GENCLK(id, name, type, parents, mux, div, gt) { \ argument
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstate.h22 #define gt(L) (&L->l_gt) macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Dutils.c210 volatile unsigned char gt = 0U; in sodium_compare() local
/f-stack/freebsd/kern/
H A Dkern_conf.c616 struct cdevsw *gt; in fini_cdevsw() local
/f-stack/freebsd/net/
H A Diflib.c6313 iflib_io_tqg_attach(struct grouptask *gt, void *uniq, int cpu, const char *name) in iflib_io_tqg_attach()