Home
last modified time | relevance | path

Searched defs:V (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-l2c.c593 uint64_t V:1; /* Line valid */ member
601 uint64_t V:1; /* Line valid */ member
609 uint64_t V:1; /* Line valid */ member
617 uint64_t V:1; /* Line valid */ member
625 uint64_t V:1; /* Line valid */ member
637 uint64_t V:1; /* Line valid */ member
645 uint64_t V:1; /* Line valid */ member
653 uint64_t V:1; /* Line valid */ member
661 uint64_t V:1; /* Line valid */ member
669 uint64_t V:1; /* Line valid */ member
H A Dcvmx-l2c.h74 uint64_t V:1; /* Line valid */ member
86 uint64_t V:1; /* Line valid */ member
H A Dcvmx-interrupt.c696 #define CLEAR_OR_MASK(V,M,O) ({\ argument
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c228 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY) in smix()
300 uint32_t *V, *XY; in escrypt_kdf_nosse() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY) in smix()
315 uint32_t *V, *XY; in escrypt_kdf_sse() local
/f-stack/app/redis-5.0.5/deps/lua/
H A DMakefile50 V= 5.1 macro
/f-stack/freebsd/netgraph/
H A Dng_atmllc.c66 #define ATM_LLC_SETTYPE(X, V) do { \ argument
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_wf2q.c93 uint64_t V; /* virtual time */ member
H A Dip_dn_glue.c179 int64_t V ; /* virtual time */ member
244 int64_t V ; /* virtual time */ member
H A Ddn_sched_qfq.c239 uint64_t V; /* Precise virtual time. */ member
/f-stack/app/redis-5.0.5/src/
H A Dae.h60 #define AE_NOTUSED(V) ((void) V) argument
H A Ddict.h45 #define DICT_NOTUSED(V) ((void) V) argument
H A Dredismodule.h127 #define REDISMODULE_NOT_USED(V) ((void) V) argument
H A Dredis-benchmark.c49 #define UNUSED(V) ((void) V) argument
H A Dserver.h348 #define UNUSED(V) ((void) V) argument
H A Dredis-cli.c59 #define UNUSED(V) ((void) V) argument
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.h43 #define DICT_NOTUSED(V) ((void) V) argument
/f-stack/freebsd/amd64/include/
H A Datomic.h114 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
160 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
/f-stack/freebsd/i386/include/
H A Datomic.h108 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
158 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_clk_per.c211 #define V(n) ((3 * 32) + (n)) macro
/f-stack/freebsd/sys/
H A Dpmc.h136 #define __PMC_CPU(S,V,D) PMC_CPU_##S = V, argument
173 #define __PMC_CLASS(S,V,D) PMC_CLASS_##S = V, argument
327 #define __PMC_EV_BLOCK(C,V) PMC_EV_ ## C ## __BLOCK_START = (V) - 1 , argument
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_clk_per.c263 #define V(n) ((3 * 32) + (n)) macro
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c71 #define MKT(V,N) { #N, V } argument