Searched defs:nnn (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86ModRMFilters.h | 95 ExtendedFilter(bool r, uint8_t nnn) : R(r), NNN(nnn) {} in ExtendedFilter() 117 ExtendedRMFilter(bool r, uint8_t nnn) : R(r), NNN(nnn) {} in ExtendedRMFilter()
|
/freebsd/contrib/bzip2/ |
H A D | decompress.c | 43 #define GET_BITS(lll,vvv,nnn) \ argument
|
H A D | bzlib_private.h | 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument
|
/freebsd/contrib/one-true-awk/ |
H A D | run.c | 974 Cell *substr(Node **a, int nnn) /* substr(a[0], a[1], a[2]) */ in substr() 1027 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ in sindex() 1665 Cell *split(Node **a, int nnn) /* split(a[0], a[1], a[2]); a[3] is type */ in split() 2665 Cell *gensub(Node **a, int nnn) /* global selective substitute */ in gensub()
|
/freebsd/contrib/mandoc/ |
H A D | mdoc_man.c | 794 struct roff_node *np, *nn, *nnn; in post_percent() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
H A D | RISCVDisassembler.cpp | 691 unsigned nnn = (Bytes[1] >> 4) & 0b111; in getInstruction() local
|