| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | arches.dts | 59 compatible = "ibm,uic-460gt","ibm,uic"; 69 compatible = "ibm,uic-460gt","ibm,uic"; 81 compatible = "ibm,uic-460gt","ibm,uic"; 93 compatible = "ibm,uic-460gt","ibm,uic"; 105 compatible = "ibm,sdr-460gt"; 110 compatible = "ibm,cpr-460gt"; 125 compatible = "ibm,plb-460gt", "ibm,plb4"; 160 compatible = "ibm,opb-460gt", "ibm,opb"; 167 compatible = "ibm,ebc-460gt", "ibm,ebc"; 221 compatible = "ibm,iic-460gt", "ibm,iic"; [all …]
|
| H A D | glacier.dts | 55 compatible = "ibm,uic-460gt","ibm,uic"; 65 compatible = "ibm,uic-460gt","ibm,uic"; 77 compatible = "ibm,uic-460gt","ibm,uic"; 89 compatible = "ibm,uic-460gt","ibm,uic"; 101 compatible = "ibm,sdr-460gt"; 106 compatible = "ibm,cpr-460gt"; 121 compatible = "ibm,plb-460gt", "ibm,plb4"; 162 compatible = "ibm,opb-460gt", "ibm,opb"; 169 compatible = "ibm,ebc-460gt", "ibm,ebc"; 283 compatible = "ibm,iic-460gt", "ibm,iic"; [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | allwinner,sun9i-a80-gt-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/allwinner,sun9i-a80-gt-clk.yaml# 20 const: allwinner,sun9i-a80-gt-clk 46 compatible = "allwinner,sun9i-a80-gt-clk"; 49 clock-output-names = "gt";
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lparser.c | 341 Labellist *gl = &ls->dyd->gt; in closegoto() 342 Labeldesc *gt = &gl->arr[g]; in closegoto() local 348 getstr(gt->name), gt->line, getstr(vname)); in closegoto() 366 Labeldesc *gt = &dyd->gt.arr[g]; in findlabel() local 401 Labellist *gl = &ls->dyd->gt; in findgotos() 420 Labellist *gl = &fs->ls->dyd->gt; in movegotosout() 424 Labeldesc *gt = &gl->arr[i]; in movegotosout() local 425 if (gt->nactvar > bl->nactvar) { in movegotosout() 428 gt->nactvar = bl->nactvar; in movegotosout() 440 bl->firstgoto = fs->ls->dyd->gt.n; in enterblock() [all …]
|
| H A D | lparser.h | 87 Labellist gt; /* list of pending gotos */ member
|
| H A D | lapi.c | 607 const TValue *gt; /* global table */ in lua_getglobal() local 609 gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_getglobal() 611 luaV_gettable(L, gt, L->top - 1, L->top - 1); in lua_getglobal() 733 const TValue *gt; /* global table */ in lua_setglobal() local 736 gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_setglobal() 738 luaV_settable(L, gt, L->top - 1, L->top - 2); in lua_setglobal() 983 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_load() local 985 setobj(L, f->upvals[0]->v, gt); in lua_load() 986 luaC_barrier(L, f->upvals[0], gt); in lua_load()
|
| H A D | ldo.c | 739 p.dyd.gt.arr = NULL; p.dyd.gt.size = 0; in luaD_protectedparser() 745 luaM_freearray(L, p.dyd.gt.arr, p.dyd.gt.size); in luaD_protectedparser()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstate.c | 74 sethvalue(L, gt(L), luaH_new(L, 0, 2)); /* table of globals */ in f_luaopen() 101 setnilvalue(gt(L)); in preinit_state() 124 setobj2n(L, gt(L1), gt(L)); /* share table of globals */ in luaE_newthread()
|
| H A D | lstate.h | 22 #define gt(L) (&L->l_gt) macro
|
| H A D | lapi.c | 67 case LUA_GLOBALSINDEX: return gt(L); in index2adr() 81 return hvalue(gt(L)); /* use global table as environment */ in getcurrenv() 629 setobj2s(L, L->top, gt(thvalue(o))); in lua_getfenv() 750 sethvalue(L, gt(thvalue(o)), hvalue(L->top - 1)); in lua_setfenv()
|
| /f-stack/app/nginx-1.16.1/auto/os/ |
| H A D | freebsd | 40 if [ $osreldate -gt 300007 ]; then 48 if [ $osreldate -gt 502103 ]; then
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_02.X.out | 6 </message><error><message>Shut 'er down, Clancey! She's a-pumpin' mud! <>!,"!<>
|
| H A D | test_02.XP.out | 87 <message>Shut 'er down, Clancey! She's a-pumpin' mud! <>!,"!<>
|
| H A D | test_02.H.out | 5 …-total">30</div><div class="text"> </div><div class="note">mbufs <&> in use (current/cac… 6 …class="line"><div class="error">Shut 'er down, Clancey! She's a-pumpin' mud! <>!,"!<>
|
| H A D | test_02.HP.out | 88 <div class="note">mbufs <&> in use (current/cache/total)</div> 225 <div class="error">Shut 'er down, Clancey! She's a-pumpin' mud! <>!,"!<>
|
| H A D | test_02.HIPx.out | 88 <div class="note">mbufs <&> in use (current/cache/total)</div> 225 <div class="error">Shut 'er down, Clancey! She's a-pumpin' mud! <>!,"!<>
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | blocked.c | 391 streamID *gt = dictFetchValue(receiver->bpop.keys, in handleClientsBlockedOnKeys() local 416 *gt = group->last_id; in handleClientsBlockedOnKeys() 420 if (streamCompareID(&s->last_id, gt) > 0) { in handleClientsBlockedOnKeys() 421 streamID start = *gt; in handleClientsBlockedOnKeys()
|
| H A D | rax.c | 1509 int eq = 0, lt = 0, gt = 0, first = 0, last = 0; in raxSeek() local 1519 gt = 1; in raxSeek() 1574 } else if (lt || gt) { in raxSeek() 1618 if (gt && !raxIteratorNextStep(it,1)) return 0; in raxSeek() 1627 if (gt) { in raxSeek() 1677 if (gt && !raxIteratorNextStep(it,0)) return 0; in raxSeek() 1775 int eq = 0, lt = 0, gt = 0; in raxCompare() local 1778 if (op[0] == '>') gt = 1; in raxCompare() 1786 if (lt == 0 && gt == 0) return cmp == 0 && key_len == iter->key_len; in raxCompare() 1793 else if (gt) return iter->key_len > key_len; in raxCompare() [all …]
|
| /f-stack/freebsd/mips/malta/ |
| H A D | files.malta | 2 mips/malta/gt.c standard
|
| H A D | gt.c | 131 DRIVER_MODULE(gt, nexus, gt_driver, gt_devclass, 0, 0);
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/ |
| H A D | utils.c | 210 volatile unsigned char gt = 0U; in sodium_compare() local 222 gt |= ((x2 - x1) >> 8) & eq; in sodium_compare() 225 return (int) (gt + gt + eq) - 1; in sodium_compare()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-8040-clearfog-gt-8k.dts | 16 compatible = "solidrun,clearfog-gt-8k", "marvell,armada8040", 71 label = "clearfog-gt-8k:green:led0"; 76 label = "clearfog-gt-8k:green:led1";
|
| /f-stack/freebsd/sys/ |
| H A D | refcount.h | 194 _refcount_release_if_cond(old > n, gt)
|
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | aesv8-armx.S | 29 b.gt .Lenc_key_abort 244 b.gt .Loop_enc 273 b.gt .Loop_dec 450 b.gt .Loop3x_cbc_dec 528 b.gt .Lcbc_dec_tail 633 b.gt .Loop3x_ctr32 718 b.gt .Lctr32_tail
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
| H A D | zpool_reopen.shlib | 73 while [ $timeout -gt 0 ]; do
|