HomeSort by relevance Sort by last modified time
    Searched full:bitoffset (Results 26 - 50 of 50) sorted by null

12

  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 571 int bitOffset = bitIndex & 7;
572 int lsb = (pixelIndexLSB[1 - (bitIndex >> 3)] >> bitOffset) & 1;
573 int msb = (pixelIndexMSB[1 - (bitIndex >> 3)] >> bitOffset) & 1;
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 397 for (int i = 0, septets = startingSeptetOffset, bitOffset = startingSeptetOffset * 7;
399 i++, bitOffset += 7) {
411 packSmsChar(ret, bitOffset, GSM_EXTENDED_ESCAPE);
412 bitOffset += 7;
416 packSmsChar(ret, bitOffset, v);
427 * @param bitOffset the bit offset that the septet should be packed at
432 packSmsChar(byte[] packedChars, int bitOffset, int value) {
433 int byteOffset = bitOffset / 8;
434 int shift = bitOffset % 8;
503 int bitOffset = (7 * i) + numPaddingBits
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 146 CharUnits bitsToCharUnits(uint64_t BitOffset) {
147 return Context.toCharUnitsFromBits(BitOffset);
381 uint64_t BitOffset = getFieldBitOffset(*Field);
390 if (Run == FieldEnd || BitOffset >= Tail) {
392 StartBitOffset = BitOffset;
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 491 bitOffset = row * rowBits
492 return (bitOffset, bitOffset+rowBits)
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 360 int BitOffset = TRI->getSubRegIdxOffset(SubIdx);
361 if (BitOffset < 0 || BitOffset % 8)
365 Offset = (unsigned)BitOffset / 8;
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 95 AttrBitOffset: "BitOffset",
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 95 AttrBitOffset: "BitOffset",
  /external/clang/include/clang/Serialization/
ASTWriter.h 772 void AddOffset(uint64_t BitOffset) {
774 Record->push_back(BitOffset);
    [all...]
  /art/runtime/
stack_map.h     [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 472 W->printNumber("BitOffset", BitField.getBitOffset());
TypeRecord.cpp 183 return BitFieldRecord(L->Type, L->BitSize, L->BitOffset);
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 215 where->bitoffset = sym->n_value % 8;
srconv.c 1102 int bits = (symbol->where->offset * 8 + symbol->where->bitoffset);
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 870 BITOFFSET gives the offset of this field in bits from the beginning
888 unsigned int bitoffset; member in struct:dntt_type_field
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/debug/
dwarf.a 123 BitOffset
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/debug/
dwarf.a 123 BitOffset
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/debug/
dwarf.a 123 BitOffset
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/debug/
dwarf.a 123 BitOffset
    [all...]
  /packages/apps/TV/libs/
exoplayer.jar 
  /prebuilts/go/darwin-x86/api/
go1.txt     [all...]
  /prebuilts/go/linux-x86/api/
go1.txt     [all...]

Completed in 1891 milliseconds

12