Searched refs:nnn (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86ModRMFilters.h87 /// mod field [bits 7-6] and the value of the nnn field [bits 5-3].
97 /// \param nnn The required value of the nnn field.
98 ExtendedFilter(bool r, uint8_t nnn) : argument
101 NNN(nnn) {
112 /// mod field [bits 7-6] and the value of the nnn field [bits 2-0].
122 /// \param nnn The required value of the nnn field.
123 ExtendedRMFilter(bool r, uint8_t nnn) : argument
126 NNN(nnn) {
[all...]
/freebsd-13-stable/contrib/bzip2/
H A Dbzlib_private.h102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
H A Ddecompress.c43 #define GET_BITS(lll,vvv,nnn) \
46 if (s->bsLive >= nnn) { \
49 (s->bsLive-nnn)) & ((1 << nnn)-1); \
50 s->bsLive -= nnn; \
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c1971 { char nnn[100]; int nnnl; local
1973 bcopy(tcnp->cn_nameptr, nnn, nnnl);
1974 nnn[nnnl] = '\0';
1975 printf("ren replace=%s\n",nnn);
2632 { char nnn[100]; int nnnl; local
2634 bcopy(name, nnn, nnnl);
2635 nnn[nnnl] = '\0';
2636 printf("replace=%s\n",nnn);
/freebsd-13-stable/contrib/one-true-awk/
H A Drun.c752 Cell *substr(Node **a, int nnn) /* substr(a[0], a[1], a[2]) */ argument
800 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ argument
1257 Cell *split(Node **a, int nnn) /* split(a[0], a[1], a[2]); a[3] is type */ argument
1903 Cell *sub(Node **a, int nnn) /* substitute command */ argument
1963 Cell *gsub(Node **a, int nnn) /* global substitute */ argument

Completed in 179 milliseconds