manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 25 for uint (0.022 sec.)
Man page of ENDIAN 8335
ENDIAN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 htobe1 ... ダーの間で値の変換を行う 書式 #include < endian.h > uint16_t htobe16(uint16_t host_16bits ); uint16_t htole ... 16(uint16_t host_16bits ); uint16_t be16toh(uint16_t big_e ... ndian_16bits ); uint16_t le16toh(uint16_t little_endian_16bits ); uint3 ... 2_t htobe32(uint32_t host_32bits ); uint32_t htole32(uint32_t host_ ...
https://man.plustar.jp/manpage/man3/htobe32.3.html - [similar]
Man page of ENDIAN 8335
ENDIAN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 htobe1 ... ダーの間で値の変換を行う 書式 #include < endian.h > uint16_t htobe16(uint16_t host_16bits ); uint16_t htole ... 16(uint16_t host_16bits ); uint16_t be16toh(uint16_t big_e ... ndian_16bits ); uint16_t le16toh(uint16_t little_endian_16bits ); uint3 ... 2_t htobe32(uint32_t host_32bits ); uint32_t htole32(uint32_t host_ ...
https://man.plustar.jp/manpage/man3/htobe64.3.html - [similar]
Man page of ENDIAN 8335
ENDIAN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 htobe1 ... ダーの間で値の変換を行う 書式 #include < endian.h > uint16_t htobe16(uint16_t host_16bits ); uint16_t htole ... 16(uint16_t host_16bits ); uint16_t be16toh(uint16_t big_e ... ndian_16bits ); uint16_t le16toh(uint16_t little_endian_16bits ); uint3 ... 2_t htobe32(uint32_t host_32bits ); uint32_t htole32(uint32_t host_ ...
https://man.plustar.jp/manpage/man3/htole16.3.html - [similar]
Man page of ENDIAN 8335
ENDIAN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 htobe1 ... ダーの間で値の変換を行う 書式 #include < endian.h > uint16_t htobe16(uint16_t host_16bits ); uint16_t htole ... 16(uint16_t host_16bits ); uint16_t be16toh(uint16_t big_e ... ndian_16bits ); uint16_t le16toh(uint16_t little_endian_16bits ); uint3 ... 2_t htobe32(uint32_t host_32bits ); uint32_t htole32(uint32_t host_ ...
https://man.plustar.jp/manpage/man3/htole32.3.html - [similar]
Man page of ENDIAN 8335
ENDIAN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 htobe1 ... ダーの間で値の変換を行う 書式 #include < endian.h > uint16_t htobe16(uint16_t host_16bits ); uint16_t htole ... 16(uint16_t host_16bits ); uint16_t be16toh(uint16_t big_e ... ndian_16bits ); uint16_t le16toh(uint16_t little_endian_16bits ); uint3 ... 2_t htobe32(uint32_t host_32bits ); uint32_t htole32(uint32_t host_ ...
https://man.plustar.jp/manpage/man3/htole64.3.html - [similar]
Man page of ENDIAN 8335
ENDIAN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 htobe1 ... ダーの間で値の変換を行う 書式 #include < endian.h > uint16_t htobe16(uint16_t host_16bits ); uint16_t htole ... 16(uint16_t host_16bits ); uint16_t be16toh(uint16_t big_e ... ndian_16bits ); uint16_t le16toh(uint16_t little_endian_16bits ); uint3 ... 2_t htobe32(uint32_t host_32bits ); uint32_t htole32(uint32_t host_ ...
https://man.plustar.jp/manpage/man3/le16toh.3.html - [similar]
Man page of ENDIAN 8335
ENDIAN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 htobe1 ... ダーの間で値の変換を行う 書式 #include < endian.h > uint16_t htobe16(uint16_t host_16bits ); uint16_t htole ... 16(uint16_t host_16bits ); uint16_t be16toh(uint16_t big_e ... ndian_16bits ); uint16_t le16toh(uint16_t little_endian_16bits ); uint3 ... 2_t htobe32(uint32_t host_32bits ); uint32_t htole32(uint32_t host_ ...
https://man.plustar.jp/manpage/man3/le32toh.3.html - [similar]
Man page of ENDIAN 8335
ENDIAN Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 htobe1 ... ダーの間で値の変換を行う 書式 #include < endian.h > uint16_t htobe16(uint16_t host_16bits ); uint16_t htole ... 16(uint16_t host_16bits ); uint16_t be16toh(uint16_t big_e ... ndian_16bits ); uint16_t le16toh(uint16_t little_endian_16bits ); uint3 ... 2_t htobe32(uint32_t host_32bits ); uint32_t htole32(uint32_t host_ ...
https://man.plustar.jp/manpage/man3/le64toh.3.html - [similar]
Man page of EVENTFD 6525
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... このオブジェクトには、unsigned の 64 ビット整数 ( uint64_t ) 型のカウンターが含まれており、このカウンター ... 得ない)。 オーバーフローが発生した場合、 read (2) は uint64_t の最大値 (すなわち 0xffffffffffffffff) を返す。 ... つの型と、二つの関数を追加で 定義している。 typedef uint64_t eventfd_t; int eventfd_read(int fd, eventfd_t ... < stdio.h > #include < stdint.h > /* Definition of uint64_t */ #define handle_error(msg) \ do { perror(msg ...
https://man.plustar.jp/manpage/man2/eventfd.2.html - [similar]
Man page of EVENTFD 6525
EVENTFD Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 event ... このオブジェクトには、unsigned の 64 ビット整数 ( uint64_t ) 型のカウンターが含まれており、このカウンター ... 得ない)。 オーバーフローが発生した場合、 read (2) は uint64_t の最大値 (すなわち 0xffffffffffffffff) を返す。 ... つの型と、二つの関数を追加で 定義している。 typedef uint64_t eventfd_t; int eventfd_read(int fd, eventfd_t ... < stdio.h > #include < stdint.h > /* Definition of uint64_t */ #define handle_error(msg) \ do { perror(msg ...
https://man.plustar.jp/manpage/man2/eventfd2.2.html - [similar]
PREV 1 2 3 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022