Lines Matching full:put
313 * @brief Put a 16-bit integer as big-endian to arbitrary location.
315 * Put a 16-bit integer, originally in host endianness, to a
328 * @brief Put a 24-bit integer as big-endian to arbitrary location.
330 * Put a 24-bit integer, originally in host endianness, to a
343 * @brief Put a 32-bit integer as big-endian to arbitrary location.
345 * Put a 32-bit integer, originally in host endianness, to a
357 * @brief Put a 40-bit integer as big-endian to arbitrary location.
359 * Put a 40-bit integer, originally in host endianness, to a
372 * @brief Put a 48-bit integer as big-endian to arbitrary location.
374 * Put a 48-bit integer, originally in host endianness, to a
387 * @brief Put a 64-bit integer as big-endian to arbitrary location.
389 * Put a 64-bit integer, originally in host endianness, to a
402 * @brief Put a 16-bit integer as little-endian to arbitrary location.
404 * Put a 16-bit integer, originally in host endianness, to a
417 * @brief Put a 24-bit integer as little-endian to arbitrary location.
419 * Put a 24-bit integer, originally in host endianness, to a
432 * @brief Put a 32-bit integer as little-endian to arbitrary location.
434 * Put a 32-bit integer, originally in host endianness, to a
447 * @brief Put a 40-bit integer as little-endian to arbitrary location.
449 * Put a 40-bit integer, originally in host endianness, to a
462 * @brief Put a 48-bit integer as little-endian to arbitrary location.
464 * Put a 48-bit integer, originally in host endianness, to a
477 * @brief Put a 64-bit integer as little-endian to arbitrary location.
479 * Put a 64-bit integer, originally in host endianness, to a
675 * i.e.: src[n] will be put in dst[end-n]
704 * I.e.: buf[n] will be put in buf[end-n]