HomeSort by relevance Sort by last modified time
    Searched defs:Pos (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/vboot_reference/utility/
efidecompress.c 335 UINT32 Pos;
358 Pos = Val;
360 Pos = (UINT32) ((1U << (Val - 1)) + GetBits (Sd, (UINT16) (Val - 1)));
363 return Pos;
eficompress.c 1133 UINT32 i, k, Flags, Root, Pos, Size;
1162 Pos = 0;
1165 Flags = mBuf[Pos++];
1170 EncodeC(mBuf[Pos++] + (1U << UINT8_BIT));
1171 k = mBuf[Pos++] << UINT8_BIT;
1172 k += mBuf[Pos++];
1175 EncodeC(mBuf[Pos++]);
  /external/zlib/src/
deflate.h 89 typedef ush Pos;
90 typedef Pos FAR Posf;
93 /* A Pos is an index in the character window. We use short instead of int to
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 808 // Relative pos from now on in field packer
809 unsigned Pos = 0;
826 if (FieldOffset > Pos) {
827 mOut.indent() << FieldPackerName << ".skip(" << (FieldOffset - Pos)
839 Pos = FieldOffset + FieldAllocSize;
843 if (ERT->getAllocSize() > Pos) {
844 mOut.indent() << FieldPackerName << ".skip(" << ERT->getAllocSize() - Pos
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
postproc.c 520 unsigned char *Pos = Start + i * Pitch;
525 if (Pos[j] < blackclamp[0])
526 Pos[j] = blackclamp[0];
528 if (Pos[j] > 255 + whiteclamp[0])
529 Pos[j] = 255 + whiteclamp[0];
531 Pos[j] += Ref[j];
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 437 PathDiagnosticLocation Pos;
439 PathDiagnosticSpotPiece(const PathDiagnosticLocation &pos,
443 : PathDiagnosticPiece(s, k), Pos(pos) {
444 assert(Pos.isValid() && Pos.asLocation().isValid() &&
446 if (addPosRange && Pos.hasRange()) addRange(Pos.asRange());
449 PathDiagnosticLocation getLocation() const override { return Pos; }
450 void flattenLocations() override { Pos.flatten();
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
ASTUnit.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 166 unsigned Pos = 16 + Constraint * 4;
167 return (int)(OpInfo[OpNum].Constraints >> Pos) & 0xf;
  /external/llvm/lib/CodeGen/
MachineLICM.cpp     [all...]
TargetInstrInfo.cpp 553 MachineBasicBlock::iterator Pos = MI;
557 storeRegToStackSlot(*MBB, Pos, MO.getReg(), MO.isKill(), FI, RC, TRI);
559 loadRegFromStackSlot(*MBB, Pos, MO.getReg(), FI, RC, TRI);
560 return --Pos;
    [all...]
RegisterCoalescer.cpp 720 MachineBasicBlock::iterator Pos = DefMI;
721 MBB->insert(Pos, NewMI);
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 977 DenseMap<AnalysisID, Pass*>::iterator Pos
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp     [all...]
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 67 UInt32 Pos;
81 Pos = 0;
90 Buf[Pos++] = b;
91 if (Pos == Size)
93 Pos = 0;
101 return Buf[dist <= Pos ? Pos - dist : Size - dist + Pos];
112 return dist <= Pos || IsFull;
117 return Pos == 0 && !IsFull;
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 83 UInt64 Pos;
167 altStream.Pos = 0;
186 if (_offsetPos != altStream.Pos)
191 altStream.Pos = _offsetPos;
194 UInt32 curSize = (UInt32)MyMin((UInt64)size, volSize - altStream.Pos);
199 altStream.Pos += realProcessed;
208 if (altStream.Pos == volSize)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 91 Pos,
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 579 MachineBasicBlock::iterator Pos = CopyUseMI;
580 EntryMBB->insertAfter(Pos, NewMI);
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 325 static bool CommaSeparateAndAddOccurrence(Option *Handler, unsigned pos,
332 StringRef::size_type Pos = Val.find(',');
334 while (Pos != StringRef::npos) {
336 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg))
339 Val = Val.substr(Pos + 1);
340 Value.substr(Pos + 1); // Increment the original value pointer as well.
342 Pos = Val.find(',');
348 if (Handler->addOccurrence(pos, ArgName, Value, MultiArg))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 551 MachineBasicBlock::iterator Pos = std::next(GPRCS1Push);
576 BuildMI(MBB, Pos, dl, TII.get(TargetOpcode::CFI_INSTRUCTION))
585 MachineBasicBlock::iterator Pos = std::next(GPRCS2Push);
600 BuildMI(MBB, Pos, dl, TII.get(TargetOpcode::CFI_INSTRUCTION))
612 MachineBasicBlock::iterator Pos = std::next(LastPush);
622 BuildMI(MBB, Pos, dl, TII.get(TargetOpcode::CFI_INSTRUCTION))
    [all...]

Completed in 1963 milliseconds

1 23 4