HomeSort by relevance Sort by last modified time
    Searched defs:Offset (Results 1 - 25 of 1851) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libmojo/ui/gfx/geometry/
insets.cc 17 Insets Insets::Offset(const gfx::Vector2d& vector) const {
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayWrite_32.c 31 LVM_UINT16 *pOffset, /* Delay offset */
35 LVM_INT16 Offset = (LVM_INT16)*pOffset;
39 delay[Offset] = *src;
40 Offset++;
44 if (Offset >= size)
46 Offset = 0;
50 /* Update the offset */
51 *pOffset = (LVM_UINT16)Offset;
DelayMix_16x16.c 32 LVM_INT16 *pOffset, /* Delay offset */
36 LVM_INT16 Offset = *pOffset;
42 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) + (LVM_INT32)delay[Offset]) >> 1);
46 delay[Offset] = *src;
47 Offset++;
52 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) - (LVM_INT32)delay[Offset]) >> 1);
56 delay[Offset] = *src;
57 Offset++;
61 if (Offset >= size)
63 Offset = 0
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
OsPath.c 63 INTN Offset;
92 for (Offset = Length; Offset > 0; Offset--) {
93 if ((Return[Offset] == '/') || (Return[Offset] == '\\')) {
94 Return[Offset] = '\0';
133 INTN Offset;
143 for (Offset = 0; Offset < Length; Offset++) {
    [all...]
  /external/llvm/include/llvm/Analysis/
TypeMetadataUtils.h 25 /// The offset from the address point to the virtual function.
26 uint64_t Offset;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugMacro.cpp 58 uint32_t Offset = 0;
59 while (data.isValidOffset(Offset)) {
63 E.Type = data.getULEB128(&Offset);
80 E.Line = data.getULEB128(&Offset);
82 E.MacroStr = data.getCStr(&Offset);
86 E.Line = data.getULEB128(&Offset);
88 E.File = data.getULEB128(&Offset);
94 E.ExtConstant = data.getULEB128(&Offset);
96 E.ExtStr = data.getCStr(&Offset);
DWARFDebugLoc.cpp 19 OS << format("0x%8.8x: ", L.Offset);
24 OS << "Beginning address offset: " << format("0x%016" PRIx64, E.Begin)
26 OS.indent(Indent) << " Ending address offset: "
38 uint32_t Offset = 0;
39 while (data.isValidOffset(Offset+AddressSize-1)) {
42 Loc.Offset = Offset;
47 RelocAddrMap::const_iterator AI = RelocMap.find(Offset);
48 // 1. A beginning address offset. ...
49 E.Begin = data.getUnsigned(&Offset, AddressSize)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
SystemUtils.h 22 typedef off_t Offset;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TypeMetadataUtils.h 25 /// The offset from the address point to the virtual function.
26 uint64_t Offset;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TypeMetadataUtils.h 25 /// The offset from the address point to the virtual function.
26 uint64_t Offset;
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents;
  /external/flatbuffers/net/FlatBuffers/
Offset.cs 20 /// Offset class for typesafe assignments.
22 public struct Offset<T> where T : struct
25 public Offset(int value)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiMemoryAllocationLib/
MemoryAllocationLib.c 44 EFI_PHYSICAL_ADDRESS Offset;
49 Offset = Hob.HandoffInformationTable->EfiFreeMemoryTop & 0xFFF;
50 if (Offset != 0) {
52 Hob.HandoffInformationTable->EfiFreeMemoryTop -= Offset;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrBuilder.h 37 int64_t Offset = 0;
39 MachinePointerInfo::getFixedStack(MF, FI, Offset), Flags,
41 return MIB.addFrameIndex(FI).addImm(Offset).addReg(0).addMemOperand(MMO);
  /external/puffin/src/
bit_reader.cc 63 size_t BufferBitReader::Offset() const {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsMCSymbolRefExpr.cpp 19 int Offset, MCContext &Ctx) {
20 return new (Ctx) MipsMCSymbolRefExpr(Kind, Symbol, Offset);
45 if (Offset) {
46 if (Offset > 0)
48 OS << Offset;
  /external/swiftshader/third_party/subzero/src/
IceFixups.cpp 24 RelocOffsetT AssemblerFixup::offset() const { function in class:Ice::AssemblerFixup
70 RelocOffsetT Offset = offset();
71 if (Offset != 0) {
72 if (Offset > 0) {
73 Str << " + " << Offset;
75 assert(Offset != std::numeric_limits<RelocOffsetT>::lowest());
76 Str << " - " << -Offset;
90 Asm->store(position(), offset());
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Control.c 82 LVM_INT16 Offset;
118 Offset = (LVM_INT16)(pParams->SpeakerType + pParams->SourceFormat*(1+LVCS_EX_HEADPHONES));
120 pInstance->VolCorrect = pLVCS_VolCorrectTable[Offset];
132 Gain = (LVM_UINT32)(pOutputGainTable[Offset].Loss * LVM_MAXINT_16);
133 Gain = (LVM_UINT32)pOutputGainTable[Offset].UnprocLoss * (Gain >> 15);
148 Gain = (LVM_FLOAT)(pOutputGainTable[Offset].Loss);
149 Gain = (LVM_FLOAT)pOutputGainTable[Offset].UnprocLoss * (Gain);
193 Offset = (LVM_INT16)(pParams->SpeakerType + pParams->SourceFormat*(1+LVCS_EX_HEADPHONES));
195 pInstance->VolCorrect = pLVCS_VolCorrectTable[Offset];
LVCS_Equaliser.c 61 LVM_UINT16 Offset;
83 Offset = (LVM_UINT16)(pParams->SampleRate + (pParams->SpeakerType * (1 + LVM_FS_48000)));
88 Coeffs.A0 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A0;
89 Coeffs.A1 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A1;
90 Coeffs.A2 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A2;
91 Coeffs.B1 = (LVM_FLOAT)-pEqualiserCoefTable[Offset].B1;
92 Coeffs.B2 = (LVM_FLOAT)-pEqualiserCoefTable[Offset].B2;
105 switch(pEqualiserCoefTable[Offset].Scale)
126 LVM_UINT16 Offset;
143 Offset = (LVM_UINT16)(pParams->SampleRate + (pParams->SpeakerType * (1+LVM_FS_48000)))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TypeMetadataUtils.h 32 /// The offset from the address point to the virtual function.
33 uint64_t Offset;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeIndexDiscovery.h 22 uint32_t Offset;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TypeMetadataUtils.h 32 /// The offset from the address point to the virtual function.
33 uint64_t Offset;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeIndexDiscovery.h 22 uint32_t Offset;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TypeMetadataUtils.h 32 /// The offset from the address point to the virtual function.
33 uint64_t Offset;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeIndexDiscovery.h 23 uint32_t Offset;

Completed in 892 milliseconds

1 2 3 4 5 6 7 8 91011>>