Home
last modified time | relevance | path

Searched defs:ARR (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeDefs.hpp103 #define DE_ARRAY_BEGIN(ARR) (&(ARR)[0]) argument
106 #define DE_ARRAY_END(ARR) (DE_ARRAY_BEGIN(ARR) + DE_LENGTH_OF_ARRAY(ARR)) argument
/external/clang/test/Rewriter/
Drewrite-foreach-in-block.mm15 - (id) ARR; method
/external/clang/test/CoverageMapping/
Dmacro-expressions.cpp9 #define ARR(T, x, y, z) (T[3]){x, y, z} macro
/external/deqp/modules/glshared/
DglsFboUtil.hpp62 #define GLS_ARRAY_RANGE(ARR) { DE_ARRAY_BEGIN(ARR), DE_ARRAY_END(ARR) } argument
/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp910 constexpr int ARR[] = { 1, 2, 3, 4, 5 }; variable
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1029 #define ITER(ARR) { ARR, DE_LENGTH_OF_ARRAY(ARR) } in iterate() argument
Des3fUniformApiTests.cpp1097 #define ARRAY_CHOICE(ARR) (ARR[rnd.getInt(0, DE_LENGTH_OF_ARRAY(ARR)-1)]) in randomFeatures() argument
/external/valgrind/drd/tests/
Dtsan_unittest.cpp1685 static int ARR[N]; variable
1737 static int ARR[N]; variable
1776 int **ARR; variable
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp927 #define ARRAY_CHOICE(ARR) (ARR[rnd.getInt(0, DE_LENGTH_OF_ARRAY(ARR)-1)]) in randomFeatures() argument
/external/clang/lib/Serialization/
DASTReader.cpp2055 static bool isDiagnosedResult(ASTReader::ASTReadResult ARR, unsigned Caps) { in isDiagnosedResult()