HomeSort by relevance Sort by last modified time
    Searched refs:max_elements (Results 1 - 4 of 4) sorted by null

  /external/drm_hwcomposer/
separate_rects.h 137 static const int max_elements = sizeof(TId) * 8; member in struct:separate_rects::IdSet
separate_rects.cpp 66 int bits = IdSet<TUInt>::max_elements;
88 if (in.size() > IdSet<TId>::max_elements) {
  /external/v8/src/builtins/
builtins-internal.cc 77 int max_elements = FixedArrayBase::GetMaxLengthForNewSpaceAllocation(kind); local
81 length, assembler.IntPtrOrSmiConstant(max_elements, mode), mode),
157 int max_elements = FixedArray::GetMaxLengthForNewSpaceAllocation(kind); local
160 length, assembler->IntPtrConstant(max_elements)),
  /external/mesa3d/src/compiler/glsl/
opt_dead_builtin_varyings.cpp 355 int max_elements, unsigned start_location,
361 for (int i = max_elements-1; i >= 0; i--) {

Completed in 172 milliseconds