Changeset 09ab0a9a in mainline for uspace/lib/bithenge/src/transform.c
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/src/transform.c
rb2aaaa0 r09ab0a9a 44 44 #include "common.h" 45 45 46 47 48 46 /***************** transform *****************/ 49 47 … … 181 179 return rc; 182 180 } 183 184 185 181 186 182 /***************** scope *****************/ … … 433 429 } 434 430 435 436 437 431 /***************** barrier_transform *****************/ 438 432 … … 567 561 } 568 562 569 570 571 563 /***************** ascii *****************/ 572 564 … … 612 604 }; 613 605 614 615 616 606 /***************** bit *****************/ 617 607 … … 641 631 &bit_ops, 1, 0 642 632 }; 643 644 645 633 646 634 /***************** bits_be, bits_le *****************/ … … 775 763 }; 776 764 777 778 779 765 /***************** invalid *****************/ 780 766 … … 794 780 &invalid_ops, 1, 0 795 781 }; 796 797 798 782 799 783 /***************** known_length *****************/ … … 950 934 /** @endcond */ 951 935 952 953 954 936 /***************** uint_be, uint_le *****************/ 955 937 … … 1021 1003 &uint_xe_ops, 1, 1 1022 1004 }; 1023 1024 1025 1005 1026 1006 /***************** zero_terminated *****************/
Note:
See TracChangeset
for help on using the changeset viewer.