Home
last modified time | relevance | path

Searched refs:_N (Results 1 – 25 of 25) sorted by relevance

/openbsd/lib/libc/gen/
H A Dctype_.c42 #define _N _CTYPE_N macro
57 _N, _N, _N, _N, _N, _N, _N, _N,
58 _N, _N, _P, _P, _P, _P, _P, _P,
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/bsd/netbsd/
H A Dctype_base.h50 static const mask digit = _N;
51 static const mask xdigit = _N | _X;
53 static const mask print = _P | _U | _L | _N | _B;
54 static const mask graph = _P | _U | _L | _N;
57 static const mask alnum = _U | _L | _N;
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/newlib/
H A Dctype_base.h49 static const mask digit = _N;
50 static const mask xdigit = _X | _N;
52 static const mask print = _P | _U | _L | _N | _B;
53 static const mask graph = _P | _U | _L | _N;
56 static const mask alnum = _U | _L | _N;
/openbsd/gnu/gcc/libstdc++-v3/config/os/newlib/
H A Dctype_base.h52 static const mask digit = _N;
53 static const mask xdigit = _X | _N;
55 static const mask print = _P | _U | _L | _N | _B;
56 static const mask graph = _P | _U | _L | _N;
59 static const mask alnum = _U | _L | _N;
/openbsd/gnu/gcc/libstdc++-v3/config/os/bsd/netbsd/
H A Dctype_base.h53 static const mask digit = _N;
54 static const mask xdigit = _N | _X;
56 static const mask print = _P | _U | _L | _N | _B;
57 static const mask graph = _P | _U | _L | _N;
60 static const mask alnum = _U | _L | _N;
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/windiss/
H A Dctype_base.h47 static const mask digit = _N;
50 static const mask print = _U | _L | _N | _P | _B;
51 static const mask graph = _U | _L | _N | _P;
54 static const mask alnum = _U | _L | _N;
/openbsd/gnu/lib/libstdc++/libstdc++/config/os/irix/irix5.2/
H A Dctype_base.h47 static const mask digit = _N;
50 static const mask print = _U | _L | _N | _P | _B;
51 static const mask graph = _U | _L | _N | _P;
54 static const mask alnum = _U | _L | _N;
/openbsd/gnu/gcc/libstdc++-v3/config/os/irix/irix5.2/
H A Dctype_base.h50 static const mask digit = _N;
53 static const mask print = _U | _L | _N | _P | _B;
54 static const mask graph = _U | _L | _N | _P;
57 static const mask alnum = _U | _L | _N;
/openbsd/gnu/gcc/libstdc++-v3/config/os/windiss/
H A Dctype_base.h50 static const mask digit = _N;
53 static const mask print = _U | _L | _N | _P | _B;
54 static const mask graph = _U | _L | _N | _P;
57 static const mask alnum = _U | _L | _N;
/openbsd/gnu/gcc/libstdc++-v3/include/debug/
H A Ddebug.h79 # define __glibcxx_requires_subscript(_N) argument
138 # define __glibcxx_requires_subscript(_N) __glibcxx_check_subscript(_N) argument
H A Dmacros.h130 #define __glibcxx_check_subscript(_N) \
131 _GLIBCXX_DEBUG_VERIFY(_N < this->size(), \
134 ._M_integer(_N, #_N) \
/openbsd/sys/dev/pci/drm/include/linux/
H A Dctype.h23 #define _N 0x04 macro
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DBADNAMES12 _N
H A DC++STYLE220 Examples: _Helper _CharT _N
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DBADNAMES12 _N
H A DC++STYLE238 Examples: _Helper _CharT _N
/openbsd/gnu/gcc/gcc/
H A Dsync-builtins.def28 /* Synchronization Primitives. The "_N" version is the one that the user
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A Dc++config198 // src/functexcept.cc. We use __N because the more traditional _N is used
/openbsd/usr.sbin/hostapd/
H A Dparse.y128 HOSTAPD_FRAME_F_##_m##_N : HOSTAPD_FRAME_F_##_m; \
132 HOSTAPD_FRAME_F_##_m##_N : HOSTAPD_FRAME_F_##_m); \
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c132 #define RAS_INDEX_TO_OFFSET(_C, _N) ((_C)->ras_record_offset + \ argument
133 (_N) * RAS_TABLE_RECORD_SIZE)
/openbsd/gnu/llvm/libcxx/include/
H A D__locale506 static const mask print = _P | _U | _L | _N | _B;
511 static const mask digit = _N;
513 static const mask xdigit = _X | _N;
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A DChangeLog.mkhybrid87 '_N' (N == decimal number) substituted for the last few characters
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A Darm_sve.td1693 def _N : SInst<name # "[_n_{d}]", "ddhR", types, MergeNone, intrinsic>;
1698 def _N : SInst<name # "[_n_{d}]", "dhR", types, MergeNone, intrinsic>;
1703 def _N : SInst<name # "[_n_{d}]", "ddR", types, MergeNone, intrinsic>;
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-20014683 * config/os/irix/irix5.2/bits/ctype_base.h: Use _U, _L, _N,
/openbsd/gnu/gcc/gcc/doc/
H A Dgcc.info20106 builtin, with an additional suffix `_N' where N is the size of the data