Searched refs:fidx (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/bc/src/
H A Dparse.c47 void bc_parse_updateFunc(BcParse *p, size_t fidx) { argument
48 p->fidx = fidx;
49 p->func = bc_vec_item(&p->prog->fns, fidx);
57 bc_parse_updateFunc(p, p->fidx);
142 p->func = bc_vec_item(&p->prog->fns, p->fidx);
150 if (p->fidx != BC_PROG_MAIN) {
H A Dprogram.c1492 size_t fidx, sidx; local
1540 fidx = sidx + BC_PROG_REQ_FUNCS;
1542 f = bc_vec_item(&p->fns, fidx);
1548 bc_parse_init(&prs, p, fidx);
1573 ip.func = fidx;
1592 f = bc_vec_item(&p->fns, fidx);
H A Dbc_parse.c104 assert(func == bc_vec_item(&p->prog->fns, p->fidx));
125 assert(p->func == bc_vec_item(&p->prog->fns, p->fidx));
221 p->func = bc_vec_item(&p->prog->fns, p->fidx);
/freebsd-13-stable/contrib/bc/include/
H A Dparse.h98 size_t fidx; member in struct:BcParse
110 void bc_parse_updateFunc(BcParse *p, size_t fidx);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow-defs.h426 uint64_t fidx : 1; /**< Forward index memory BIST status */ member in struct:cvmx_pow_bist_stat::cvmx_pow_bist_stat_cn30xx
436 uint64_t fidx : 1;
455 uint64_t fidx : 1; /**< Forward index memory BIST status */ member in struct:cvmx_pow_bist_stat::cvmx_pow_bist_stat_cn31xx
465 uint64_t fidx : 1;
483 uint64_t fidx : 1; /**< Forward index memory BIST status */ member in struct:cvmx_pow_bist_stat::cvmx_pow_bist_stat_cn38xx
497 uint64_t fidx : 1;
517 uint64_t fidx : 1; /**< Forward index memory BIST status */ member in struct:cvmx_pow_bist_stat::cvmx_pow_bist_stat_cn52xx
527 uint64_t fidx : 1;
546 uint64_t fidx : 1; /**< Forward index memory BIST status */ member in struct:cvmx_pow_bist_stat::cvmx_pow_bist_stat_cn56xx
560 uint64_t fidx
581 uint64_t fidx : 1; /**< Forward index memory BIST status */ member in struct:cvmx_pow_bist_stat::cvmx_pow_bist_stat_cn61xx
606 uint64_t fidx : 1; /**< Forward index memory BIST status */ member in struct:cvmx_pow_bist_stat::cvmx_pow_bist_stat_cn63xx
632 uint64_t fidx : 1; /**< Forward index memory BIST status */ member in struct:cvmx_pow_bist_stat::cvmx_pow_bist_stat_cn66xx
[all...]
H A Dcvmx-sso-defs.h581 uint64_t fidx : 1; /**< Forward index memory BIST status */ member in struct:cvmx_sso_bist_stat::cvmx_sso_bist_stat_s
591 uint64_t fidx : 1;
627 uint64_t fidx : 1; /**< Forward index memory BIST status */ member in struct:cvmx_sso_bist_stat::cvmx_sso_bist_stat_cn68xxp1
637 uint64_t fidx : 1;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c1393 int fidx; /* field to nuke, or -1 for checksum */ local
1400 fidx = va_arg(va, int);
1401 if (fidx >= 0 && fidx <= NMEA_PROTO_FIELDS) {
1402 cp = field_parse(data, fidx);
1411 } while (fcnt-- && fidx >= 0);
/freebsd-13-stable/sys/vm/
H A Dvm_object.c2756 vm_pindex_t fidx; local
2772 fidx = 0;
2781 (long)fidx, rcount, (long)pa);
2799 (long)fidx, rcount, (long)pa);
2808 fidx = m->pindex;
2814 (long)fidx, rcount, (long)pa);
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlapi.c1243 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { argument
1245 StkId fi = index2addr(L, fidx);
1254 LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) { argument
1255 StkId fi = index2addr(L, fidx);
1258 return *getupvalref(L, fidx, n, NULL);
/freebsd-13-stable/contrib/lua/src/
H A Dlapi.c1385 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { argument
1388 TValue *fi = index2value(L, fidx);
1399 LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) { argument
1400 TValue *fi = index2value(L, fidx);
1403 return *getupvalref(L, fidx, n, NULL);
H A Dlua.h458 LUA_API void *(lua_upvalueid) (lua_State *L, int fidx, int n);
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_extents.c730 struct ext4_extent_index *fidx; local
831 fidx = EXT_FIRST_INDEX(neh);
832 fidx->ei_blk = htole32(border);
833 ext4_index_store_pblock(fidx, oldblk);
842 memmove(++fidx, path[i].ep_index - m,
/freebsd-13-stable/sys/sys/
H A Darb.h210 #define ARB_GETFREEAT(head, field, fidx) \
213 int _idx = fidx; \
225 if (fidx == 0) \
/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h389 LUA_API void *(lua_upvalueid) (lua_State *L, int fidx, int n);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c617 uint64_t fidx = 0; local
671 for (fidx=0; folder && fidx<folder->numCoders; fidx++) {
672 switch(folder->coders[fidx].codec) {
/freebsd-13-stable/contrib/sendmail/src/
H A Dqueue.c6893 short fidx; local
6917 fidx = Queue[e->e_qgrp]->qg_qpaths[e->e_qdir].qp_fsysidx;
6918 if (fidx < 0)
6926 s = e->e_msgsize / FILE_SYS_BLKSIZE(fidx);
6932 FILE_SYS_AVAIL(fidx) += s;
6934 FILE_SYS_AVAIL(fidx) -= s;
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1417 int i, fidx; local
1425 for (fidx = 1, i = 0; i < nsegs; i++, fidx += 2) {

Completed in 347 milliseconds