HomeSort by relevance Sort by last modified time
    Searched refs:size16 (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/include/
module_common_types.h 339 const uint16_t size16 = static_cast<uint16_t>(size); local
340 if (fragmentationVectorSize < size16) {
345 fragmentationOffset = new size_t[size16];
347 sizeof(size_t) * (size16 - oldVectorSize));
356 fragmentationLength = new size_t[size16];
358 sizeof(size_t) * (size16 - oldVectorSize));
366 fragmentationTimeDiff = new uint16_t[size16];
368 sizeof(uint16_t) * (size16 - oldVectorSize));
376 fragmentationPlType = new uint8_t[size16];
378 sizeof(uint8_t) * (size16 - oldVectorSize))
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
swapimpl.cpp 682 int32_t size16 = 2; // 16bit plus padding local
684 int32_t size = size16 + sizeStr;
696 ds->swapArray16(ds, inBytes+offset, size16, outBytes+offset, pErrorCode);
697 offset+=size16;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 1672 int size16 = (x & SIZE) == L_16; local
    [all...]
tc-i386.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 337 Size16,
558 unsigned int size16:1; member in struct:i386_opcode_modifier

Completed in 486 milliseconds