Home
last modified time | relevance | path

Searched defs:nnn (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86ModRMFilters.h95 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 Ddecompress.c43 #define GET_BITS(lll,vvv,nnn) \ argument
H A Dbzlib_private.h102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument
/freebsd/contrib/one-true-awk/
H A Drun.c974 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 Dmdoc_man.c794 struct roff_node *np, *nn, *nnn; in post_percent() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp691 unsigned nnn = (Bytes[1] >> 4) & 0b111; in getInstruction() local