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

/freebsd-11-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-11-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-11-stable/sys/vm/
H A Dvm_object.c2656 vm_pindex_t fidx; local
2672 fidx = 0;
2681 (long)fidx, rcount, (long)pa);
2699 (long)fidx, rcount, (long)pa);
2708 fidx = m->pindex;
2714 (long)fidx, rcount, (long)pa);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlapi.c1245 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { argument
1247 StkId fi = index2addr(L, fidx);
1256 LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) { argument
1257 StkId fi = index2addr(L, fidx);
1260 return *getupvalref(L, fidx, n, NULL);
H A Dlua.h388 LUA_API void *(lua_upvalueid) (lua_State *L, int fidx, int n);
/freebsd-11-stable/contrib/lua/src/
H A Dlapi.c1257 static UpVal **getupvalref (lua_State *L, int fidx, int n, LClosure **pf) { argument
1259 StkId fi = index2addr(L, fidx);
1268 LUA_API void *lua_upvalueid (lua_State *L, int fidx, int n) { argument
1269 StkId fi = index2addr(L, fidx);
1272 return *getupvalref(L, fidx, n, NULL);
H A Dlua.h431 LUA_API void *(lua_upvalueid) (lua_State *L, int fidx, int n);
/freebsd-11-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-11-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-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1410 int i, fidx; local
1418 for (fidx = 1, i = 0; i < nsegs; i++, fidx += 2) {
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c15884 int flen, fidx;
15888 fidx = 0;
15902 fidx = 3;
15909 for (; fidx < flen; fidx++)
15910 switch (format[fidx])
15915 const char *str = XSTR (k, fidx);
15924 result = result * 1231 + rs6000_hash_constant (XEXP (k, fidx));
15928 result = result * 613 + (unsigned) XINT (k, fidx);
15932 result = result * 613 + (unsigned) XWINT (k, fidx);
15849 int flen, fidx; local
[all...]

Completed in 337 milliseconds