test_endswap.def
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:0k
源码类别:

Audio

开发平台:

Unix_Linux

  1. autogen definitions test_endswap.tpl;
  2. int_type = {
  3. name = short ;
  4. value = 0x3210 ;
  5. format = FMT_SHORT ;
  6. } ;
  7. int_type = {
  8. name = int ;
  9. value = 0x76543210 ;
  10. format = FMT_INT ;
  11. } ;
  12. int_type = {
  13. name = int64_t ;
  14. value = "0x0807050540302010LL" ;
  15. format = FMT_INT64 ;
  16. } ;