Home
last modified time | relevance | path

Searched refs:nc (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-raid.h133 …uint64_t nc : 1; /**< When set, indicates that RAD should not allocate L2 cache… member
150 …uint64_t nc : 1; /**< When set, indicates that RAD should not allocate L2 cache… member
/f-stack/dpdk/drivers/compress/octeontx/include/
H A Dzip_regs.h139 uint64_t nc : 1; member
143 uint64_t nc : 1;
643 uint64_t nc : 1; member
648 uint64_t nc : 1; member
/f-stack/freebsd/netinet/
H A Dsctp_indata.c734 nc->mid = control->mid; in sctp_build_readq_entry_from_ctl()
735 TAILQ_INIT(&nc->reasm); in sctp_build_readq_entry_from_ctl()
737 nc->mid = control->mid; in sctp_build_readq_entry_from_ctl()
741 nc->fsn_included = 0xffffffff; in sctp_build_readq_entry_from_ctl()
747 nc->stcb = control->stcb; in sctp_build_readq_entry_from_ctl()
801 if (nc == NULL) { in sctp_handle_old_unordered_data()
832 nc->first_frag_seen = 1; in sctp_handle_old_unordered_data()
834 nc->data = tchk->data; in sctp_handle_old_unordered_data()
875 if ((nc->first_frag_seen) && !TAILQ_EMPTY(&nc->reasm)) { in sctp_handle_old_unordered_data()
880 control = nc; in sctp_handle_old_unordered_data()
[all …]
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c323 lua_Number nb = nvalue(b), nc = nvalue(c); in Arith() local
325 case TM_ADD: setnvalue(ra, luai_numadd(nb, nc)); break; in Arith()
326 case TM_SUB: setnvalue(ra, luai_numsub(nb, nc)); break; in Arith()
327 case TM_MUL: setnvalue(ra, luai_nummul(nb, nc)); break; in Arith()
328 case TM_DIV: setnvalue(ra, luai_numdiv(nb, nc)); break; in Arith()
329 case TM_MOD: setnvalue(ra, luai_nummod(nb, nc)); break; in Arith()
330 case TM_POW: setnvalue(ra, luai_numpow(nb, nc)); break; in Arith()
368 lua_Number nb = nvalue(rb), nc = nvalue(rc); \
369 setnvalue(ra, op(nb, nc)); \
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx6dl-prtrvt.dts86 /* nc */
93 /* nc */
H A Dimx6q-prtwd2.dts96 /* nc */
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_script.c112 ngx_uint_t i, n, nv, nc; in ngx_stream_compile_complex_value() local
119 nc = 0; in ngx_stream_compile_complex_value()
124 nc++; in ngx_stream_compile_complex_value()
148 if (nv == 0 && nc == 0) { in ngx_stream_compile_complex_value()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_ioctl_compat.c146 zfs_ioctl_compat_fix_stats(zfs_cmd_t *zc, const int nc)
156 if (nc == 5) { /* ZFS_IOC_POOL_STATS */
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c686 uint64_t h0, h1, h2, g0, g1, g2, c, nc; in poly1305_blocks() local
747 nc = ~c; in poly1305_blocks()
748 h0 = (h0 & nc) | (g0 & c); in poly1305_blocks()
749 h1 = (h1 & nc) | (g1 & c); in poly1305_blocks()
750 h2 = (h2 & nc) | (g2 & c); in poly1305_blocks()
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,dove-pinctrl.txt64 pmu-nc Pin not driven by any PM function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c111 ngx_uint_t i, n, nv, nc; in ngx_http_compile_complex_value() local
118 nc = 0; in ngx_http_compile_complex_value()
123 nc++; in ngx_http_compile_complex_value()
147 if (nv == 0 && nc == 0) { in ngx_http_compile_complex_value()
/f-stack/freebsd/sys/
H A Dstats.h473 #define TDGST_HLPR_INFO(dt, nc, nf) \ argument
476 .nctds = (nc), \
/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,q6v5.txt179 by the three offsets within syscon for q6, modem and nc
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c585 lua_Number nb = nvalue(rb), nc = nvalue(rc); \
586 setnvalue(ra, op(L, nb, nc)); \