Home
last modified time | relevance | path

Searched refs:tbl (Results 1 – 25 of 6676) sorted by relevance

12345678910>>...268

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/Lua/
H A DRocket.cpp119 ROCKETLUA_INPUTENUM(0,tbl) in LuaRocketEnumkey_identifier()
120 ROCKETLUA_INPUTENUM(1,tbl) in LuaRocketEnumkey_identifier()
121 ROCKETLUA_INPUTENUM(2,tbl) in LuaRocketEnumkey_identifier()
122 ROCKETLUA_INPUTENUM(3,tbl) in LuaRocketEnumkey_identifier()
123 ROCKETLUA_INPUTENUM(4,tbl) in LuaRocketEnumkey_identifier()
124 ROCKETLUA_INPUTENUM(5,tbl) in LuaRocketEnumkey_identifier()
125 ROCKETLUA_INPUTENUM(6,tbl) in LuaRocketEnumkey_identifier()
126 ROCKETLUA_INPUTENUM(7,tbl) in LuaRocketEnumkey_identifier()
127 ROCKETLUA_INPUTENUM(8,tbl) in LuaRocketEnumkey_identifier()
128 ROCKETLUA_INPUTENUM(9,tbl) in LuaRocketEnumkey_identifier()
[all …]
/dports/x11-wm/durden/durden-0.6.1/durden/
H A Dkeybindings.lua40 local tbl = {};
42 tbl["m1_d"] = "/global/open/target";
43 tbl["m1_c"] = "/global/display/cycle";
44 tbl["m1_g"] = "/global";
45 tbl["m1_h"] = "/target";
46 tbl["m1_?"] = "/global/input/bind";
53 tbl["m1_v"] = "/target/clipboard/paste";
58 tbl["m2_h"] = "/target/window/swap/left";
59 tbl["m2_j"] = "/target/window/swap/up";
60 tbl["m2_k"] = "/target/window/swap/down";
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/hpack/
H A Dvhp_table.c78 #define TBLSIZE(tbl) ((tbl)->size + (tbl)->n * VHT_ENTRY_SIZE) argument
81 #define TBLENTRIES(tbl) ENTRIES((tbl)->buf, (tbl)->bufsize, (tbl)->n) argument
134 memmove(tbl->buf, tbl->buf + u, tbl->size - u); in vht_trim()
135 memmove(TBLENTRY(tbl, v), TBLENTRY(tbl, 0), (tbl->n - v) * sizeof *e); in vht_trim()
237 vht_trim(tbl, TBLSIZE(tbl) - l); in VHT_NewEntry_Indexed()
271 memmove(tbl->buf, tbl->buf + l2, tbl->size - l2); in VHT_NewEntry_Indexed()
311 vht_trim(tbl, tbl->maxsize - len); in VHT_AppendName()
365 vht_trim(tbl, tbl->maxsize); in VHT_SetProtoMax()
468 tbl->maxsize = tbl->protomax; in VHT_Init()
478 memset(tbl, 0, sizeof *tbl); in VHT_Fini()
[all …]
/dports/textproc/p5-LaTeX-Table/LaTeX-Table-v1.0.6/lib/LaTeX/Table/Types/
H A DTypeI.pm31 'CENTER' => $tbl->_get_default_align ? 1 : $tbl->get_center,
45 $tbl->get_maincaption ? $tbl->get_maincaption
46 : $tbl->get_shortcaption ? $tbl->get_shortcaption
53 'COLDEF' => $tbl->get_coldef ? $tbl->get_coldef
54 : $tbl->_get_coldef_code( $tbl->get_data ),
91 $tbl->_get_hline_code( $tbl->_get_RULE_BOTTOM_ID ),
131 for my $align ( $tbl->get_center, $tbl->get_right, $tbl->get_left ) {
140 if ( $tbl->has_center || $tbl->has_right || $tbl->has_left ) {
147 if ( $tbl->get_maincaption && $tbl->get_shortcaption ) {
173 if ( $tbl->get_caption_top && $tbl->get_caption_top ne '1' ) {
[all …]
/dports/security/ophcrack/ophcrack-3.8.0/src/core/
H A Dtable.c96 if (tbl->path) free(tbl->path); in table_free()
97 if (tbl->name) free(tbl->name); in table_free()
104 if (tbl->srtmem) munmap(tbl->srtmem, tbl->srtsize); in table_free()
105 if (tbl->idxmem) munmap(tbl->idxmem, tbl->idxsize); in table_free()
106 if (tbl->endmem) munmap(tbl->endmem, tbl->endsize); in table_free()
108 if (tbl->srtmem) free(tbl->srtmem); in table_free()
109 if (tbl->idxmem) free(tbl->idxmem); in table_free()
209 tbl->name, tbl->idx, preload); in table_mmap()
252 tbl->param = tbl->init ? tbl->init(tbl) : tbl; in table_preload()
311 if (tbl->cleanup) tbl->cleanup(tbl); in table_unload()
[all …]
/dports/devel/R-cran-tibble/tibble/inst/doc/
H A Dinvariants.R205 tbl[is.na(tbl)]
207 tbl[!is.na(tbl)]
433 with_tbl(tbl[is.na(tbl)] <- 4)
435 with_tbl(tbl[is.na(tbl)] <- 1:2)
483 with_tbl(tbl[2:3, ] <- tbl[1, ])
509 with_tbl(tbl[2:3, ] <- tbl[1, ])
511 with_tbl(tbl[2:3, ] <- list(tbl$n[1], tbl$c[1:2], tbl$li[1]))
523 with_tbl(tbl[5, ] <- tbl[1, ])
527 with_tbl(tbl[6, ] <- tbl[1, ])
529 with_tbl(tbl[-5, ] <- tbl[1, ])
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/fudforum/setup/base/www_root/adm/
H A Dconsist.php113 $tbl = $DBHOST_TBL_PREFIX; variable
122 …array_push($tbls, $tbl.'users u', $tbl.'forum f', $tbl.'thread t', $tbl.'poll p', $tbl.'poll_opt …
123 …$tbl.'msg m', $tbl.'pmsg pm', $tbl.'mod mm', $tbl.'thread_rate_track trt', $tbl.'msg_report mr', $
124 …$tbl.'forum_notify fn', $tbl.'thread_notify tn', $tbl.'buddy b', $tbl.'user_ignore i', $tbl.'msg m…
125 …$tbl.'users u1', $tbl.'users u2', $tbl.'attach a', $tbl.'thr_exchange te', $tbl.'read r', $tbl.'mi…
126 …$tbl.'group_members gm', $tbl.'group_resources gr', $tbl.'groups g', $tbl.'group_members gm1', $tb…
144 …delete_zero($tbl.'mod', 'SELECT mm.id FROM '.$tbl.'mod mm LEFT JOIN '.$tbl.'users u ON mm.user_id=…
173 …delete_zero($tbl.'thread', 'SELECT t.id FROM '.$tbl.'thread t LEFT JOIN '.$tbl.'forum f ON f.id=t.…
262 …delete_zero($tbl.'read', 'SELECT r.id FROM '.$tbl.'read r LEFT JOIN '.$tbl.'users u ON r.user_id=u…
331 …delete_zero($tbl.'poll_opt', 'SELECT po.id FROM '.$tbl.'poll_opt po LEFT JOIN '.$tbl.'poll p ON p.…
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
16 tbl := newLTable(0, 0)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
54 tbl.Append(LTrue)
55 tbl.Append(LTrue)
56 tbl.Append(LTrue)
85 tbl.Append(LTrue)
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
16 tbl := newLTable(0, 0)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
54 tbl.Append(LTrue)
55 tbl.Append(LTrue)
56 tbl.Append(LTrue)
85 tbl.Append(LTrue)
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
16 tbl := newLTable(0, 0)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
54 tbl.Append(LTrue)
55 tbl.Append(LTrue)
56 tbl.Append(LTrue)
85 tbl.Append(LTrue)
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
16 tbl := newLTable(0, 0)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
54 tbl.Append(LTrue)
55 tbl.Append(LTrue)
56 tbl.Append(LTrue)
85 tbl.Append(LTrue)
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
16 tbl := newLTable(0, 0)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
54 tbl.Append(LTrue)
55 tbl.Append(LTrue)
56 tbl.Append(LTrue)
85 tbl.Append(LTrue)
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
16 tbl := newLTable(0, 0)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
54 tbl.Append(LTrue)
55 tbl.Append(LTrue)
56 tbl.Append(LTrue)
85 tbl.Append(LTrue)
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
16 tbl := newLTable(0, 0)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
54 tbl.Append(LTrue)
55 tbl.Append(LTrue)
56 tbl.Append(LTrue)
85 tbl.Append(LTrue)
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
16 tbl := newLTable(0, 0)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
54 tbl.Append(LTrue)
55 tbl.Append(LTrue)
56 tbl.Append(LTrue)
85 tbl.Append(LTrue)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
16 tbl := newLTable(0, 0)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
54 tbl.Append(LTrue)
55 tbl.Append(LTrue)
56 tbl.Append(LTrue)
85 tbl.Append(LTrue)
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
32 tbl.Append(LTrue)
33 tbl.Append(LTrue)
34 tbl.Append(LTrue)
63 tbl.Append(LTrue)
64 tbl.Append(LTrue)
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/yuin/gopher-lua/
H A Dtable_test.go8 tbl := newLTable(-1, -2)
11 tbl = newLTable(10, 9)
24 tbl.Append(LTrue)
25 tbl.Append(LTrue)
26 tbl.Append(LTrue)
32 tbl.Append(LTrue)
33 tbl.Append(LTrue)
34 tbl.Append(LTrue)
63 tbl.Append(LTrue)
64 tbl.Append(LTrue)
[all …]
/dports/devel/grpc/grpc-1.42.0/test/core/transport/chttp2/
H A Dhpack_parser_table_test.cc43 const auto* md = tbl->Lookup(idx); in AssertIndex()
51 HPackTable tbl; in TEST() local
56 AssertIndex(&tbl, 4, ":path", "/"); in TEST()
73 AssertIndex(&tbl, 21, "age", ""); in TEST()
85 AssertIndex(&tbl, 33, "date", ""); in TEST()
86 AssertIndex(&tbl, 34, "etag", ""); in TEST()
89 AssertIndex(&tbl, 37, "from", ""); in TEST()
90 AssertIndex(&tbl, 38, "host", ""); in TEST()
97 AssertIndex(&tbl, 45, "link", ""); in TEST()
112 AssertIndex(&tbl, 60, "via", ""); in TEST()
[all …]
/dports/lang/ruby26/ruby-2.6.9/
H A Did_table.c48 #define ITEM_GET_KEY(tbl, i) ((tbl)->items[i].key) argument
49 #define ITEM_KEY_ISSET(tbl, i) ((tbl)->items[i].key) argument
50 #define ITEM_COLLIDED(tbl, i) ((tbl)->items[i].collision) argument
58 #define ITEM_GET_KEY(tbl, i) ((tbl)->items[i].key >> 1) argument
59 #define ITEM_KEY_ISSET(tbl, i) ((tbl)->items[i].key > 1) argument
60 #define ITEM_COLLIDED(tbl, i) ((tbl)->items[i].key & 1) argument
113 MEMZERO(tbl->items, item_t, tbl->capa); in rb_id_table_clear()
173 tbl->num--; in hash_delete_index()
186 if (tbl->used + (tbl->used >> 1) >= tbl->capa) { in hash_table_extend()
187 int new_cap = round_capa(tbl->num + (tbl->num >> 1)); in hash_table_extend()
[all …]
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/
H A Dasin-td.c71 …highPoly = FMA(FMA(FMA(FMA(FMA(tbl[33],xSqh,tbl[32]),xSqh,tbl[31]),xSqh,tbl[30]),xSqh,tbl[29]),xSq… in asin_accurate_lower()
73 …highPoly = tbl[28] + xSqh * (tbl[29] + xSqh * (tbl[30] + xSqh * (tbl[31] + xSqh * (tbl[32] + xSqh … in asin_accurate_lower()
143 tbl[i+58] ,z,tbl[i+57]),z,tbl[i+56]),z,tbl[i+55]),z,tbl[i+54]),z, in asin_accurate_middle()
144 tbl[i+53]),z,tbl[i+52]),z,tbl[i+51]),z,tbl[i+50]),z,tbl[i+49]),z, in asin_accurate_middle()
145 tbl[i+48]),z,tbl[i+47]),z,tbl[i+46]),z,tbl[i+45]),z,tbl[i+44]),z, in asin_accurate_middle()
146 tbl[i+43]),z,tbl[i+42]),z,tbl[i+41]),z,tbl[i+40]),z,tbl[i+39]); in asin_accurate_middle()
526 tbl[i+35] ,z,tbl[i+33]),z,tbl[i+31]),z,tbl[i+29]),z, in asin_rn()
527 tbl[i+27]),z,tbl[i+25]),z,tbl[i+23]),z,tbl[i+21]); in asin_rn()
776 tbl[i+35] ,z,tbl[i+33]),z,tbl[i+31]),z,tbl[i+29]),z, in asin_ru()
1021 tbl[i+35] ,z,tbl[i+33]),z,tbl[i+31]),z,tbl[i+29]),z, in asin_rd()
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/libSteve/
H A Duthash.h60 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)hhp) - (tbl)->hho)) argument
68 HASH_FCN((head)->hh.tbl->key,(head)->hh.tbl->keylen, \
70 (head)->hh.tbl->hash_scratch, (head)->hh.tbl->bkt, \
71 (head)->hh.tbl->i, (head)->hh.tbl->j,(head)->hh.tbl->k); \
73 (head)->hh.tbl->buckets[ (head)->hh.tbl->bkt], \
115 (head)->hh.tbl->i, (head)->hh.tbl->j, (head)->hh.tbl->k ); \
435 for(tbl->bkt_i = 0; tbl->bkt_i < tbl->num_buckets; tbl->bkt_i++) \
437 tbl->thh = tbl->buckets[ tbl->bkt_i ].hh_head; \
440 HASH_TO_BKT( tbl->thh->hashv, tbl->num_buckets*2, tbl->bkt); \
441 tbl->newbkt = &(tbl->new_buckets[ tbl->bkt ]); \
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_table.c159 ret = dr_table_init_nic(tbl->dmn, &tbl->rx); in dr_table_init_fdb()
163 ret = dr_table_init_nic(tbl->dmn, &tbl->tx); in dr_table_init_fdb()
185 tbl->rx.nic_dmn = &tbl->dmn->info.rx; in dr_table_init()
186 ret = dr_table_init_nic(tbl->dmn, &tbl->rx); in dr_table_init()
190 tbl->tx.nic_dmn = &tbl->dmn->info.tx; in dr_table_init()
191 ret = dr_table_init_nic(tbl->dmn, &tbl->tx); in dr_table_init()
195 tbl->rx.nic_dmn = &tbl->dmn->info.rx; in dr_table_init()
196 tbl->tx.nic_dmn = &tbl->dmn->info.tx; in dr_table_init()
252 tbl = kzalloc(sizeof(*tbl), GFP_KERNEL); in mlx5dr_table_create()
253 if (!tbl) in mlx5dr_table_create()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_table.c159 ret = dr_table_init_nic(tbl->dmn, &tbl->rx); in dr_table_init_fdb()
163 ret = dr_table_init_nic(tbl->dmn, &tbl->tx); in dr_table_init_fdb()
185 tbl->rx.nic_dmn = &tbl->dmn->info.rx; in dr_table_init()
186 ret = dr_table_init_nic(tbl->dmn, &tbl->rx); in dr_table_init()
190 tbl->tx.nic_dmn = &tbl->dmn->info.tx; in dr_table_init()
191 ret = dr_table_init_nic(tbl->dmn, &tbl->tx); in dr_table_init()
195 tbl->rx.nic_dmn = &tbl->dmn->info.rx; in dr_table_init()
196 tbl->tx.nic_dmn = &tbl->dmn->info.tx; in dr_table_init()
252 tbl = kzalloc(sizeof(*tbl), GFP_KERNEL); in mlx5dr_table_create()
253 if (!tbl) in mlx5dr_table_create()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_table.c159 ret = dr_table_init_nic(tbl->dmn, &tbl->rx); in dr_table_init_fdb()
163 ret = dr_table_init_nic(tbl->dmn, &tbl->tx); in dr_table_init_fdb()
185 tbl->rx.nic_dmn = &tbl->dmn->info.rx; in dr_table_init()
186 ret = dr_table_init_nic(tbl->dmn, &tbl->rx); in dr_table_init()
190 tbl->tx.nic_dmn = &tbl->dmn->info.tx; in dr_table_init()
191 ret = dr_table_init_nic(tbl->dmn, &tbl->tx); in dr_table_init()
195 tbl->rx.nic_dmn = &tbl->dmn->info.rx; in dr_table_init()
196 tbl->tx.nic_dmn = &tbl->dmn->info.tx; in dr_table_init()
252 tbl = kzalloc(sizeof(*tbl), GFP_KERNEL); in mlx5dr_table_create()
253 if (!tbl) in mlx5dr_table_create()
[all …]

12345678910>>...268