HomeSort by relevance Sort by last modified time
    Searched full:swap_bytes (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
ilbc.gypi 87 'swap_bytes.c',
156 'swap_bytes.h',
decode.c 32 #include "swap_bytes.h"
encode.c 38 #include "swap_bytes.h"
  /toolchain/binutils/binutils-2.27/libiberty/
md5.c 106 md5_uint32 swap_bytes; local
120 swap_bytes = SWAP (ctx->total[0] << 3);
121 memcpy (&ctx->buffer[bytes + pad], &swap_bytes, sizeof (swap_bytes));
122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
123 memcpy (&ctx->buffer[bytes + pad + 4], &swap_bytes, sizeof (swap_bytes));
ChangeLog 799 * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output
800 to swap_bytes, and then call memcpy to move it to ctx->buffer.
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/
BUILD.gn 415 "codecs/ilbc/swap_bytes.c",
416 "codecs/ilbc/swap_bytes.h",
  /external/mesa3d/src/glx/
pixel.c 386 ** SWAP_BYTES = the current pixel storage pack mode, and ALIGNMENT = 4.
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m32r.c     [all...]

Completed in 231 milliseconds