Searched defs:_type_ (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc.h | 89 #define cc_ctx_n(_type_, _size_) ((_size_ + sizeof(_type_) - 1) / sizeof(_type_)) argument 92 #define cc_ctx_sizeof(_type_, _size_) sizeof(_type_[cc_ctx_n(_type_, _size_)]) argument 102 #define cc_ctx_decl(_type_, _size_, _name_) _type_ * _name_ = (_type_ *) _alloca(sizeof(_type_) * … argument 103 #define cc_ctx_decl_field(_type_, _size_, _name_) _type_ _name_ [cc_ctx_n(_type_, _size_)] argument 106 #define cc_ctx_decl(_type_, _size_, _name_) \ argument
|
| /xnu-8020.121.3/osfmk/i386/ |
| H A D | pcb_native.c | 103 #define ASSERT_IS_16BYTE_MULTIPLE_SIZEOF(_type_) \ argument
|