/openbsd/lib/libc/gen/ |
H A D | ctype_.c | 42 #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 D | ctype_base.h | 50 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 D | ctype_base.h | 49 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 D | ctype_base.h | 52 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 D | ctype_base.h | 53 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 D | ctype_base.h | 47 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 D | ctype_base.h | 47 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 D | ctype_base.h | 50 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 D | ctype_base.h | 50 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 D | debug.h | 79 # define __glibcxx_requires_subscript(_N) argument 138 # define __glibcxx_requires_subscript(_N) __glibcxx_check_subscript(_N) argument
|
H A D | macros.h | 130 #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 D | ctype.h | 23 #define _N 0x04 macro
|
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | BADNAMES | 12 _N
|
H A D | C++STYLE | 220 Examples: _Helper _CharT _N
|
/openbsd/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | BADNAMES | 12 _N
|
H A D | C++STYLE | 238 Examples: _Helper _CharT _N
|
/openbsd/gnu/gcc/gcc/ |
H A D | sync-builtins.def | 28 /* Synchronization Primitives. The "_N" version is the one that the user
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | c++config | 198 // src/functexcept.cc. We use __N because the more traditional _N is used
|
/openbsd/usr.sbin/hostapd/ |
H A D | parse.y | 128 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 D | amdgpu_ras_eeprom.c | 132 #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 | __locale | 506 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 D | ChangeLog.mkhybrid | 87 '_N' (N == decimal number) substituted for the last few characters
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | arm_sve.td | 1693 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 D | ChangeLog-2001 | 4683 * config/os/irix/irix5.2/bits/ctype_base.h: Use _U, _L, _N,
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | gcc.info | 20106 builtin, with an additional suffix `_N' where N is the size of the data
|