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

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ByteArrayHelpers.java 125 int sizeInBits;
127 sizeInBits = Integer.SIZE;
129 sizeInBits = Float.SIZE;
131 sizeInBits = Double.SIZE;
133 sizeInBits = Short.SIZE;
135 sizeInBits = Character.SIZE;
137 sizeInBits = Long.SIZE;
139 sizeInBits = Byte.SIZE;
144 return toByteArray(array, sizeInBits);
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 806 uint64_t sizeInBits = 0;
809 std::tie(sizeInBits, alignInBits) = CGM.getContext().getTypeInfo(type);
812 sizeInBits = sizeInBitsOverride;
821 return DBuilder.createMemberType(scope, name, file, line, sizeInBits,
    [all...]

Completed in 101 milliseconds