Home
last modified time | relevance | path

Searched defs:INDEX (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/crypto/camellia/
H A Dcamellia.c77 #define SUBL(INDEX) (subkey[(INDEX)*2+1]) argument
78 #define SUBR(INDEX) (subkey[(INDEX)*2]) argument
103 #define CAMELLIA_SP1110(INDEX) (camellia_sp1110[(INDEX)]) argument
104 #define CAMELLIA_SP0222(INDEX) (camellia_sp0222[(INDEX)]) argument
105 #define CAMELLIA_SP3033(INDEX) (camellia_sp3033[(INDEX)]) argument
106 #define CAMELLIA_SP4404(INDEX) (camellia_sp4404[(INDEX)]) argument
/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-util.h76 static inline int INDEX(int ipd_port) in INDEX() function
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper-errata.c100 #define INDEX(port) (port & 0xf) in __cvmx_helper_errata_fix_ipd_ptr_alignment() macro
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dctl.c245 #define INDEX(i) {false}, i##_index macro