Home
last modified time | relevance | path

Searched defs:_type_ (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/EXTERNAL_HEADERS/corecrypto/
H A Dcc.h112 #define cc_ctx_n(_type_, _size_) ((_size_ + sizeof(_type_) - 1) / sizeof(_type_)) argument
115 #define cc_ctx_sizeof(_type_, _size_) sizeof(_type_[cc_ctx_n(_type_, _size_)]) argument
143 #define cc_ctx_decl(_type_, _size_, _name_) _type_ * _name_ = (_type_ *) _alloca(sizeof(_type_) * … argument
164 #define cc_ctx_decl_field(_type_, _size_, _name_) \ argument
168 #define cc_ctx_decl_vla(_type_, _size_, _name_) \ argument
/xnu-8792.81.2/osfmk/i386/
H A Dpcb_native.c102 #define ASSERT_IS_16BYTE_MULTIPLE_SIZEOF(_type_) \ argument