HomeSort by relevance Sort by last modified time
    Searched defs:GetUpperBound (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcrt/
fx_basic.h 207 int GetUpperBound() const { return m_nSize - 1; }
398 for (int32_t i = m_DataLists.GetUpperBound(); i >= 0; i--) {
434 int32_t iEnd = m_DataLists.GetUpperBound();
457 int32_t iEnd = m_DataLists.GetUpperBound();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 91 int GetUpperBound() const;
122 inline int CDXArray<TYPE,ARG_TYPE>::GetUpperBound() const { return m_nSize-1; }
  /external/v8/src/compiler/
simplified-lowering.cc 492 new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone());
678 Type* GetUpperBound(Node* node) { return NodeProperties::GetType(node); }
682 return !GetUpperBound(node->InputAt(0))->Maybe(type);
687 return GetUpperBound(node->InputAt(0))->Is(type);
700 return GetUpperBound(node->InputAt(0))->Is(type) &&
701 GetUpperBound(node->InputAt(1))->Is(type);
711 return !GetUpperBound(node->InputAt(0))->Maybe(type) ||
712 !GetUpperBound(node->InputAt(1))->Maybe(type);
    [all...]

Completed in 162 milliseconds