Lines Matching full:location
313 * @brief Put a 16-bit integer as big-endian to arbitrary location.
316 * potentially unaligned memory location in big-endian format.
328 * @brief Put a 24-bit integer as big-endian to arbitrary location.
331 * potentially unaligned memory location in big-endian format.
343 * @brief Put a 32-bit integer as big-endian to arbitrary location.
346 * potentially unaligned memory location in big-endian format.
357 * @brief Put a 40-bit integer as big-endian to arbitrary location.
360 * potentially unaligned memory location in big-endian format.
372 * @brief Put a 48-bit integer as big-endian to arbitrary location.
375 * potentially unaligned memory location in big-endian format.
387 * @brief Put a 64-bit integer as big-endian to arbitrary location.
390 * potentially unaligned memory location in big-endian format.
402 * @brief Put a 16-bit integer as little-endian to arbitrary location.
405 * potentially unaligned memory location in little-endian format.
417 * @brief Put a 24-bit integer as little-endian to arbitrary location.
420 * potentially unaligned memory location in little-endian format.
432 * @brief Put a 32-bit integer as little-endian to arbitrary location.
435 * potentially unaligned memory location in little-endian format.
447 * @brief Put a 40-bit integer as little-endian to arbitrary location.
450 * potentially unaligned memory location in little-endian format.
462 * @brief Put a 48-bit integer as little-endian to arbitrary location.
465 * potentially unaligned memory location in little-endian format.
477 * @brief Put a 64-bit integer as little-endian to arbitrary location.
480 * potentially unaligned memory location in little-endian format.
495 * unaligned memory location, and convert it to the host endianness.
497 * @param src Location of the big-endian 16-bit integer to get.
510 * unaligned memory location, and convert it to the host endianness.
512 * @param src Location of the big-endian 24-bit integer to get.
525 * unaligned memory location, and convert it to the host endianness.
527 * @param src Location of the big-endian 32-bit integer to get.
540 * unaligned memory location, and convert it to the host endianness.
542 * @param src Location of the big-endian 40-bit integer to get.
555 * unaligned memory location, and convert it to the host endianness.
557 * @param src Location of the big-endian 48-bit integer to get.
570 * unaligned memory location, and convert it to the host endianness.
572 * @param src Location of the big-endian 64-bit integer to get.
585 * unaligned memory location, and convert it to the host endianness.
587 * @param src Location of the little-endian 16-bit integer to get.
600 * unaligned memory location, and convert it to the host endianness.
602 * @param src Location of the little-endian 24-bit integer to get.
615 * unaligned memory location, and convert it to the host endianness.
617 * @param src Location of the little-endian 32-bit integer to get.
630 * unaligned memory location, and convert it to the host endianness.
632 * @param src Location of the little-endian 40-bit integer to get.
645 * unaligned memory location, and convert it to the host endianness.
647 * @param src Location of the little-endian 48-bit integer to get.
660 * unaligned memory location, and convert it to the host endianness.
662 * @param src Location of the little-endian 64-bit integer to get.