HomeSort by relevance Sort by last modified time
    Searched refs:IsReference (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 92 dpb->fs[num_fs]->IsReference = 0;
98 dpb->fs[num_fs]->frame.isReference = 0;
126 dpb->fs[ii]->IsReference = 0;
246 if (dpb->fs[ii]->IsReference == 0 && dpb->fs[ii]->IsOutputted == 3)
278 video->currFS->IsReference = 0;
280 video->currFS->frame.isReference = FALSE;
358 dpb->fs[ii]->IsReference = 0; /* mark as unused for reference */
370 video->currPic->isReference = TRUE;
371 video->currFS->IsReference = 3;
403 if (video->currPic->isReference == TRUE
    [all...]
reflist.cpp 42 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm))
66 if ((dpb->fs[i]->IsReference == 3) && (!dpb->fs[i]->IsLongTerm))
84 dpb->fs[0]->IsReference = 3;
362 if (dpb->fs[i]->IsReference == 3)
383 if (dpb->fs[i]->IsReference == 3)
397 return ((s->isReference) && !(s->isLongTerm));
402 return ((s->isReference) && (s->isLongTerm));
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.h 189 bool IsReference(const InstructionOperand* operand) const {
190 return IsReference(ToVreg(operand));
193 bool IsReference(const Node* node) const {
194 return IsReference(ToVreg(node));
246 return !IsDouble(virtual_register) && !IsReference(virtual_register);
249 bool IsReference(int virtual_register) const {
instruction-selector-unittest.cc 97 EXPECT_FALSE(sequence.IsReference(virtual_register));
100 if (sequence.IsReference(virtual_register)) {
232 EXPECT_TRUE(s.IsReference(param));
260 EXPECT_TRUE(s.IsReference(finish));
307 EXPECT_EQ(s.IsReference(phi), s.IsReference(param0));
308 EXPECT_EQ(s.IsReference(phi), s.IsReference(param1));
  /art/runtime/verifier/
reg_type_cache-inl.h 104 DCHECK(result->IsReference());
116 DCHECK(result->IsReference());
reg_type_test.cc 106 EXPECT_FALSE(bool_reg_type.IsReference());
139 EXPECT_FALSE(byte_reg_type.IsReference());
172 EXPECT_FALSE(char_reg_type.IsReference());
205 EXPECT_FALSE(short_reg_type.IsReference());
238 EXPECT_FALSE(int_reg_type.IsReference());
271 EXPECT_FALSE(long_reg_type.IsReference());
304 EXPECT_FALSE(float_reg_type.IsReference());
337 EXPECT_FALSE(double_reg_type.IsReference());
reg_type.h 73 virtual bool IsReference() const { return false; }
792 bool IsReference() const OVERRIDE { return true; }
    [all...]
reg_type.cc 521 return IsReference() && GetClass()->IsObjectClass();
reg_type_cache.cc 500 if (cur_entry->IsReference() && cur_entry->GetClass() == klass) {
  /external/clang/lib/AST/
APValue.cpp 383 bool IsReference = Ty->isReferenceType();
385 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType();
394 if (IsReference)
401 } else if (!IsReference)
415 if (IsReference)
422 if (!IsReference)
469 if (IsReference)
  /external/clang/utils/analyzer/
SATestBuild.py 688 IsReference = False
692 IsReference = True
694 IsReference = True
697 testAll(IsReference, UpdateSVN, Strictness)
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 247 bool IsReference = C.remaining().startswith("%bb.");
248 if (!IsReference && !C.remaining().startswith("bb."))
251 unsigned PrefixLength = IsReference ? 4 : 3;
269 Token.reset(IsReference ? MIToken::MachineBasicBlock
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9xof.h 153 STDMETHOD_(WINBOOL,IsReference)(THIS) PURE;
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 201 if (IsReference() && GetDirect())
203 if (pOther->IsReference())
377 return IsReference() ? static_cast<CPDF_Reference*>(this) : nullptr;
381 return IsReference() ? static_cast<const CPDF_Reference*>(this) : nullptr;
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 165 if (pObj->IsReference())
fpdf_flatten.cpp 449 if (pFirstObj->IsReference())
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 495 uint isReference;
518 int IsReference; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */
520 /* if IsLongTerm is true, IsReference can be ignored. */
521 /* if IsReference is true, IsLongterm will be checked for short-term or long-term. */
522 /* IsUsed must be true to enable the validity of IsReference and IsLongTerm */
    [all...]
  /external/v8/src/compiler/
register-allocator.h 811 bool IsReference(TopLevelLiveRange* top_range) const {
812 return code()->IsReference(top_range->vreg());
    [all...]
register-allocator.cc     [all...]
instruction.h     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 91 bool IsReference() const { return m_Type == PDFOBJ_REFERENCE; }
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /art/runtime/
thread.cc 180 bool IsReference() const { return is_reference_; }
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 1292 milliseconds

1 2