Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/net/
H A Dstrict_type_cnv_private.h118 #define __STC_CBY_TO_CBY_CNV() __stc_convert_const_bytes_to_const_bytes macro
300 __STC_CBY_TO_CBY_CNV()(const void * data __header_indexable) in __STC_CBY_TO_CBY_CNV() function
309 __STC_CBY_TO_CBY_CNV()(const char * data __header_indexable) in __STC_CBY_TO_CBY_CNV() function
317 __STC_CBY_TO_CBY_CNV()(const uint8_t * data __header_indexable) in __STC_CBY_TO_CBY_CNV() function
435 __STC_GENERIC_CV_CNV_CLAUSE(const, , char, __STC_CBY_TO_CBY_CNV()), \
436 __STC_GENERIC_CV_CNV_CLAUSE(const, , uint8_t, __STC_CBY_TO_CBY_CNV()), \
437 __STC_GENERIC_CV_CNV_CLAUSE(const, , void, __STC_CBY_TO_CBY_CNV())