Lines Matching full:put
300 * @brief Put a 16-bit integer as big-endian to arbitrary location.
302 * Put a 16-bit integer, originally in host endianness, to a
315 * @brief Put a 24-bit integer as big-endian to arbitrary location.
317 * Put a 24-bit integer, originally in host endianness, to a
330 * @brief Put a 32-bit integer as big-endian to arbitrary location.
332 * Put a 32-bit integer, originally in host endianness, to a
345 * @brief Put a 48-bit integer as big-endian to arbitrary location.
347 * Put a 48-bit integer, originally in host endianness, to a
360 * @brief Put a 64-bit integer as big-endian to arbitrary location.
362 * Put a 64-bit integer, originally in host endianness, to a
375 * @brief Put a 16-bit integer as little-endian to arbitrary location.
377 * Put a 16-bit integer, originally in host endianness, to a
390 * @brief Put a 24-bit integer as little-endian to arbitrary location.
392 * Put a 24-bit integer, originally in host endianness, to a
405 * @brief Put a 32-bit integer as little-endian to arbitrary location.
407 * Put a 32-bit integer, originally in host endianness, to a
420 * @brief Put a 48-bit integer as little-endian to arbitrary location.
422 * Put a 48-bit integer, originally in host endianness, to a
435 * @brief Put a 64-bit integer as little-endian to arbitrary location.
437 * Put a 64-bit integer, originally in host endianness, to a
603 * i.e.: src[n] will be put in dst[end-n]
632 * I.e.: buf[n] will be put in buf[end-n]