| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-raid.h | 133 …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 D | zip_regs.h | 139 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 D | sctp_indata.c | 734 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 D | lvm.c | 323 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 D | imx6dl-prtrvt.dts | 86 /* nc */ 93 /* nc */
|
| H A D | imx6q-prtwd2.dts | 96 /* nc */
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_script.c | 112 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 D | libzfs_ioctl_compat.c | 146 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 D | poly1305_sse2.c | 686 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 D | marvell,dove-pinctrl.txt | 64 pmu-nc Pin not driven by any PM function
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.c | 111 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 D | stats.h | 473 #define TDGST_HLPR_INFO(dt, nc, nf) \ argument 476 .nctds = (nc), \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/ |
| H A D | qcom,q6v5.txt | 179 by the three offsets within syscon for q6, modem and nc
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 585 lua_Number nb = nvalue(rb), nc = nvalue(rc); \ 586 setnvalue(ra, op(L, nb, nc)); \
|