Searched refs:_type_ (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc.h | 114 #define cc_ctx_n(_type_, _size_) ((_size_ + sizeof(_type_) - 1) / sizeof(_type_)) argument 134 #define cc_ctx_sizeof(_type_, _size_) \ argument 136 sizeof(_type_[cc_ctx_n(_type_, _size_)]) \ 148 #define cc_ctx_decl(_type_, _size_, _name_) _type_ * _name_ = (_type_ *) _alloca(sizeof(_type_) * … argument 155 #define cc_ctx_decl(_type_, _size_, _name_) \ 156 _type_ _name_ [cc_ctx_n(_type_, _size_)]; 160 #define cc_ctx_decl(_type_, _size_, _name_) \ 162 _type_ _name_ [cc_ctx_n(_type_, _size_)]; \ 169 #define cc_ctx_decl_field(_type_, _size_, _name_) \ argument 170 _type_ _name_ [cc_ctx_n(_type_, _size_)] [all …]
|
| /xnu-11215.1.10/osfmk/i386/ |
| H A D | pcb_native.c | 102 #define ASSERT_IS_16BYTE_MULTIPLE_SIZEOF(_type_) \ argument 103 extern char assert_is_16byte_multiple_sizeof_ ## _type_ \ 104 [(sizeof(_type_) % 16) == 0 ? 1 : -1]
|