Home
last modified time | relevance | path

Searched refs:cc_ctx_n (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/EXTERNAL_HEADERS/corecrypto/
H A Dcc.h114 #define cc_ctx_n(_type_, _size_) ((_size_ + sizeof(_type_) - 1) / sizeof(_type_)) macro
136 sizeof(_type_[cc_ctx_n(_type_, _size_)]) \
148 …, _size_, _name_) _type_ * _name_ = (_type_ *) _alloca(sizeof(_type_) * cc_ctx_n(_type_, _size_) )
156 _type_ _name_ [cc_ctx_n(_type_, _size_)];
162 _type_ _name_ [cc_ctx_n(_type_, _size_)]; \
170 _type_ _name_ [cc_ctx_n(_type_, _size_)]