Searched defs:_C (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | concept_check.h | 74 #define __glibcxx_class_requires(_a,_C) \ argument 76 #define __glibcxx_class_requires2(_a,_b,_C) \ argument 78 #define __glibcxx_class_requires3(_a,_b,_c,_C) \ argument 80 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | concept_check.h | 74 #define __glibcpp_class_requires(_a,_C) \ argument 76 #define __glibcpp_class_requires2(_a,_b,_C) \ argument 78 #define __glibcpp_class_requires3(_a,_b,_c,_C) \ argument 80 #define __glibcpp_class_requires4(_a,_b,_c,_d,_C) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | unwind.h | 201 _Unwind_GetDataRelBase (struct _Unwind_Context *_C) in _Unwind_GetDataRelBase() 208 _Unwind_GetTextRelBase (struct _Unwind_Context *_C) in _Unwind_GetTextRelBase()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | unwind-generic.h | 209 _Unwind_GetDataRelBase (struct _Unwind_Context *_C) in _Unwind_GetDataRelBase() 216 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__))) in _Unwind_GetTextRelBase()
|
/openbsd-src/lib/libc/gen/ |
H A D | ctype_.c | 45 #define _C _CTYPE_C macro
|
/openbsd-src/sys/dev/pci/drm/include/linux/ |
H A D | ctype.h | 26 #define _C 0x20 macro
|
/openbsd-src/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 135 #define RAS_OFFSET_TO_INDEX(_C, _O) (((_O) - \ argument 142 #define RAS_RI_TO_AI(_C, _I) (((_I) + (_C)->ras_fri) % \ argument
|
/openbsd-src/usr.bin/deroff/ |
H A D | deroff.c | 830 _C(void) in _C() function
|
/openbsd-src/sys/dev/rasops/ |
H A D | rasops.c | 69 #define _C(x) ((x) & 0xff0000) >> 16, ((x) & 0x00ff00) >> 8, ((x) & 0x0000ff) macro
|