Searched refs:__STC_BY_TO_BY_CNV (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.41.3/bsd/net/ |
| H A D | strict_type_cnv_private.h | 119 #define __STC_BY_TO_BY_CNV() __stc_convert_bytes_to_bytes macro 325 __STC_BY_TO_BY_CNV()(void * data __header_indexable) in __STC_BY_TO_BY_CNV() function 334 __STC_BY_TO_BY_CNV()(uint8_t * data __header_indexable) in __STC_BY_TO_BY_CNV() function 342 __STC_BY_TO_BY_CNV()(char * data __header_indexable) in __STC_BY_TO_BY_CNV() function 432 __STC_GENERIC_CV_CNV_CLAUSE( , , char, __STC_BY_TO_BY_CNV()), \ 433 __STC_GENERIC_CV_CNV_CLAUSE( , , uint8_t, __STC_BY_TO_BY_CNV()), \ 434 __STC_GENERIC_CV_CNV_CLAUSE( , , void, __STC_BY_TO_BY_CNV()), \
|